#quizStage {
	margin-right: auto;
	margin-left: auto;
	font-family: "Open Sans";
	font-weight: 600;
	background-color: rgba(189,255,254,1.0);
	width: 100%;
	height: 100%;
	padding-bottom: 52.6%;
	cursor: default;
	position: relative;
}
.lime-director {
	max-width: 100%;
	position: relative;
}
.lime-scene {
	max-width: 100%;
	position: relative;
}
.lime-layer {
	max-width: 100%;
	position: relative;
}
#quizMain {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: hsla(0,0%,100%,1);
	overflow: auto;
	font-family: "Open Sans";
	height: 52.6%;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}
