html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	background: #6cb9ef;
	color: white;
}

html, body, canvas {
	touch-action: none;
	touch-action-delay: none;
}

#notSupportedWrap {
	margin: 2em auto 1em auto;
	width: 75%;
	max-width: 45em;
	border: 2px solid #aaa;
	border-radius: 1em;
	padding: 2em;
	background-color: #f0f0f0;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	color: black;
}

#notSupportedTitle {
	font-size: 1.8em;
}

.notSupportedMessage {
	font-size: 1.2em;
}

.notSupportedMessage em {
	color: #888;
}


@font-face {
	font-family: 'franklin_gothic';
	src: url('fonts/franklin_gothic.woff') format('woff');
}

@font-face {
	font-family: 'itcfranklingothicstd-demiit';
	src: url('fonts/itcfranklingothicstd-demiit.woff') format('woff');
}

@font-face {
	font-family: 'dseg14classic-regular';
	src: url('fonts/dseg14classic-regular.woff') format('woff');
}

