html {
  font-size: 10pt;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";   
  }
  .has-family-serif {
    font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  }
  .is-uppercase {
    text-transform: uppercase;
  }
  .has-text-primary {
    color: #00504B;
  }
.print--hide {
  display: none;
}
.print--logo img {
  margin: 20pt auto;
  display: block;
  width: 120pt;
}
.print--unit {
  page-break-inside: avoid;
}
.container {
  max-width: 98%;
  margin: auto auto 2rem;
}

h1,
h2,
h3, 
th {
  color: #FF6D00;
  text-transform: uppercase;
  font-weight: lighter;
}
h3 {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: thin solid #7a7a7a;
}

.table,
table {
  width: 100%;
  border-collapse: collapse;
}
.table-container {
  margin-bottom: 30pt;
}
thead th {
  border-bottom: thin solid #7a7a7a;
}
th, 
td {
  text-align: left;
  padding: 5pt 0;
}
th:first-of-type,
td:first-of-type {
  padding-left: 0;
}
th:last-of-type,
td:last-of-type {
  padding-right: 0;
}
thead th:nth-of-type(1n+3),
tbody td:nth-of-type(1n+3),
tfoot td:nth-of-type(n+2) {
  text-align: right;
}
tfoot {
  border-top: medium solid #7a7a7a;
  font-size: 1.25rem;
}
.is-width-1 {
  width: 4rem;
}
.is-width-3 {
  width: 6rem;
}