.js-cookie-consent {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 10px;
    background-color: orangered;
}
.js-cookie-consent-agree {
    background-color: #282828;
    color: white;
    border: 2px solid #fff;
    margin: 5px 5px 5px .75em;
    padding: .35em .75em;
    font-size: 0.95em;
}
.cookie-consent__message a {
    color: white;
    display: inline;
    font-weight: bold;
    text-decoration: inherit;
}
.cookie-consent__message a:link,.cookie-consent__message a:visited,.cookie-consent__message a:hover,.cookie-consent__message a:active {
    font-size: 20px;
    color: white;
    font-variant: all-petite-caps;
}
