html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	background: #000000;
	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: 'sourcecodepro-black';
	src: url('fonts/sourcecodepro-black.ttf') format('truetype');
}

@font-face {
	font-family: 'sourcecodepro-blackitalic';
	src: url('fonts/sourcecodepro-blackitalic.ttf') format('truetype');
}

@font-face {
	font-family: 'sourcecodepro-bold';
	src: url('fonts/sourcecodepro-bold.ttf') format('truetype');
}

@font-face {
	font-family: 'sourcecodepro-bolditalic';
	src: url('fonts/sourcecodepro-bolditalic.ttf') format('truetype');
}

@font-face {
	font-family: 'sourcecodepro-extralight';
	src: url('fonts/sourcecodepro-extralight.ttf') format('truetype');
}

@font-face {
	font-family: 'sourcecodepro-extralightitalic';
	src: url('fonts/sourcecodepro-extralightitalic.ttf') format('truetype');
}

@font-face {
	font-family: 'sourcecodepro-italic';
	src: url('fonts/sourcecodepro-italic.ttf') format('truetype');
}

@font-face {
	font-family: 'sourcecodepro-light';
	src: url('fonts/sourcecodepro-light.ttf') format('truetype');
}

@font-face {
	font-family: 'sourcecodepro-lightitalic';
	src: url('fonts/sourcecodepro-lightitalic.ttf') format('truetype');
}

@font-face {
	font-family: 'sourcecodepro-medium';
	src: url('fonts/sourcecodepro-medium.ttf') format('truetype');
}

@font-face {
	font-family: 'sourcecodepro-mediumitalic';
	src: url('fonts/sourcecodepro-mediumitalic.ttf') format('truetype');
}

@font-face {
	font-family: 'sourcecodepro-regular';
	src: url('fonts/sourcecodepro-regular.ttf') format('truetype');
}

@font-face {
	font-family: 'sourcecodepro-semibold';
	src: url('fonts/sourcecodepro-semibold.ttf') format('truetype');
}

@font-face {
	font-family: 'sourcecodepro-semibolditalic';
	src: url('fonts/sourcecodepro-semibolditalic.ttf') format('truetype');
}

