/** custom styles are being placed in this style sheet to accommodate few 
design options at acalog. These styles are imported at catalog.usa.edu **/

.td_dark td.coursepadding > div:not(.gateway-toolbar) {
  font-size: 16px;
}

.td_dark td.coursepadding > div:not(.gateway-toolbar) :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 16px;
}

body .td_dark td.coursepadding > div:not(.gateway-toolbar) p > em > span {
  font-size: 13.33px !important;
}

body .td_dark td.coursepadding > div:not(.gateway-toolbar) br {
  margin-bottom: 1em;
}


