@import url(/common/2021/css/site.css);

section {
  text-align: justify;
}

section h2 {
  font-size: 1.2rem;
  margin-top: 2rem;
}

section p {
  text-indent: 1em;
}

section.subsection p:first-child {
  text-indent: 0;
}

section > ul li {
  list-style: disc;
}

section dl {
  margin-left: 1rem;
}

section dl dt {
  font-weight: normal;
}

section dl dd {
  margin-left: 1rem;
}

section dl dd + dd {
  margin-top: -.5rem;
}
