#cookies-eu-banner {
    background: #0D0D0D;
    color: #FFF;
    padding: 6px;
    font-size: 20px;
    text-align: center;
    position: fixed;
    bottom: 70px;
    width: 100%;
    z-index: 99999;
}

#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: 15px;
    font-weight: bold;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
    /*+border-radius: 0;*/
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
    background: #FFF;
    color: #222;
    /*+border-radius: 0;*/
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

#cookies-eu-more {
    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;
}