body { font-size: 21px; }

div.alwaysbreak { page-break-before: always; }
div.nobreak:before { clear:both; }
div.nobreak { page-break-inside: avoid; }

thead { display: table-header-group }
tfoot { display: table-row-group }
tr { page-break-inside: avoid }

.text-center { text-align: center !important; }

.align-top { vertical-align: top !important; }

.bg-gray { background-color: #AAAAAA; }

.font-weight-bold { font-weight: 700 !important; }

.p-1 { padding: 1rem 1.5rem; }

.mb-0 { margin-bottom: 0 !important; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
  background-color: #f3f3f3;
  background-color: transparent;
}

.table th, .table td {
  padding: 1rem 1.5rem;
  vertical-align: top;
  border-top: 1px solid #f2f4f5;
}

.table-sm th, .table-sm td {
  padding: 0.25rem 0.5rem;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f2f4f5;
}

.table tbody + tbody {
  border-top: 2px solid #f2f4f5;
}

.table-bordered {
  border: 1px solid #f2f4f5;
}

.table-bordered th, .table-bordered td {
  border: 1px solid #f2f4f5;
}

.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px;
}
