<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------------------------
    Branding
   -------------------------------------------------- */

#branding {
    border-bottom: 1px solid #000000;
}

#loginForm {
    display: none;
}

/* --------------------------------------------------
    Columns
   -------------------------------------------------- */

#navigation {
    display: none;
}

#secondary {
}

/* --------------------------------------------------
    Footer
   -------------------------------------------------- */

#footer {
    border-top: 1px solid #000000;
}

#footer p {
    margin: 0;
    text-align: center;
    font-size: 80%;
    padding: 0.5em;
}

/* --------------------------------------------------
    Content box (e.g. for news items)
   -------------------------------------------------- */

.box {
    border: 1px solid #e76808;
}

.box div.boxcontent {
    border-top: 1px solid #e76808;
    border-bottom: 1px solid #e76808;
}

/* --------------------------------------------------
    Edit toolbar
   -------------------------------------------------- */

#edit {
    display: none;
}
</pre></body></html>