body { background-color: #32396b; font-family: Arial, Helvetica, sans-serif; }
.hidden { display: none; }
#container3D { position: absolute; top:0; left:0; } 
.actionButtons { position: absolute; top: 20px; left: 20px; }
.fatBtn { background-color: rgb(255, 255, 255, 0.3); border: 1px solid white; border-radius: 4px; padding: 23px; color: white; font-size: 28px; font-weight: bold; }

.loaderContainer { position: absolute; z-index: 9999; width: 640px; border: 1px solid white; border-radius: 4px; 
    margin-top: 80px; margin-left: auto; margin-right: auto; padding: 6px; top: 120px; left: 0; right: 0; background-color: #485871; }
.loaderContainer .hdr img { width: 140px; float: right; }
.loaderContainer .hdr { margin-bottom: 9px; color: black; background-color: rgb(242, 242, 242); border-radius: 3px; font-weight: bold; padding: 9px 9px 11px 9px; }

#wsi { color: white; padding: 9px; }
#log { position: absolute; z-index: 10000; color: white; top: 10px; left: 10px; }
#infoContainer { border: 1px solid white; border-radius: 4px; padding: 23px; color: white; 
    background-color: rgb(255, 255, 255, 0.3);
    position: absolute; width: 28%; right: 20px; top: 20px; 
}
#infoContainer h2 { margin: 0 0 10px 0; }
#infoContainer b { margin-bottom: 7px; display: block; }

.btn  { margin: 10px 0; border: 1px solid white; border-radius: 3px; display: block; text-align: center; background-color: #485871; color: white; padding: 6px 8px; text-decoration: none; }
.btn:hover { background-color: #606772; }
.btn:hover, .btn:active, .btn:visited { text-decoration: none; color: white; }

.hdrCenter { position: absolute; z-index: 10000; bottom: 20px; left: 20px; color: white; font-weight: bold; font-size: 12px; }
.footerRight { position: absolute; z-index: 10000; bottom: 20px; right: 20px; color: white; font-weight: bold; font-size: 12px; }

a, a:visited, a:active { color: rgb(255, 255, 255); }
a:hover { color: rgb(252, 66, 66); }