table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border-top: 1px solid #dddddd;
  text-align: left;
  padding: 0.75rem;
  vertical-align: top;
}

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

td:nth-child(even) {
  font-size: 1rem;
  font-weight: bold;
}

td:nth-child(odd) {
  font-size: 1rem;
  font-weight: unset;
}

td>a {
  color: #007bff;
  font-size: 1rem;
}

td>a:hover {
  text-decoration: underline;
}

th {
  font-size: 1.2rem;
}
