#cookies-eu-banner {
    width: 100%;
    background: #517B9E;
    color: #fff;
    padding: 12px;
    padding-bottom: 4px;
    font-size: 0.9rem;
    text-align: center;
    position:fixed;
    bottom: 0;
    left: 0;
    z-index: 500;
    font-family: Arial, Helvetica, sans-serif;
}
#cookies-eu-banner-textcontent {
    padding-right: 24px;
    padding-bottom: 10px;
}

#cookies-eu-banner-textcontent a:link,
#cookies-eu-banner-textcontent a:hover,
#cookies-eu-banner-textcontent a:visited,
#cookies-eu-banner-textcontent a:active
{
    color: #fff;
    text-decoration: underline;
}
#cookies-eu-banner-textcontent a:hover {
    color: black;
}

#cookies-eu-accept,
#cookies-eu-reject {
    text-decoration: none;
    background: #222;
    background: #366092;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 8px 12px;
    margin: 0;
    margin-left: 14px;
    font-size: 12px;
    font-weight: bold;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}


#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
    color: #222;
}


#cookies-eu-reject {
    background: none;
    font-weight: normal;
    color: #ccc;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    border: 1px solid #666;
}

#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
    border-color: #fff;
    background: #222;
    color: #fff;
}

#cookies-eu-banner #cookies-eu-banner-textcontent .cookies-eu-button
{
    text-decoration: none;
}