<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Adapting the theme for use within the PDC website.
 *
 * PoloPoly ID: 1.781497
 */

.article.externalDepartment {
    padding: 0 !important;
    margin: 0 !important;
}

a.headerlink {
    /* visibility: hidden; */
    opacity: 0;
    color: white;
    padding-left: 5px;
}

a.headerlink:hover {
    opacity: 0.5;
    color: gray;
}

.sphinxsidebarwrapper {
    visibility: hidden;
    height: 0;
    width: 0;
}

#sidebarbutton {
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
}

div.injected {
    display: none;
}

h2 {
    font-size: 1.8rem;
    color: #8b9f22;
    font-weight: 700;
    line-height: auto;
}

code {
    font-size: 100%;
}
</pre></body></html>