html, body, #scene, #controls {
	margin: 0;
	padding: 0;
}

#scene {
	background-color: bisque;
	width: 100%;
	height: 100vh;
}

#scene img {
	pointer-events: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

#scene img.background {
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#scene img.belle {
	object-fit: contain;
}

#controls {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 50%);
}

.hidden {
	display: none;
}

#abc-controls {
	display: inline-block;
	width: 40%;
}

#controls label, #controls button, #controls select {
	vertical-align: top;
}

#status-container {
	display: inline-block;
	vertical-align: top;
	text-shadow: whitesmoke 0 0 4px;
}

#status-label {
	font-weight: bold;
	margin-left: 8px;
}

#help {
	font-style: italic;
	position: absolute;
	right: 0;
	top: 0;
	color: crimson;
	text-shadow: whitesmoke 0 0 4px;
}

#abc-source {
	background-color: aliceblue;
	color: black;
	font-family: 'Monaspace Neon Var', 'Monaspace Xenon Var', 'Monofur', 'Consolas', 'Courier New', 'Courier', monospace;
	width: calc(100% - 8px);
	height: 20vh;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 2px;
	border-width: 2px;
}