
body { padding: 0; margin: 0 }
#unity-container { position: fixed; width: 100%; height: 100%; }
#unity-canvas { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; background: #000000 }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 204px; height: 204px; background: url('Icon_256.png') no-repeat center; background-size: contain; }
#unity-progress-bar-empty
{
	margin-left: auto; margin-right: auto; margin-top: 10px;  margin-top: 4px; width: 200px; 
	height: 18px;  background: url('bar.png') no-repeat center
}
#unity-loading-text { margin-left: auto; margin-right: auto; width: 200px; height: 51px; margin-top: 5px; background: url('loading.png') no-repeat center; background-size: contain;}
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
#blank { margin-left: auto; margin-right: auto; width: 140px; height: 6px;}

.w3-progress-container { width:100%; height:1.5em;position:relative;background-color:#ffffff }
.w3-progressbar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background-color:#ffcc09;height:18px;line-height:inherit }
.w3-round-xlarge { border-radius:12px!important }
