body { padding: 0; margin: 0 }
canvas {width: 100% !important; height: 100% !important;}
#unity-container { position: absolute; width: 100%; height: 100%; }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { 
	background-image: url("https://storage.googleapis.com/voxelarchitects/3dstarmap_test/TemplateData/background-loading-screen.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { 
     width: 25vw;
     height: 20vw;
	 background: url("https://storage.googleapis.com/voxelarchitects/3dstarmap_test/TemplateData/unity-logo-dark.png") no-repeat center;
     background-size: cover;
}
#unity-progress-bar-empty { 
	border: 1px solid #3B6EC1;
    width: 141px;
    height: 18px;
    margin-top: 10px;
    margin-left: 6.5px;
    background-color: #474747;
    margin: 20px auto;
    width: 40%;
}
#unity-progress-bar-full { 
	width: 0%;
    height: 18px;    
    background-color: #3B6EC1;
}
#unity-webgl-logo { float:left; width: 0px; height: 0px; background: url('https://storage.googleapis.com/voxelarchitects/3dstarmap_test/TemplateData/webgl-logo.png?4') no-repeat center }
#unity-build-title { float: right; margin-right: 0px; line-height: 0px; font-family: arial; font-size: 0px }
#unity-fullscreen-button { float: right; width: 0px; height: 0px; background: url('https://storage.googleapis.com/voxelarchitects/3dstarmap_test/TemplateData/fullscreen-button.png?4') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 0%; transform: translate(-50%); background: white; padding: 0px; display: none }