@page {
  size: letter portrait;
  margin: 0.1in;
}

.mb-3,
legend {
  margin-bottom: 0.2rem !important;
}

.print-inline {
  display: flex;
  align-items: end;
}

.print-inline label,
.print-inline legend {
  flex: 0 0 auto;
  margin-right: 0.5rem;
  margin-bottom: 0 !important;
}

.yes-no-dk-checkboxes {
  font-size: 11px;
}

.yes-no-dk-checkboxes .form-check-inline {
  margin-right: 0.25rem;
}

.fs-4 {
  font-size: 16px !important;
}

body,
.fs-6 {
  font-size: 12px !important;
}

.h1 {
  font-size: 30px;
}

.h2 {
  font-size: 24px;
}

.h3 {
  font-size: 21px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 15px;
}

.h6 {
  font-size: 12px;
}

.container {
  max-width: 100%;
}

.form-page {
  display: block !important;
}

.page-break {
  page-break-before: always;
}

.form-control,
.form-select,
.input-group-text {
  font-size: 12px;
  border-width: 0 0 1px;
  border-radius: 0;
  padding-left: 0;
  padding-bottom: 0;
  background-color: #fff;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: 0;
}

.form-label {
  margin-bottom: 0;
}

.form-check {
  min-height: 0;
  margin-bottom: 0;
}
