.cookieAdvice {
    background: #eee;
    color: #000;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 10px;
    border-bottom:1px solid #000;
}
.cookieAdvice a {
    color: #000;
    text-decoration: underline;
}
.cookieAdvice p {
    background: #eee;
    max-width: 998px;
    text-align: left;
    margin: 0 auto;
    padding: 3px 0;
    display: block;
}

a.caClose {
    cursor: pointer;
}

@media only screen and (max-width: 520px) {
    .cookieAdvice p {
        padding: 3px 5px;
    }
    .hide-for-small-only {
        display: none !important;
    }
}