/** Subtitles section **/

.level-subtitle {
	display: none;
	width: 500px;
	min-height: 0;
	margin: auto;
	padding: 8px;
	top: 32px;
	left: 0;
	right: 0;
	position: absolute;
	border: 4px solid #000;
	background-color: #f5e0bf;
	color: #000;
	text-align: center;
	font-size: 40px;
	white-space: pre;
	z-index: 4
}