/* empty */
div.alert{
    background-color: #d01c1c;
    color: #FFF;
    padding:1em 0 1em 0;
}
div.alert p.alert-title{
    font-size:1.5em;
}
div.alert a {
    color: #EEE;
}
fieldset.search-macro-fields{
    padding-bottom:.5rem!important;
}

.external-link[href^=http]:not([href*="history.nih.gov"])::after, [href^=http]:not([href*="history.nih.gov"], .usa-button)::after, 
.external-link[href^=https]:not([href*="history.nih.gov"])::after, [href^=https]:not([href*="history.nih.gov"], .usa-button)::after {
    background: url(/plugins/servlet/theme/engine/resource/ONHM2/external-link-black-01.svg) no-repeat center/contain;
    width: 1.25ex;
    background-position: center;
    content: "";
    display: inline-block;
    height: 1.75ex;
    margin-left: 2px;
    margin-top: .2ex;
    position: absolute;
}
.external-link[href^=http]:not([href*="history.nih.gov"]), [href^=http]:not([href*="history.nih.gov"], .usa-button), 
.external-link[href^=https]:not([href*="history.nih.gov"]), [href^=https]:not([href*="history.nih.gov"], .usa-button) {
    display: inline-block;
    padding-right: 1.75ex;
    position: relative;
}
div#main-content div.hidel h2 a.external-link,
div.hidel h2 a.external-link {
padding-right:0px!important;
}


