body { padding: 0; margin: 0 }
#container { position: absolute }
#container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#container.unity-mobile { position: fixed; width: 100%; height: 100% }
#canvas { background: white }
.unity-mobile #canvas { width: 100%; height: 100% }
/*#loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }*/
#loading-bar 		{ position: absolute; left: 40%; top: 40%; transform: translate(-50%, -50%) display: none }
#logo 				{ width: 200px; height: 131px; background: url('progressLogo.Light2.png') no-repeat center }
#progress-bar-empty { width: 200px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progressEmpty.Light.png') no-repeat center }
#progress-bar-full 	{ width: 200px; height: 18px; margin-top: 10px; background: url('progressFull.Light2.png') no-repeat center }
#footer 			{ position: relative }
.unity-mobile #footer { display: none }
#webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
