#cookie-banner{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#111;
    color:#fff;
    z-index:99999;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    padding:12px 0;
    text-align:center;
}

.cookie-inner{
    width:95%;
    margin:auto;
}

#cookie-banner a{
    color:#ffd800;
    text-decoration:none;
}

#cookie-banner button{
    margin-left:15px;
    padding:5px 12px;
    border:0;
    background:#ffd800;
    color:#000;
    cursor:pointer;
    font-weight:bold;
}
.cookie-inner a,
.cookie-banner a {
    color:#ffffff;
    text-decoration:underline;
    font-weight:700;
}

.cookie-inner a:hover,
.cookie-banner a:hover {
    color:#00ffff;
}