body {
  max-width: 40rem;
  margin: 4rem auto;
  padding: 0 1.25rem;
  background: #fff;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

h1 {
  margin: 0;
  font-size: 1.375rem;
}

h2 {
  margin: 2.25rem 0 0.5rem;
  font-size: 1rem;
}

p {
  margin: 0.75rem 0;
}

.lede {
  margin-top: 0.5rem;
}

.links {
  color: #666;
}

ul {
  margin: 0.75rem 0;
  padding-left: 1.1rem;
}

li {
  margin-bottom: 0.6rem;
}

a {
  color: #111;
}

a:hover {
  color: #666;
}

.back {
  margin: 0 0 1.5rem;
  font-size: 15px;
  color: #666;
}

/* Placements, venues, and anything else worth pulling out of the black text. */
.award {
  font-weight: bold;
  text-decoration: underline;
}

.photo {
  margin: 3rem 0 0;
}

.photo img {
  display: block;
  width: 100%;
  max-width: 16rem;
  height: auto;
}

.photo figcaption {
  margin-top: 0.5rem;
  color: #888;
  font-size: 15px;
}

.footer {
  margin-top: 2.5rem;
  color: #888;
  font-size: 15px;
}

/* --- Diagrams ----------------------------------------------------------- */

.diagram {
  margin: 1.75rem 0;
}

.diagram svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.diagram figcaption {
  margin-top: 0.6rem;
  color: #888;
  font-size: 15px;
}

.diagram text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  fill: #111;
}

.diagram .muted {
  fill: #888;
  font-size: 12px;
}

.diagram .box {
  fill: #fff;
  stroke: #111;
  stroke-width: 1;
}

.diagram line,
.diagram path {
  stroke: #111;
  stroke-width: 1;
  fill: none;
}

.diagram .dash {
  stroke: #888;
  stroke-dasharray: 4 3;
}

.diagram .axis {
  stroke: #ccc;
}

.diagram .bar {
  fill: #111;
  stroke: none;
}

.diagram .bar-light {
  fill: #d4d4d4;
  stroke: none;
}
