#doc-container {
  position: relative;
  overflow: hidden;
  padding-top: 129.5% /* sized for an 8.5 x 11 doc calculated 11/8.5 */
}
#view-nav {
  width: 100%;
  height: 2em;
  border: 0;
}
#view-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.hdr-img {
  display: block;
  width: 100%;
}
.red {
  color: #8c0000;
}
.sml {
  font-size: 80%;
}
.bdr-rt {
  border-right: solid;
  border-right-width: 1px;
  border-right-color: #000000;
}
#masthead {
  font-size: 1em;
  font-weight: normal;
  line-height: normal;
}
h2 {
  font-size: 1.802em;
  font-weight: normal;
  line-height: 1;
}
h3 {
  font-size: 1.602em;
  font-weight: normal;
  line-height: 1;
  margin: -.5em 0 -.5em 0;
}
h4 {
  font-size: 1.424em;
  font-weight: normal;
  margin: -.6em 0 1.2em 0;
}
#masthead p {
  margin: -.6em 0 1em 0;
}
dt, .dt {
  font-size: 120%;
}
.dt {
  margin-bottom: -.5em;
}
input[type=text] {
  width: 100%;
}
input[type=submit] {
  margin-top: .5em;
}
@media (max-width: 35.5em) { /* small breakpoint */
  .bdr-rt {
    border-right: none;
  }
}