body {
    padding: 0;
    margin: 0
}

#unity-container {
    position: absolute;
    top: 39px;
}

#unity-container.unity-desktop {
    width: 100%;
    height: 95%;
}

#unity-container.unity-mobile {
    width: 100%;
    height: 100%
}

#unity-canvas {
    background: #000000;
    width: 100%;
    height: 95%;
}

.unity-mobile #unity-canvas {
    width: 100%;
    height: 93%
}

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

#unity-logo {
    width: 154px;
    height: 130px;
    background: url('unity-logo-dark.png') no-repeat center
}

#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-footer {
    z-index: 1;
    position: relative;
    width: 100%;
    
}

.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;*/
    position: absolute;
    right: 50px;
    /*margin-right: 10px;*/
    line-height: 38px;
}

.unity-desktop #unity-build-title {
    font-size: 18px
}

.unity-mobile #unity-build-title {
    font-size: 10px;
    display: none;
}

#unity-build-title-2{
    width:217px;
}

.unity-mobile #unity-build-title-2 {
    display: none;
}

#unity-fullscreen-button {
    float: right;
    width: 38px;
    height: 38px;
    background: url('fullscreen-button.png') no-repeat center
}

.unity-mobile #unity-fullscreen-button {
    display: none;
}

#unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}
/*
.AccessibilityOutput {
    position: absolute;
    top: 60px;
    width: 100%;
    font: 15px Arial, sans-serif;
    font-size: small;
    color: #AAAAAA;
    text-align: center;
}

*/
#AccessibilityOutput {
    /*float:right;*/
    position: absolute;
    top: 5px;
    /*width: 100%;*/
    font: 15px Arial, sans-serif;
    font-size: small;
    color: #AAAAAA;
    text-align: center;
}
.unity-mobile #AccessibilityOutput {
    width: 100%;
}

.unity-desktop #AccessibilityOutput {
    /*float:right;*/
    left: 255px;
    right: 325px;
}
