<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cookiebox
{
    border-top: solid 2px #ED7425;
    position: fixed;
    display: none;
    bottom: 0px;
    font-size: 0.8em;
    z-index: 1000;
    background:#393939;
    padding:5px;
    text-align:center;
    width:100%;
    color:#ffffff;
    left: 0;
}

#cookiebox a {
    color: #f7f770;
}

#cookiebox a:hover
{
    color:#ffffff;
    text-decoration: underline
}

#cookiebox a.cookie_box_close {
    float: right;
    padding-right: 1em;
}

#cookiebox:hover {
    font-size: 1em;
    font-weight: bold;
}
</pre></body></html>