I have a table styled with CSS with even and odd. The td even/odd CSS codes:
td
#table_box tr:nth-child(odd) td { background-color:#ffffff } /*odd*/ #
Take a look on