div.section {
  padding-top: 2em;
}
div.section h2 {
  font-size: 1em;
}
div.section h2.question {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.2;
  padding: 1em 0;
}
div.section p {
  line-height: 1.4;
  padding: .5em 0;
}
div.section ul {
  line-height: 1.4;
  list-style-type: decimal;
  padding-left: 2em;
}
div.section pre {
  margin: 1.5em 0;
  padding-left: 1em;
}
