ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	line-height: 122%;
}
div#productionOverlay {
	display: none;
	background-color: #000000e0;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}
div#production {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 760px;
	min-height: 628px;
}
div#sae {
	position: absolute;
	left: 20px;
	top: 20px;
	transform: translate(50%, 50%) scale(2);
}
iframe#embed {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 320px;
	height: 256px;
	transform: translate(50%, 50%) scale(2);
	border: 0px;
	display: none;
}
div#c64jse {
	position: absolute;
	left: 20px;
	top: 20px;
	
}
div#statusIndicator {
	position: absolute;
	right: 38.75%;
	top: 588px;
	font-size: small;
	animation: flash 2s linear infinite;
}
div#productionInfo {
	margin: 608px 20px 20px 20px;
}
@keyframes flash {
	0% { filter: brightness(75%); }
	50% { filter: brightness(150%); }
	100% { filter: brightness(75%); }
}
