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;
}

/* 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: 'gotham-xlight';
	src: url('fonts/gotham-xlight.otf') format('opentype');
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

