div, canvas {
    padding: 0px;
    margin: 0px;
}

body, html {
    height: 90%;
    padding: 0px;
    margin: 0px;
}

#unity-container { position: absolute }
#unity-canvas { background: #231F20 }
#unity-loading-bar { position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; max-height: 100%; max-width: 100%; display: none }
#unity-logo { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('Quatrium.png') no-repeat center; background-size: cover }
#unity-progress-bar-empty { position: absolute; left: 50%; bottom: 10%; transform: translate(-50%, -50%); width: 300px; height: 18px; margin-top: 10px; border: 3px solid #EEE; background-color: #333 }
#unity-progress-bar-full { width: 0%; height: 18px; background-color: #EEE }
#unity-footer { position: absolute; right: 10px; bottom: 10px; z-index: 100; }
#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: 100px; height: 100px; background: url('UI_fullscreen.png') no-repeat center; background-size: cover;}
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

.closebutton { position: absolute; right: 0px; top: 0px; z-index: 100; cursor: pointer; }
