.page {
  width: 100%;
}
.page h1,
.page .subtext {
  text-align: center;
}
.page h1 {
  margin: 0 0 0.1rem;
  padding: 0.67em 0;
  border-bottom: solid 1px #ccc;
}
.page .content {
  padding: 0.3rem 0.1rem;
  line-height: 2;
  font-size: 0.16rem;
  box-sizing: border-box;
  width: 100%;
}
.page .content p {
  margin-bottom: 0.2rem;
  text-indent: 2em;
}
.page .content img {
  display: block;
  margin: auto;
  max-width: 100%;
}
@media print {
  header,
  footer,
  #side-nav,
  .title {
    display: none !important;
  }
  .section {
    width: 100% !important;
  }
  .page h1 {
    font-size: 0.24rem;
  }
}
