.justgame .desc, .justgame .bc, .justgame .options {
	display:none !important;
}
.justgame, .justgame body {
	margin:0px !important;
	padding:0px !important;
	overflow:hidden;
	/*position:fixed;*/ /* for iOS - https://stackoverflow.com/questions/28790889/css-how-to-prevent-scrolling-on-ios-safari */
	width:100%; height:100%;
	touch-action: manipulation;
	overscroll-behavior: none;
}
.justgame * {
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

label {white-space:nowrap;}

canvas {
	-webkit-tap-highlight-color:rgba(0,0,0,0); /* https://css-tricks.com/snippets/css/remove-gray-highlight-when-tapping-links-in-mobile-safari/ */
}
