body { font-size: 10px; }

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 }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  background-color: #fff;
  border-top: 2px dashed #607D8B;
}

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

.p-2 { padding: 0.5rem !important; }

.font-18 { font-size: 18px; }

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

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

.border { border: 1px solid #f2f4f5; }

.bg-grey { background-color: #d2d2d2 !important; }

.float-left { float: left !important; }

.float-right { float: right !important; }

.w-20 {
  width: 20%;
  max-width: 20%;
  word-break: break-all;
}

.w-30 {
  width: 30%;
  max-width: 30%;
  word-break: break-all;
}

.w-60 {
  width: 60%;
  max-width: 60%;
  word-break: break-all;
}

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

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

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

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

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

.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;
}
