table {
  border-collapse: collapse;
}

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

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

th {
  background-color: #4CAF50;
  color: white;
}

