#cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 2rem;
    text-align: center;
    margin: 0;
}

#cookies-eu-more,
#cookies-eu-accept,
#cookies-eu-reject {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 2rem;
    font-weight: bold;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}
#cookies-eu-accept{
    background-color: #2da62b;
    color: white;
}
#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
    background: #fff;
    color: #222;
}
#cookies-eu-more {
    margin-left: 7px;
    color: rgba(255, 255, 255, 0.4);
}

#cookies-eu-reject, #cookies-eu-reject:visited {
    background-color: #7e2626;
    font-weight: normal;
    color: #ccc;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    border: 1px solid #666;
    text-decoration: none !important;
}
#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
    border-color: #fff;
    background: #000000;
    color: #FFFFFF;
    color: inherit;
}
