table tr.odd, table tr.alt, table tr:nth-of-type(odd):hover {
    background: inherit !important;
}

table tr.even, table tr.alt, table tr:nth-of-type(even):hover {
    background: #f9f9f9 !important;
}