CSS3 Zebra Striping a Table

tbody tr:nth-child(odd) {
   background-color: #ccc;
}