<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#osx-modal-content{
    width:850px;
    height:530px;
    /* border-radius: 6px; */
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}
#osx-modal-content, #osx-modal-data {display:none;}

/* Overlay */
#osx-overlay {
    background-color: rgba(32,42,53,0.5);
    z-index: 9999999998 !important;
}

/* Container */
#osx-container {background-color:#eee; color:#000; font: 16px/24px "Lucida Grande",Arial,sans-serif; padding-bottom:4px; width:600px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; border-radius:0 0 6px 6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000; box-shadow:0 0 64px #000;}
#osx-container a {color:#ddd;}
#osx-container #osx-modal-title {color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container #osx-modal-data {font-size:12px; padding:6px 12px;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:10px;}
#osx-container span {color:#777;}


#simplemodal-container .close {
    position:absolute;
    top: -24px;
    right: 8px;
    /* width: 30px; */
    /* height: 18px; */
    z-index: 1;
    cursor:pointer;
    display: inline-block;
    /* font: normal normal normal 14px/1 FontAwesome; */
    /* line-height: 5px; */
    color: #7f8c98;
    /*border: 1px solid #10243C;*/
    /* border-radius: 53px; */
    /* background: #BB4A34; */
    font-size: 25px;
    content: "\f00d";
    opacity: 1;
    font-weight: normal;
    display: inline-block;
}


#simplemodal-container .close:before {
    content: "x";
    display: block;
    line-height: 13px;
    text-align: center;    
}


#simplemodal-container .close:hover{
        /* background: #e63714; */
        color: #222;
}</pre></body></html>