.js-cookie-consent {
    background-color: #1d449c;
    float: left;
    text-align: center;
    width: 50%;
    color: white;
    padding: 50px;
    position: fixed;
    bottom: 20px;
    left: 0;
    z-index: 9999999999999;
    margin: auto 1.5em;
    display: inline-block;
}

.js-cookie-consent-agree {
    clear: both;
}
