<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.maroon {
  color: #853a51;
}

.light-maroon {
  background-color: #f3ebee;
}

.light-blue-bg {
  background-color: #21558a !important;
}

.foa-wrapper {
  border: 1px solid #d8d8d8;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}


#application_due_dates tr.dates_header {
  background-color: #853a51;
  color: white;
  font-weight: bolder;
  font-size: 1.1em;
}

#application_due_dates tr td:nth-child(1) {
    padding-left: 24px;
}

#application_due_dates tr td {
  padding-left: 7px;
}

#application_due_dates tr.dates_header td {
  padding: 12px 24px;
}

#application_due_dates tr.subheader td {
    font-weight: bolder;
  }

table#application_due_dates {
  border-collapse: collapse !important;
}

/* Apply border to all cells */
#application_due_dates td,
#application_due_dates th {
  border: 1px solid black;
}


.dates_wrapper{
    background-color: #E4F0EF;
}</pre></body></html>