.modal-dialog{
/*    max-width:100%;*/
}
.modal-backdrop.show {
    opacity: 0.8;
}
.modal-header{
    border:none;
}
.modal-footer{
    border:none;
}
#btnCookieDecline, #btnCookieDecline:active, #btnCookieDecline:after, #btnCookieDecline:focus, #btnCookieDecline:hover {
    background: none;
    border:none;
    box-shadow: none;
    color:blue;
    padding:0px;
}

#cookieModal h2{
    font-family: cv-header-bold;
/*    font-weight: 700;*/
    font-size: 1.125rem;
    line-height: 1.25;
}
#cookieModal p{
    font-family:cv-text-normal;
    font-size: .875rem;
}