.webgl_container
{
    width:100%;
    height:500px;
    background: rgb(1,0,0);
    text-align: center;
    position: relative; 
    left:0px; 
    top:0px;
    right:0px;
    z-index: 0;
    visibility: visible;
    overflow: hidden;
}


.motd
{
   border:1px solid grey;
   display: flex;
   justify-content: center;
   align-items: center;
}

.motd_loading_label_ID
{
    display: none;
    width:100%;
    text-align: center;
    font-size:20px;
    color:white;
    position: absolute;
    z-index: 100;
}

.motd_volume_label
{
    display: block;
    text-align: center;
    font-size:16px !important;    
    color:rgba(255,255,255,0.5);
    position: absolute;
    top:20px;
    right:20px;
    z-index: 100;
     font-weight:100;
     text-transform: uppercase;
}

.motd_instructions_label
{
    display: block;
    text-align: center;
    font-size:16px !important;
    color:rgba(255,255,255,0.5);
    position: absolute;
    bottom:10px;
    right:20px;
    z-index: 100;
    font-weight:100;
}

.motd .ui-progressbar-value
{
    background-color: #009ad5 !important;
    border-radius: 0px !important;
}

.motd .ui-progressbar
{
    background-color: grey !important;
    height:10px !important;
    position: absolute;
    width:100%;
    bottom:0px;
    z-index: 100;
}

.motd .ui-progressbar-label
{
    display: none !important;
}

.render_canvas
{
    position: absolute;
}