.webgl-content, * {border: 0; margin: 0; padding: 0}
.webgl-content {width: 100%}
#gameContainer {width: 100%; height: 100%; background: none!important;}
#gameContainer canvas {background-color: white}
#progress-bar {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #fff;
	z-index: 22222;
}
#progress-bar.upload {
	background-color: rgba(255, 255, 255, 0.6);
}
#progress-bar .inner {
	display: table;
	width: 100%;
	height: 100%;
}
#progress-bar .inner .center {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#progress-bar .inner .center p {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-family: 'GloriolaStd' !important;
	margin-bottom: 6px;
}
.blur {
	-webkit-filter: blur(5px);
	filter: blur(5px);
}