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


html, body {
    /*height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;*/
    min-width: 600px;
}

.web-banner {
    position: relative;
    background-image: url("../images/banner_web.png");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    padding: 20px 10% 50px 10%;
    max-height: 216px;
}

.web-btn-bar {
    position: absolute;
    bottom: 0px;
    margin-top: 20px;
}
  
.loadingWidget
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: White url('../images/loader.gif') no-repeat fixed center center;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 10000;
    vertical-align: middle;
    top: 0px;
    left: 0px;
}

</pre></body></html>