body {
  margin: 0 auto;
  padding: 0 1rem 100vh 1rem;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  max-width: 1024px;
}

.location-toggle {
  display: flex;
}
.location-toggle .location-toggle-button {
  padding: 0.5rem 1rem;
  margin-top: -1rem;
  margin-right: 2rem;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  outline: #000 2px solid;
}
.location-toggle .location-toggle-button:hover {
  text-decoration: underline;
}
.location-toggle .location-toggle-button-active {
  color: #fff;
  background-color: #000;
}
.location-toggle .location-toggle-button-active:hover {
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
table tr:not(:last-child) td {
  border-bottom: 1px solid #000;
}
table th {
  text-align: left;
}
table th, table td {
  padding: 0.25rem;
}
table td.line-cell {
  font-weight: 600;
}
table td.count-cell {
  text-align: center;
}

.header {
  padding: 2rem 0;
}
.header h1 {
  padding: 0;
  margin: 0;
}

/*# sourceMappingURL=styles.css.map */
