.marginal-note, .note, .caption {
  font-size: 10.5pt;
  line-height: 10.5pt;
  font-style: italic;
}

/* Generic font for the whole site */
body {
  font: 400 12pt/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Typography section */
h1, h2, h3, h4, h5, h6 {
  margin: 4px 0 0 0;
}

h1 {
  font-size: 27.6pt;
  line-height: 27.6pt;
  font-weight: normal;
}

h2 {
  font-size: 15.6pt;
  font-weight: normal;
}

h3 {
  font-size: 13.92pt;
  font-weight: bold;
  padding: 10px 0 0 0;
}

h4 {
  font-size: 12pt;
  line-height: 12pt;
  font-weight: bold;
  text-decoration: underline;
  padding: 18px 0 0 0;
  margin: 10px 0 0 0;
}

h5 {
  font-size: 12pt;
  font-weight: normal;
  font-style: italic;
}

a {
  text-decoration: none;
  font-weight: normal;
}

/* Classes */
/* 10:05 PM 1/12/2002: Added classes for global use */
.inpara {
  display: inline;
}

/* inpara: Inline headers and para */
.brkdelim {
  line-height: 1em;
}

.archname {
  padding: 2px;
  line-height: 1em;
}

.copyright {
  font-size: 10.5pt;
  line-height: 12pt;
}

.errata, .gbsign {
  font-style: italic;
  line-height: 12pt;
}

.bk2top {
  font-size: 10.5pt;
  text-align: right;
  margin: 32px 0px 15px 0px;
}

.original-permalink {
  font-size: 10.5pt;
  line-height: 10.5pt;
  font-style: italic;
}

/* Footnote markers in text */
.footnote-ref,
a.footnote {
  font-size: 0.75em;
  vertical-align: super;
}

/* Sidenote number */
.marginal-note-number {
  font-weight: bold;
  font-size: 0.85em;
  margin-right: 0.35rem;
}

.compliance {
  font-size: 11px;
  font-style: italic;
}

.ahem {
  display: none;
}

.flavortext {
  border-top: 1px dotted;
  border-bottom: 1px dotted;
}

/* Generic text classes; applies
   bold, italic, underline attribs
   to other classes */
.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.uline {
  text-decoration: underline;
}

.reset {
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

.comments-body {
  font-size: 11px;
  border-top: 1px solid black;
  padding: 5px 15px 2px;
}

.comments-post {
  font-size: 10px;
  font-style: italic;
  text-align: right;
}

/* Greeked text. For testing
   purposes only. Set to 
   display: none; when done
   testing */
.greek {
  display: none;
}

/* Tracker images and code */
#im {
  height: 38px;
  border: 0;
  width: 41px;
}

.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 10px;
    padding-left: 10px;
  }
}

header nav.links {
  display: none;
}

footer {
  display: none;
}

main p.permalink {
  display: none;
}
main p.original-permalink {
  display: none;
}
main a:after {
  content: " (" attr(href) ")";
}
main p.tags a:after {
  content: none;
}

/*# sourceMappingURL=print.css.map */