table.zebra tbody tr:nth-child(odd) {
  background-color: #C3B5A8;
}

table.zebra tbody tr:nth-child(even) {
  background-color: #ffffff;
}