@page {
  size: letter portrait;
  margin: 0.1in;
}

body,
body .fs-6,
body legend {
  font-size: 10px !important;
  letter-spacing: 0.1px !important;
}

.tiny-text {
  font-size: 10px;
}

body .tiny-text legend {
  font-size: 10px;
}

body .tiny-text .col-auto {
  padding-right: 0;
}

body .tiny-text .col-auto:nth-child(even) {
  padding-left: 0.5rem;
}

body .tiny-text .form-check-inline {
  margin-right: 0.15rem;
}

.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;
}

.sr-lg-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
} 

.col-print-0 {
  width: 30px;
}

.d-none,
.d-print-none {
  display: none !important;
}
