<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#any_modal_wide .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    background-color: transparent;
    border: none;
}

#any_modal_wide .modal-header {
    justify-content: center;
}</pre></body></html>