body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }

#unity-canvas { background: rgb(255, 255, 255) !important; }

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -30%);
    display: none;
    text-align: center !important;
}
/*#unity-logo { width: 256px !important; height: 256px !important; background: url('unity-logo-light1.png') no-repeat center; text-align: center !important; }*/
#unity-progress-bar-empty { width: 600px; height: 15px; margin-top: 10px; background: url('prog-empty.png') no-repeat center; text-align:center !important; }
#unity-progress-bar-full { width: 0%; height: 15px; margin-top: 10px; background: url('prog-full2.png') no-repeat center; text-align:center !important; }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 1px; height: 1px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 22px; font-family: arial; font-size: 14px }
#unity-fullscreen-button { float: right; width: 24px; height: 24px; background: url('fullscreen-button.png') no-repeat center }
#unity-mobile-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: rgb(73, 73, 73); padding: 10px; display: none }

.hr1 {
    margin-top: 2px;
    border: 0;
    height: 1px;
    background-color: #a9a9a9;
}

.hr2 {
    background-color: #c8c8c8;
    border: 0;
    height: 1px;
}
.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}