#main-content > section {
  padding-top: 30px;
  border-top: dotted 2px var(--site-main-color);
  font-size: 0.9em;
  line-height: 1.5em;
  vertical-align: middle;
}

#main-content > section > h1 a {
  color: var(--site-main-color);
}

#main-content > section > h2 {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: normal;
  text-align: center;
}

#main-content > section > section {
  margin-top: 0.8em;
}

#main-content > section > section > h1 {
  margin-bottom: 0.4em;
  display: inline-block;
  padding: 0.3em 1em;
  font-weight: normal;
  line-height: 1em;
  border: solid 1px var(--site-black-color);
}

