#cookies-eu-banner {
    background: #eee;
    color: #333;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

#cookies-eu-accept,
#cookies-eu-reject {
    text-decoration: none;
    background: #003867;
    color: #fff;
    border: 1px solid #000;
    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,
#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
    background: #fff;
    color: #222;
}

#cookies-eu-more {
    margin-right: 10px;
}
