table {
  border-collapse: collapse;
}

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

th,
td {
  text-align: left;
  padding: 8px;
}

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

th {
  background-color: #04aa6d;
  color: white;
}
