tr:nth-child(even) td {
  background-color: rgba(240, 240, 240, 0.5);
}
tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.5);
}
