/* Start custom CSS */table tbody>tr:nth-child(odd)>td, 
table tbody>tr:nth-child(odd)>th {
    background-color: #ffffff !important;
}
table tbody tr:hover>td, 
table tbody tr:hover>th {
    background-color: #8080801a !important;
}/* End custom CSS */