body {
    padding: 0;
    margin: 0
}

#unity-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#unity-canvas {
    background: #ffffff;
    padding: 0px;
    margin: 0px;
}

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

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

#unity-progress-bar-empty {
    width: 100px;
    height: 9px;
    margin-top: 10px;
}

#unity-progress-bar-full {
    width: 0%;
    height: 9px;
    margin-top: 10px;
    background: url('progress-bar-full-light.png') no-repeat center
}
#unity-build-title {
    float: right;
    margin-right: 10px;
    line-height: 38px;
    font-family: arial;
    font-size: 18px
}
