.table-section table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}
.table-section table tbody tr:nth-child(even) {
    background-color: #f2f2f2; 
}