html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	background: #000000;
	color: white;
}

#pineamberCompliance {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 42px;
	padding: 8px 18px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	background: rgba(13, 32, 23, .94);
	color: #fff8e8;
	font: 600 13px/1.25 Georgia, "Times New Roman", serif;
	text-align: center;
	box-shadow: 0 10px 28px rgba(0,0,0,.24);
}

#pineamberCompliance strong {
	color: #d79b47;
	white-space: nowrap;
}

#pineamberCompliance span {
	max-width: 860px;
}

body canvas {
	margin-top: 42px;
	max-height: calc(100vh - 42px);
}

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: " • ";
}

/* For text icons converted to HTML: size the height to the line height
   preserving the aspect ratio. Also add position: relative as that allows
   just adding a 'top' style for the iconoffsety style. */
.c3-text-icon {
	height: 1em;
	width: auto;
	position: relative;
}

/* screen reader text */
.c3-screen-reader-text {
	position: absolute;
	width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 760px) {
	#pineamberCompliance {
		flex-direction: column;
		gap: 2px;
		min-height: 58px;
		padding: 7px 12px;
		font-size: 12px;
	}

	body canvas {
		margin-top: 58px;
		max-height: calc(100vh - 58px);
	}
}
