#banner {
  margin-bottom: 5px;
  text-align: center;
}

#requirements_table th {
  font-weight: bold;
  padding: 0 5px 5px 0;
  text-decoration: underline;
}

#requirements_table td {
  padding: 0 15px 5px 0;
  text-align: left;
  vertical-align: middle;
}

#requirements_table td:last-child {
  padding-right: 0 !important;
}

#requirements_table td.description {
  font-weight: bold;
  white-space: nowrap;
}

#requirements_table td ol {
  font-size: 11px;
  margin-left: 1.5em;
}


