<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body,th,td{
    background-color: white;
    color: black;
    font-size: 20px;   
}

span.objectname {font-size: 36px; }
span.objecttype {font-size: 24px; }
span.sample2 {font-size: 12em; }


.item_wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.item {
    width: 150px;
    height: 150px;
    padding: 20px;
    float: left;
}

.popupbg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
}

.popup_wrapper {
    
    height: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -250px;
    z-index: 11;
    text-align: center;
    display: none;
}
.popup_wrapper .popup {
    position: relative;
}
.popup_wrapper .img {
    display: inline-block;
    height: 500px;
}

.popup_wrapper .caption {
    padding: 10px;
    font-size: 18px;
    color: #fff;
}
.popup_wrapper .close_btn {
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #fff;
    margin: -15px -15px 0 0;
    font-size: 24px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.cbox {
    text-align: center;
}
</pre></body></html>