body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.title {
  padding-bottom: 1em;
  border-bottom: 1px solid;
  text-align: center;
}
.content {
  margin: 0 auto;
  max-width: 700px;
}
table {
  margin: 1em 0 1em 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 0.25em;
}
table th {
  border-bottom: 1px solid #aaa;
}
table td {
  border-bottom: 1px solid #ccc;
}

.warning-banner {
  padding: 1em;
  margin: 0.5em;
  color: #900;
  border: 1px solid;
  text-align: center;
}

.download-csv-link {
  font-size: 0.8em;
}

.spaced-list li {
  margin-bottom: 0.5em;
}