/* Задаем белый фон для всех ячеек первого столбца */
.t431__td:nth-child(1) {
    background-color: white !important;
}

/* Сохраняем шахматный узор для остальных столбцов начиная со второго */
.t431__oddrow .t431__td:nth-child(n+2):nth-child(odd) {
    background-color: white !important;
}

.t431__oddrow .t431__td:nth-child(n+2):nth-child(even) {
    background-color: #eee !important;
}

.t431__evenrow .t431__td:nth-child(n+2):nth-child(odd) {
    background-color: #eee !important;
}

.t431__evenrow .t431__td:nth-child(n+2):nth-child(even) {
    background-color: white !important;
}
