table.sortable tbody tr:nth-child(2n) td {
    background: #EEEEEE;
}
table.sortable tbody tr:nth-child(2n+1) td {
    background: #CCCCCC;
}
