html {
    overflow-y: scroll;
}
ol.list_container[type] li {
    padding-left: 15px !important;
    list-style-type: inherit;
}
ol[type] {
    /* list-style-type: initial; */
    padding-left: 40px !important;
}
.cookie-table-container {
    word-break: break-word;
    min-width: 600px;
}
.modal {
    z-index: 99999;
}
.modal.fade.in .modal-body {
    bottom: 0;
    opacity: 1;
}
.modal-body {
    -webkit-box-shadow: 0px -1px 14px 3px #333;
    -moz-box-shadow: 0px -1px 14px 3px #333;
    box-shadow: 0px -1px 14px 3px #333;
    background-color: #f7f7f7;
    bottom: -250px;
    padding: 15px 0 30px;
    opacity: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    outline: #AAA solid thin;
}
.gdpr-content-container {
    color: #4a4a4a;
    font-size: 17px;
}
.gdpr-content-container h4 {
    text-transform: uppercase;
}
.gdpr-content-container p {
    margin-bottom: 12px;
}
.gdpr-content-container ul {
    list-style-type: none;
}
.gdpr-content-container ul a {
    color: #1c5682;
}
.gdpr-content-container ul a:hover {
    color: #2572ad;
}
.modal-button-container {
    text-align: right !important;
}
.glyphicon-thumbs-up::before {
    content: "\f44d";
    font-family: fontello;
    margin-right: 6px;
}
.modal-button-container .popup-button {
    background: #004389;
    font-family: TheSans;
    font-size: 15px;
    line-height: 15px;
    padding: 8px 10px 7px;
    text-transform: uppercase;
}
.modal-button-container .popup-button:hover {
    background: #0592CF;
}