body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; bottom:18%; display: none }
#unity-logo { width: 188px; height: 80px; background: url('realsim-logo.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; position: absolute; transform: translate(-50%, 0); height: 18px; background: url('progress-bar-empty.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; background: url('progress-bar-full.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 190px; height: 70px; background: url('logo.png') no-repeat center }
#unity-title { position: absolute; left: 0%; right:0%; top: 8%; }
#unity-title-1 { color:white; line-height: 38px; font-family: arial; font-weight:bold; font-size: 32px; text-align:center; }
#unity-title-2 { color:white; line-height: 38px; font-family: arial; font-size: 24px; text-align: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-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

#unity-loading-screen { background-color:black; position:absolute; left:0%; right:0%; top:0px; }

#unity-loading-image { position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); }
