body,html {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color:transparent;
	-ms-touch-action: manipulation !important;
	background-color: #000;
	text-align: center;
	overflow: hidden;
	margin: 0px;
	width: 100%;
	height: 100%;
}
#game {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	position: relative;
    height:100%;
    width:100%;
	z-index: 0 !important;
}
#game-canvas {
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
	z-index:2;
	pointer-events: auto;
}
#game-overlay {
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
	z-index:3;
	pointer-events: auto;
}
#fb-root{
	pointer-events: auto;
}
#offline {
	font-size: 24px;
	font-weight:bold;
	position: absolute;
	color:#FFF;
	z-index: 15;
	top: 0%;
	left: 0%;
	bottom:0%;
	right:0%;
}
.resource{
	position: absolute;
	pointer-events: none;
	z-index:0;
	display:none;
}