<style>

.admission-section .forms-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  table-layout: fixed;
}

.admission-section .forms-table th,
.admission-section .forms-table td {
  border-bottom: 1px dotted #aaa;
  padding: 6px 8px;
  text-align: left;
  vertical-align: top;
  word-wrap: break-word;
}

.admission-section .forms-table th:nth-child(1),
.admission-section .forms-table td:nth-child(1) {
  width: 45%;
}
.admission-section .forms-table th:nth-child(2),
.admission-section .forms-table td:nth-child(2) {
  width: 12%;
}
.admission-section .forms-table th:nth-child(3),
.admission-section .forms-table td:nth-child(3) {
  width: 15%;
}
.admission-section .forms-table th:nth-child(4),
.admission-section .forms-table td:nth-child(4) {
  width: 30%;
}

.admission-section .section-title {
  font-size: 22px;
  color:red;
  font-weight: bold;
  margin: 30px 0 10px 0;
  border-top: 2px solid black;
  padding-top: 10px;
}

.admission-section .link-blue {
  color: #0066cc;
  text-decoration: underline;
}

.admission-section .note-red {
  color: red;
}

</style>












/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
