table.nohover tbody tr:hover {
    background-color: inherit;
    color: #555;
}

table.nohover tbody tr:nth-child(odd):hover {
    background-color: #f4f5f5;
}