html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.list-inline li {
    display: inline-block;
}

.error {
    color: red;
}

#childInstructions {
  background: #8080802e;
  padding: .5em;
  border-radius: .5em;
}

/* DOB Warning label */
[for~="104"]::after {
  font-weight: 600;
  content: " - Please ensure your DOB is entered correctly - it is used to validate lab results.";
}


.custom-btn {
    width: 76px !important;
    height: 76px !important;
    display: flex;
    align-items: center;
}

.custom-btn-link {
    width: 76px !important;
    display: flex;
    align-items: center;
}

.custom-btn-lg {
    width: 115px !important;
    height: 84px !important;
    display: flex;
    align-items: center;
}
.custom-btn-md {
    width: 84px !important;
    height: 76px !important;
    display: flex;
    align-items: center;
}