<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.modal-content {
    position: fixed;
    display: none;
    z-index: 101;
    width: 770px;
    margin: 0;
    padding: 10px;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    padding: 42px 0 0;
}

.modal-content p {
    margin: 0;
    padding: 0;
}

.modal-overlay {
    z-index: 100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.75);
}

.modal-open {
    color: #00f;
    text-decoration: underline;
}

.modal-open:hover {
    cursor: pointer;
}

.modal-close {
    color: #00f;
    text-decoration: underline;
}

.modal-close:hover {
    cursor: pointer;
}

.modal_bt {
    text-align: right;
    font-size: 360%;
    line-height: 1;
}

.modal_bt a {
    text-decoration: none;
    color: #CCCCCC;
}</pre></body></html>