html,
body {
  font-family: "Merriweather", serif;
  font-size: 1.0625rem;
}

h1 {
  font-size: 3.75rem;
  line-height: 5rem;
}

table {
  font-family: "Open Sans", sans-serif;
}

hr {
  opacity: 0.2;
}

ul {
  margin-left: -1.0625rem;
}

li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

p {
  line-height: 1.7em;
}
p.lead {
  font-size: 1.25rem;
  line-height: 2.0625rem;
}

.faded, .date {
  opacity: 0.5;
}

.date {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
}

strike {
  color: #900;
}

table.table thead tr th,
table.table thead tr td,
table.table tbody tr th,
table.table tbody tr td {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

section {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.hero {
  background-color: #358;
  background-image: url(/assets/flag-corner.png);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: top;
  color: #fff;
}

.tldr {
  font-weight: 300;
  font-style: italic;
}

.download {
  background: #fc0;
  color: #973;
}
.download h2 {
  font-style: italic;
}

.dataTable th:first-child,
.dataTable td:first-child {
  color: #ddd;
  max-width: 1.875rem;
}

.dataTables_filter label {
  width: 100%;
  margin: 1.875rem 0;
  font-family: "Open Sans", sans-serif;
}
.dataTables_filter label input {
  width: 50% !important;
  padding: 1.25rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
}