@media print {
  @page {
    margin: 4em;
  }
  html {
    font-size: 4.10mm;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    word-spacing: 0.0ex;
    letter-spacing: 0;
  }
  body h1 {
    font-size: 20pt;
  }
  body h2,
  body h3 {
    font-size: 17pt;
  }
  .container,
  .jumbotron .container {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  footer.modal-footer {
    position: absolute;
    top: 0pt;
    right: 0;
    border: 0;
    margin: 0;
    padding: 0;
  }
  footer.modal-footer * {
    border: 0;
    margin: 0;
    margin-left: 1em;
    padding: 0;
    float: left;
  }
}
body {
  page-break-inside: avoid;
}
p {
  page-break-after: auto;
}
h2 {
  page-break-after: avoid;
}
h2 + p {
  page-break-before: avoid;
  orphans: 2;
  widows: 2;
}
h2.li {
  text-indent: -1.2em;
  margin-top: 1.2em;
}
@media print {
  h2.li {
    text-indent: 0em;
  }
}
h2.li:before {
  color: gray;
}
h2.li.a:before {
  content: "A.\00a0";
}
h2.li.b:before {
  content: "B.\00a0";
}
h2.li.c:before {
  content: "C.\00a0";
}
h2.li.d:before {
  content: "D.\00a0";
}
h2.li.e:before {
  content: "E.\00a0";
}
em.underline {
  font-style: normal;
  text-decoration: underline;
}
strong.product {
  font-style: italic;
  font-weight: bold;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.un-bold {
  font-weight: normal;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
table {
  width: 100%;
  page-break-inside: avoid;
}
table thead {
  display: table-header-group;
}
table tbody {
  display: table-row-group;
}
table.default {
  border: 1px solid #000000;
  border-collapse: collapse;
  margin-bottom: 1em;
}
table th,
table td {
  border: 1px solid #000000;
  padding: 0.5ex;
}
table th {
  white-space: nowrap;
}
table th:not(:empty) {
  background: silver;
}
table th.sub-header {
  background-color: #ffffff;
}
table caption {
  text-align: left;
  font-style: italic;
  margin-bottom: 1ex;
}
table caption em.underline {
  text-decoration: underline;
  font-style: inherit;
}
table.odd-col-right-border td:nth-child(odd):not(:first-child) {
  border-left: 3px double #000000;
}
@media print {
  .page-break-before {
    page-break-before: always;
  }
  .jumbotron,
  .jumbotron * {
    margin: 0em;
  }
}
ol.lit {
  padding-left: 2em;
  list-style-type: none;
}
ol.lit li {
  text-indent: -1.2em;
  margin-bottom: 0.5ex;
}
ol.lit li a {
  text-decoration: underline;
}
ol.lit li a:hover {
  text-decoration: underline;
}
@media print {
  ol.lit {
    font-size: 92%;
    padding-left: 0;
  }
  ol.lit li {
    text-indent: 0;
    margin-bottom: 0;
  }
}
.jumbotron {
  background-color: #dfe5eb;
}
.jumbotron h1,
.jumbotron h2 {
  text-shadow: 1.5px 1.5px .5px #eee;
}
