﻿/* Clear out the default zebra striping for tables. */
table tr:nth-of-type(even) {
   background: transparent;
}