<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.highlight-widget:hover &gt; * {
    color: white;
}
.highlight-widget &gt; * {
    animation: ease-in-out;
    animation-duration: 500ms;
    transition-duration: 500ms;
}

@media (min-width: 992px) {
    .toggle-button-hide {
        display: none;
    }
}

a:focus, a:hover {
    color: #014c8c;
    text-decoration: none! important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    margin: 1em 0;
}</pre></body></html>