.cookieConsentContainer {
    z-index: 999;
    width: 100%;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 50px 0px;
    padding: 12px;
    background: #d5e8f3;
    overflow: hidden;
    position: fixed;
    font-weight: 300;
    font-family: inherit;
    bottom: 0;
    text-align: center;
}
.consentForm {
    color: #000000 !important;
    display: inline-block;
}
.consentForm form {
    margin: 0;
    color: #000000 !important;
    font-weight: 400;
}
.consentForm a {
    color: #454a4c !important;
    text-decoration: underline !important;
}
.consentForm a:hover {
    color: #171819 !important;
    text-decoration: underline !important;
}
.consentForm .consentButton {
    color: white;
    font-weight: bold;
    font-size: 14px;
    background: #00629B;
    box-sizing: border-box;
    text-align: center;
    transition: background 0.3s;
    padding: 8px 16px 8px 16px !important;
    margin: 5px 10px 0 10px !important;
    display: inline-block;
    border: 0 none rgb(255, 255, 255);
    border-radius: 2px;
    height: 30px;
    width: 210px;
    line-height: 14px;
}

.consentForm .consentButton:hover {
    cursor: pointer;
    background: #007ABD;
}

div.consentForm span.display-new-window {
    top: 0.5em;
    left: 6.5em;
}