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: #ffffff }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { 
    position: absolute;
    width: 250px;
    height: 250px;
    left: 50%;
    top: 50%;
    background: url('icon.png') no-repeat center;
    margin-left: -125px;
    margin-top: -125px;
    background-size: 200px 200px;
}
#unity-progress-bar-empty { width: 300px; height: 30px;  position: relative;  left: 50%; top: 110%; transform: translate(-50%, -60%); background: #ffffffce ; border-style:solid; border-width: 2px; border-color: rgb(244, 197, 76); }
#unity-progress-bar-full { width: 0%; height: 26px;  top: 2px; left: 2px;  position: absolute; background: rgb(244, 197, 76); }
#unity-loading-text {  width: 150px; height: 37px;  top: 0px; position: absolute; left: 50%; top: 57%; transform: translate(-50%, -57%); background: url('loading-text.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-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
