table.no-stripes tr.even, 
table.no-stripes tr.alt, table tr:nth-of-type(2n) {
    background-color: #fff;
}