span.break {
  display: block;
}

.number {
  font-weight: bold;
}

.graphics.image {
  margin-top: 1.5em;
  text-align: center;
}
  .graphics.image img {
    max-width: 100%;
}

.caption {
  text-align: center;
}

.footnotes {
  border-top: 1px solid black;
  font-size: 90%;
  margin-top: 2em;
  padding-top: 0.9em;
}

sup.footnote {
  font-size: 90%;
  margin-right: 2px;
  line-height: 0;
}

sup.footnote.intersentence {
  margin-right: 0px;
}

.footnotes .header {
  padding-top: 1em;
  padding-bottom: 0.5em;
  margin-left: 0.5em;
  font-size: 120%;
  font-weight: bold;
}

.footnote {
  margin-bottom: 0.5em;
}

table.tabular {
  border-collapse: collapse;
}

.tabular th {
  padding: 0.5em;
}

.tabular th.align_left {
  text-align: left;
}

.tabular th.align_center {
  text-align: center;
}

.tabular th.align_right {
  text-align: right;
}

.tabular th.left_border {
  border-left: 1px solid black;
}

.tabular th.right_border {
  border-right: 1px solid black;
}

.tabular td {
  padding: 0.5em;
}

.tabular td.align_left {
  text-align: left;
}

.tabular td.align_center {
  text-align: center;
}

.tabular td.align_right {
  text-align: right;
}

.tabular td.left_border {
  border-left: 1px solid black;
}

.tabular td.right_border {
  border-right: 1px solid black;
}

.tabular tr.top_border {
  border-top: 1px solid black;
}

.tabular tr.bottom_border {
  border-bottom: 1px solid black;
}

.tabular tr.top_border {
  border-top: 1px solid black;
}


/* Typeset LaTeX in HTML */

.texhtml {
  font-family: 'CMU Serif', cmr10, LMRoman10-Regular, 'Times New Roman', 'Nimbus Roman No9 L', Times, serif !important;
  line-height: 0.5;
}

.texhtml .texhtmlA {
  font-size: 70%;
  line-height: 0;
  margin-left: -0.36em;
  margin-right: -0.15em;
  vertical-align: 0.3em;
}

.texhtml .texhtmlE {
  margin-left: -0.1667em;
  vertical-align: -0.5ex;
  line-height: 0;
  margin-right: -0.125em;
}

.smallcaps {
  font-variant: small-caps;
}
