body, html { background: #000000 }
body { padding: 0; margin: 0 }

a:link { color: #999999; }
a:visited { color: #777777; }
a:hover { color: #FFFFFF; }
a:active { color: blue; }

#black-panel {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #000000;
}

#mobile-tap-prompt {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 512px;
    height: 256px;
    background: url('mobile-tap-prompt.png');
}

#unity-container { position: absolute }
    #unity-container.unity-desktop { left: 50%; top: 3%; transform: translate(-50%, 0%) }
    #unity-container.unity-mobile { width: 100%; height: 100% }

#unity-canvas {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #000000;
}
.unity-mobile #unity-canvas {width: 100%; height: 100% }

#unity-loading-bar {
    position: fixed;
    left: 50%;
    top: 33%;
    transform: translate(-50%, -50%);
    display: none
}
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }

#Custom-loading-image {
    width: 141px;
    height: 128px;
    background: url('Custom-loading-image.png') no-repeat center
}
#almost-ready {
    width: 141px;
    height: 25px;
    background: url('almost-ready.gif') no-repeat center
}
#info-footer {
    position: relative;
    width: 600px;
}
#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: white; padding: 10px; display: none }
