﻿#cookies-eu-banner {
    background: #000;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    line-height: normal;
    position: relative;
    z-index: 9999;
}
#cookies-eu-more {
    color: #fff;
    margin-right: 20px;
    text-decoration: underline;
}

#cookies-eu-accept,
#cookies-eu-reject {
    border: 1px solid #0068b5;
    text-decoration: none;
    background: #0068b5;
    color: #fff;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
    background: #fff;
    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;
}