

/* МЕНЯЕМ ЦВЕТ ДЛЯ СТРОК В ТАБЛИЦАХ С ДАННЫМИ */
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}
