@page {
  size: letter portrait;
  margin: 0.1in;
}

body,
.fs-6 {
  font-size: 12px !important;
}

p,
.mb-3 {
  margin-bottom: 0.5rem !important;
}

.mb-print-0 {
  margin-bottom: 0 !important;
}

.tight-checks .form-check-inline {
  margin-right: 0.25rem;
  font-size: 10px;
}

.tight-checks legend,
.tight-checks .form-label {
  font-size: 10px !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;
  padding-top: 0.2rem;
  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;
}
