html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	background: #ffffff;
	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;
}

/* bbcode styles */
.bbCodeH1 {
	font-size: 2em;
	font-weight: bold;
}

.bbCodeH2 {
	font-size: 1.5em;
	font-weight: bold;
}

.bbCodeH3 {
	font-size: 1.25em;
	font-weight: bold;
}

.bbCodeH4 {
	font-size: 1.1em;
	font-weight: bold;
}

.bbCodeItem::before {
	content: " • ";
}


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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
	font-family: 'airtel-sans-bold';
	src: url('fonts/airtel-sans-bold.otf') format('opentype');
}

@font-face {
	font-family: 'airtel-sans-regular-italic';
	src: url('fonts/airtel-sans-regular-italic.otf') format('opentype');
}

@font-face {
	font-family: 'airtel-sans-semibold';
	src: url('fonts/airtel-sans-semibold.otf') format('opentype');
}

@font-face {
	font-family: 'airtel-sans-bold-italic';
	src: url('fonts/airtel-sans-bold-italic.otf') format('opentype');
}

@font-face {
	font-family: 'airtel-sans-regular';
	src: url('fonts/airtel-sans-regular.otf') format('opentype');
}

@font-face {
	font-family: 'airtel-sans-semibold-italic';
	src: url('fonts/airtel-sans-semibold-italic.otf') format('opentype');
}

