<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#endModalTable {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-top: 0;
}
#modal_form #modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    color: #fff;
    top: 14px;
    right: 10px;
    cursor: pointer;
    display: block;
}

#modal_form {
    width: 700px;
    background: #fff;
    position: fixed;
    top: 30%;
    left: 40%;
    margin-top: -150px;
    margin-left: -150px;
    display: none;
    opacity: 0;
    z-index: 5000;
}

#overlay {
    z-index:4500;
    position:fixed;
    background-color:#000;
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=80);
    width:100%;
    height:100%;
    top:0;
    left:0;
    cursor:pointer;
    display:none;
}

.header_modal {
    width: 100%;
    background: #328CD2;
    padding: 20px;
}
.font-12 {
    font-size: 12px;
}
.body_modal {
    padding: 10px 10px;
}
.body_modal ul.listmap li {
    list-style: none;
    margin-top: 5px;
}
.body_modal ul.listmap li span {
    font-weight: 600;

}
.body_modal ul.listmap li {
    font-size: 12px;
    color: #333;
}
.foot_modal {
    padding: 10px 10px;
}
.head_label {
    color: #fff;
    font-weight: 600;
}</pre></body></html>