<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.eucookielaw-banner {
    position: fixed;
    left: 0;
    right: 0;
    font-family: "Arial", serif;
    background-color: #444;
    color: #fff;
    z-index: 99999;
    border: 1px solid #ccc;

}
.eucookielaw-banner.fixedon-top{
    top: 0;
    border-radius: 0 0 1em 1em;

}
.eucookielaw-banner.fixedon-static{
    position: static;
}

body.admin-bar .eucookielaw-banner.fixedon-top{
    top: 32px;
}
.eucookielaw-banner.fixedon-bottom{
    bottom: 0;
}

.eucookielaw-banner a {
    color: #fff;
    text-decoration: underline;
}
.eucookielaw-banner a:hover{
    color: #ff0;
}
.eucookielaw-banner .well {
    background-color: #444;
    border: 0;
    display: block;
    padding: 1em;
}

.eucookielaw-banner .well .banner-title {
    border-bottom: 1px solid #ccc;
    display: block;
}

.eucookielaw-banner .well .banner-message {
    line-height: 150%;
}

.eucookielaw-banner .well .banner-agreement-buttons {
    text-align: right;
    border-top: 1px dashed #666;
    margin-top: 1em;
}

.eucookielaw-banner .well .banner-agreement-buttons .disagree-button,
.eucookielaw-banner .well .banner-agreement-buttons .agree-button {
    border: 1px solid #888;
    background-color: #666;
    padding: 0.5em;
    border-radius: 0.5em;
    margin: 0.5em;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.eucookielaw-banner .well .banner-agreement-buttons .disagree-button{
    background-color: #f0ad4e;
    color: #444;
}

.eucookielaw-banner .well .banner-agreement-buttons .agree-button{
    background-color: #aaff44;
    color: #444;
}

/* Light Theme */
.eucookielaw-banner.light{
    font-size: 75%;
    background-color: #eee;
    color: #444;
}

.eucookielaw-banner.light .well{
    background-color: #eee;
    color: #444;
}

.eucookielaw-banner.light a{
    color: #800;
}
.eucookielaw-banner.light .well .banner-agreement-buttons{
    border-top: 0;
    margin: 0;
}

    .eucookielaw-banner.light .well .banner-agreement-buttons .btn{
        border: 0;
        text-decoration: underline;
        background-color: transparent;
        padding: 0;
        margin: 0 0.3em;
    }

/* Grass Theme */
.eucookielaw-banner.grass{
    font-size: 1em;
    background-color: #eee;
    color: #444;
}

.eucookielaw-banner.grass .well{
    background-color: #efc;
    color: #264;
}

.eucookielaw-banner.grass a{
    color: #486;
}
.eucookielaw-banner.grass .well .banner-agreement-buttons{
    border-top: 0;
    margin: 0;
}

.eucookielaw-banner.grass .well .banner-agreement-buttons .btn{
    color: #080;
    border: 0;
    text-decoration: underline;
    background-color: transparent;
    padding: 0;
    margin: 0 0.3em;
}
.eucookielaw-banner.grass .well .banner-agreement-buttons .disagree-button{
    color: #800;
}

/* Floating Theme */
.eucookielaw-banner.floating{
    left: 10%;
    top: 10% !important;
    right: 10%;
    border-radius: 0;
    padding: 0;
    box-shadow: 5px 5px 20px #ccc;
    position: fixed;
}

.eucookielaw-banner.floating .well{
    background-color: #fff;
    padding: 0;
}


.eucookielaw-banner.floating .well .banner-title {
    padding: 0.5em;
    background-color: #eee;
    color: #444;
}

.eucookielaw-banner.floating .well .banner-message {
    padding: 0.5em;
    color: #444;
}

.eucookielaw-banner.floating a,
.eucookielaw-banner.floating li{
    color: #486;
}

.eucookielaw-banner.floating .well .banner-agreement-buttons{
    border-top: 0;
    margin: 0;
}

.eucookielaw-banner.floating .well .banner-agreement-buttons .btn{
    color: #080;
    border: 0;
    text-decoration: underline;
    background-color: transparent;
    padding: 0;
    margin: 0 0.3em;
}
.eucookielaw-banner.floating .well .banner-agreement-buttons .disagree-button{
    color: #800;
}


@media screen and (max-width: 640px){
    .eucookielaw-banner{
        font-size: 50%;
    }
}

.eucookielaw-blocked{
    border: 1px solid #ccc;
    background-color: #eee;
    color: #444;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

ul#eucookielaw-language-switcher {
    display: block;
    list-style: no;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#eucookielaw-language-switcher li {
    display: inline;
    padding: 0.5em 0.5em;
    border: 1px solid #ccc;
    margin: 0.4em;
    background-color: #fff;
}</pre></body></html>