/* Start custom CSS */table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: transparent;
}

table tbody>tr:nth-child(odd)>td {
    background-color: transparent;
}/* End custom CSS */