@import 'cengage.css';
@import 'h5help-default.css';

:root{
        --highlight: #006298; /* medium blue */
}

#toc {
    background: #dfdfdf;
    color: #3f3f3f;    
}
#toc a.current {
    background: #006298;
    color: white;
}

#toc li.expandable > span.ua_control,
#toc li.collapsible > span.ua_control {
    background: #006298;
}

#toc li.expandable > span.ua_control:before,
#toc li.collapsible > span.ua_control:before {
    background: white; 
}
#toc li.expandable > span.ua_control:after {
    background: white; 
}


@media screen and (max-width: 800px) {
    div#sizer {
        background-color: #00a9e0;
            }
}
