
body { padding: 0; margin: 0 }		
#unity-container { position: absolute;background-color: #000000; }		
#unity-container.unity-desktop { width: 100%; height: 100%;}		
#unity-container.unity-mobile { width: 100%; height: 100%;}		
.unity-mobile #unity-canvas { background-color: #000000;}	
.unity-mobile #unity-canvas { width: 100%; height: 100%; }		
#unity-loading-bar {width: 100%; position: absolute; left: 0%; top: 0%; display: none }
#unity-logo { width: 256px; height: 256px; background: url('unity-logo-dark.png') no-repeat center ;margin-top: 25%; margin-left: 35%;}
#unity-progress-bar-empty { width: 100%; height: 10px; margin-top: 1px; background-color: #098abf; }
#unity-progress-bar-full { width: 0%; height: 10px; margin-top: 1px; background-color: #04cdf5; }
#unity-logo { width: 256px; height: 256px; background: url('unity-logo-dark.png') no-repeat center }	

#unity-footer { position: relative }	
.unity-mobile #unity-footer { display: none }		
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('_webgl-logo.png') no-repeat center }		
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }		
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('_fullscreen-button.png') no-repeat center }		
#unity-mobile-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: #333333; color: white; padding: 10px; height: :150px; display: none }