<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content .accordion-heading a {
font-weight: bold;
color: #cf4b27 !important;
}
#content .accordion-heading a.focus {
background: #cf4b27 !important;
color: white!important;
}
#content .accordion-heading a.focus.collapsed {
background: white!important;
color: #cf4b27 !important;
}
#content .accordion-heading a:hover, #content .accordion-heading a:active, #content .accordion-heading a:focus, #content .accordion-heading a.focus.collapsed:hover {
background: #cf4b27 !important;
color: white!important;
text-decoration: none;
}

#content .accordion-body.in.collapse .accordion-inner {
background: white!important;
border-top: 2px solid white;
}
</pre></body></html>