#cookie-banner {
    left: 0;
    right: 0;
    padding: 20px 40px;
    background: #d2d2d2;
    font-family: 'Merriweather Sans Bold';
    color: #666;
}
#cookie-banner p {
    line-height: 1.6em;
    font-size: 18px;
}
#cookie-banner .close,
#cookie-banner .close:hover {
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    background: #666;
    opacity: 1;
    -webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
padding: 0px;
}
#cookie-banner .close::before {
content: "x";
color: #fff;
font-size: 24px;
line-height: 16px;
}
#cookie-banner a {
    color: #666 !important;
    text-decoration: underline;
    font-family: 'Merriweather Sans Bold';
}

@media only screen and (max-width: 480px) {
#cookie-banner {
    padding: 15px;
    font-family: 'Merriweather Sans Bold';
}
#cookie-banner p {
    line-height: 1.2em;
    font-size: 12px;
}
}