<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal {
    z-index: 9999999 !important;
}

.cookieinfo {
    position: fixed;
    left: 0px;
    right: 0px;
    height: auto;
    min-height: 21px;
    z-index: 2147483647;
    /*background: rgb(100, 88, 98);*/
    background: #524e4e;
    color: rgb(255, 255, 255);
    line-height: 21px;
    padding: 8px 18px;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    text-align: left;
    bottom: 0px;
    opacity: 1;
    z-index: 9999999;
}

span.cookietext {
    display: block;
    padding: 5px 0 5px 0;
}

.cookieinfo-title {
    display: block;
    font-size: 20px;
    margin-bottom: 1rem;
}

a.cookielink {
    text-decoration: none;
    color: #bdbcbc;
}

.cookie-btn {
    display: inline-block;
    padding: 5px 8px;
    min-width: 100px;
    margin-left: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
    color: rgb(0, 0, 0);
    background: #F3F2F1;
    text-align: center;
    border: none;
}

.cookie-close {
    display: inline-block;
    padding: 5px 8px;
    min-width: 100px;
    margin-left: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    background: rgb(84, 91, 98);
    text-align: center;
    border: none;
}

.cookieinfo .valign {
    display: table;
    height: 100%;
    width: 100%;
}

.cookieinfo .cookie-moreinfo {
    text-decoration: underline;
    cursor: pointer;
}

.text-black {
    color: #000;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 21px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 15px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/* fix stlyes for websites without boostrap bundle class sets */

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-5, .col-xs-7 {
    float: left;
}

.text-white {
    color: #ffffff !important;
}

.close.text-white,
.cookie-moreinfo a {
    color: #fff !important;
}

.d-table-cell {
    display: table-cell !important;
}

.align-middle {
    vertical-align: middle !important;
}

.d-table {
    display: table !important;
}

.work-around .col-xs-5 strong {
    font-size: initial;
}

.work-around .col-xs-7 p {
    line-height: initial;
    margin: initial;
    display: contents;
}

/* for CRN website */

.work-around .col-xs-7 .switch:before {
    content: none;
}</pre></body></html>