/**
 * Print stylesheets
 */

#header h1 {
  margin-top: 13em;
  text-align: center;
}

#header #rev p {
  margin-top: 3em;
  text-align: center;
}

#header #rev p a,
#header #rev p a:link {
  color: #000;
  text-decoration: none;
}

#thank-you {
  display: none;
}

#nav {
  display: none;
}

#content .section h2 {
  page-break-before: always;
}

#content .section h2 span::after {
  content: ".";
}

#content .section p {
  line-height: 1.35;
}

#content .section ul li,
#content .section ol li {
  margin-bottom: 0.45em;
  line-height: 1.35;
}

#content .section p a,
#content .section p a:link,
#content .section p a:visited,
#content .section ul a,
#content .section ul a:link,
#content .section ul a:visited,
#content .section ol a,
#content .section ol a:link,
#content .section ol a:visited {
  color: #0074aa;
  text-decoration: underline;
}
