.cookiebar {
    padding-top:6px;
    padding-bottom:6px;
    background-color:#000;
    color:#fff;
    font:13px Roboto,Arial,Neue Helvetica;
    z-index:3000;
    font-weight:400;
}
.cookiebar__link {
    text-decoration:none;
}
.cookiebar a:hover {
    color:#ccc;
}
.cookiebar__button {
    padding:4px 8px;
    background-color:#6ef0fd;
    border-radius:2px;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
    behavior:url("assets/css3pie/1.0.0/PIE.htc");
    font-weight:700;
}
.cookiebar__button:hover {
    background-color:#666;
}
