#cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 16px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#cookies-eu-banner p {
    margin: 1em;
}

#cookies-eu-accept {
    text-decoration: none;
    background: #00cc00;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 1em;
    margin: 2px 0;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}

#cookies-eu-more,
#cookies-eu-reject {
    text-decoration: underline;
    color: #fff;
}


#cookies-eu-reject:hover,
#cookies-eu-reject:focus,
#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
    background: #fff;
    color: #222;
    cursor: pointer;
}
#cookies-eu-more,
#cookies-eu-reject {
    margin-left: 7px;
}


/*#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;
}*/