#cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 8px;
    font-size: 13px;
     font-family:Arial, Helvetica, sans-serif; position:fixed; bottom:0; left:0; width:100%; box-sizing:border-box; text-align:justify; z-index:9999
}
#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: 13px;
    font-weight: bold;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}
#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
    background: #fff;
    color: #222;
}
#cookies-eu-more {
    margin-top: 5px; display:inline-block
}

#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;
}
.msg-eu-banner{ max-width:800px; margin: 0 auto}
.bt-eu-banner{float:right; text-align:right; padding-left:16px}