table td {
  text-align: center;
  padding: 0 0.5rem;
  border-bottom: 1px solid #E8E8E8;
}

table td:nth-child(2) {
  text-align: left;
  padding-left: 1rem;
  width: 15rem;
}

table td:nth-child(2) a {
  display: flex;
  align-items: center;
}

.logo {
  height: 2rem;
  width: 2rem;
}

header {
  margin-bottom: 1rem;
}

header a {
  color: black;
  font-size: 1.5rem;
  margin: 0 2rem 0.2rem 2rem;
}

header label {
  font-size: 1.15rem;
  margin-left: 2rem;
}

section {
  display: none;
}

section.active {
  display: block;
}

a.active {
  border-bottom: 1px solid black;
}

h2 {
  border-bottom: 1px solid black;
}

h3 {
  padding-left: 1rem;
}

table + h2 {
  margin-top: 1rem;
}

@media (max-width: 750px) {
  table th:nth-child(14),
  table th:nth-child(15),
  table th:nth-child(16),
  table th:nth-child(17),
  table td:nth-child(14),
  table td:nth-child(15),
  table td:nth-child(16),
  table td:nth-child(17) {
    display: none;
  }
}

@media (max-width: 500px) {
  table th:nth-child(11),
  table th:nth-child(12),
  table th:nth-child(13),
  table td:nth-child(11),
  table td:nth-child(12),
  table td:nth-child(13) {
    display: none;
  }
}