body {
  font-family: sans-serif;
}

table {
  border-collapse: collapse;
}

thead {
  background-color: #333;
  color: white;
}

tbody tr:nth-child(odd) {
  background-color: #fff;
}

tbody tr:nth-child(even) {
  background-color: #eee;
}

th, td {
  border: 1px solid black;
  padding: 8px;
}


