
/* format Cesium map container */
html, body, #cesiumContainer {
    background-color: #000000;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* format ISS live stream player */
#live_stream_container {
    color: #edffff;
    width: 440px;
    bottom: 50px;
    left: 30px;
    position: absolute;
    z-index: 10000;

}
#live_stream_container iframe {
    width: 440px;
    height: 320px;
}

#iss_stats_container {
    color: #edffff;
    /*width: 100%;*/
    bottom: 20px;
    /*left: 30px;*/
    position: absolute;
}

.iss_stat {
    margin-left: 20px;
    margin-right: 20px;
    z-index: 10000;
}

.cesium-button {
    z-index: 10000;
}

#page_header {
    color: #edffff;
    width: 66%;

    z-index: 10000;
    top: 0px;

    position: absolute;



}