table tr:nth-child(odd) td {
    background-color: #fff !important;
}

table tr:nth-child(1) td,
table tr:nth-child(2) td {
    background-color: transparent !important;
}
