@import url(/cesium/Source/Widgets/widgets.css);
@import url(/cesium/Source/Widgets/lighter.css);


html, body{ width: 100%; height: 100%; min-width: 320px; min-height: 700px; background: black; padding: 0; margin: 0; color: white; font-family: Helvetica; } 
a{ color: grey; } 
a:hover{ cursor: pointer;}
.digit, .mask, .colon{ background: none; padding: 0;width: 200px;height: 340px;left:0px;position: relative; top: 0px; } 
.crop{  border-left: 5px solid black;float: left;width: 200px;     height: 340px;     overflow: hidden; }
.loading{ margin: 20px; position: fixed; z-index:1000;} 
#centered, #masks{     width: 200px;
    height: 340px;
    position: absolute;
    left: 50%;
    top: 290px;
    margin: -230px 0 0 -105px;
 } 
.footer{ 
    color: grey;
    font-size: 14px;
    height: auto;
    left: 50%;
    line-height: 15px;
    margin: 0 0 0 -150px;
    position: absolute;
    text-decoration: none;
    width: 300px;
    top: 400px;
 }
.left-footer{ bottom: 23px; color: grey; font-size: 11px; height:auto; margin: 0 0 0 20px; position:absolute; text-decoration: none; width: 100%; }
h3{font-size:14px;}
.cesium-widget-credits {
    display: none!important;

}