<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#waitMsg {
    display:none;
    text-align: center;
    position:fixed;
    top:0;
    left:0;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding-top: 20%;
}

div#waitMsg &gt; div {
    width: 400px; height: 150px; background-color: #ffffff; border: 1px solid #cccccc; margin: auto; padding-top: 20px
}

div#waitMsg &gt; div &gt; div {
    margin: 40px;
}</pre></body></html>