tbody .table-even {
  background-color: green; /* Set your even background color */
}

tbody .table-odd {
  background-color: red; /* Set your odd background color */
}
