/*Add zebra striping to DataTables*/

table.dataTable tbody tr.odd {
  background-color: #f9f9f9;
}
