.justgame .desc, .justgame .bc, .justgame .options {
	display:none;
}
.justgame {
	margin:0px;
	padding:0px;
	overflow:hidden;
	position:fixed; /* for iOS - https://stackoverflow.com/questions/28790889/css-how-to-prevent-scrolling-on-ios-safari */
}
.justgame * {
	margin-top:0px;
	margin-bottom:0px;
}

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/ */
}
