#tSignature {
  display: none;
}

.form {
  font-family: Times New Roman, Times, serif;
}

#dForm {
  display: none;
}

.file {
  flex-shrink: 0;
  align-items: center;
  gap: 5px;
  display: flex;
}

#dPrograms h3, #dPrograms p {
  padding: 10px;
}

#tMedical, #tStudents {
  display: none;
}

td:first-child {
  white-space: unset !important;
  width: unset !important;
}

@media print {
  body > * {
    display: none !important;
    overflow: visible !important;
  }

  .printable-area, .printable-area > :not(.no-print) {
    display: revert !important;
  }

  .printable-area {
    width: 100%;
    margin: 0 !important;
  }

  td:first-child {
    white-space: unset !important;
    width: unset !important;
  }

  #tSignature {
    display: revert;
  }

  input::placeholder, textarea::placeholder {
    opacity: 0;
  }

  .no-print {
    display: none !important;
  }

  @page {
    size: A4 portrait;
    margin: 1cm;
  }
}
/*# sourceMappingURL=help.f92d171a.css.map */
