.cookie-message {
    text-align: center;
    background: #767504;
    width: 100%;
    padding: 1em;
    color: white;
    top: 0;
    left: 0;
    display: block;
    float: left;
}

div#cookie-message-popup a {
    color: white !important;
    text-decoration: underline;
}

#site-brand.cookiebanner {
    padding-top: 20px;
}

button#cookie-message-popup-accept {
    display: inline-block;
    background: white;
    color: black;
    padding: 0.4em 1.7em;
    margin-left: 1em;
    cursor: pointer;
    vertical-align: middle;
}
