#navbar {
  display: none
}

body {
  font: 10pt Times, "Times New Roman", serif
}

h1 {
  font: 14pt Times, "Times New Roman", serif, bold;
  text-align: center
}

h2, h3, h4 {
  font: 12pt Times, "Times New Roman", serif, bold
}

.counts .count + .count:before {
  content: ", ";
}

.noPrint {
  display: none !important;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  padding: 2px;
  line-height: 1;
}

.smaller {
  font: 6pt Times, "Times New Roman", serif
}

.small {
  font: 8pt Times, "Times New Roman", serif
}

.marginBottom {
  margin-bottom: 2em;
}

.printLeft {
  text-align: left;
}

.tableHeadlineBold {
  font: 8pt Times, "Times New Roman", serif;
  font-weight: bold;
}

.printSmallerAndBold {
  font: 9pt Times, "Times New Roman", serif;
  font-weight:bold;
}

.lesserMarginBottomPrint {
  margin-bottom: 0.1em;
}

.tbodyPrint {
  font: 8pt Times, "Times New Roman", serif
}

.lessMarginBottomPrint {
  margin-bottom: 0.5em;
}

.smallerFond {
  font: 12pt Times, "Times New Roman", serif, bold;
  text-align: center
}

.noMarginBottom {
  margin-bottom: 0;
}

.noMargin {
  margin: 0;
}

.taglist {
  display: inline;
  list-style: none;
  padding: 0;
}

.taglist > li {
  display: inline;
}

.taglist > li:after {
  content: ", ";
}

.taglist > li:last-child:after {
  content: "";
}

.printBold {
  font-weight: bold;
}
