html, body {padding:0;margin:0;overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);height:100%}
canvas:focus { outline:none }
#unity-container { position:absolute }
#unity-container.unity-desktop { left:50%;top:50%;transform:translate(-50%,-50%) }
#unity-container.unity-mobile { position:fixed;width:100%;height:100% }
#unity-canvas { background: #231F20; }
.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 { border-radius:8px;width:128px;height:128px;background:url('game-logo.png') no-repeat center;margin: 0 auto }
#unity-progress-bar-empty { width:128px;height:8px;margin:16px auto;background-color:#444 }
#unity-progress-bar-full { width:0%;height:8px;background-color: #EEE }
#unity-warning { position:absolute;left:50%;top:5%;transform:translate(-50%);background:white;padding:10px;display:none }
