* {
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
}

.lightbox_frame {
	width: 884px;
	height: 564px;
	position: relative;
	font-family: arial;

	background: #dae3ea;
}

.lightbox_header {
	height: 44px;
	width: 100%;
	position: relative;
	background: #99c62f;
}

.lightbox_header:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 2px);
	height: 30px;
	background-image: url('../assets/images/wave_green.svg');
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 97px 49px;
	transform: rotate(180deg);
}

.lightbox_header h1 {
	position: relative;
	z-index: 1;
	font-size: 20px;
	font-weight: 600;
	line-height: 44px;
	margin: 0px;
	padding-left: 16px;

	color: white;
	text-align: left;
	font-weight: 600;
}

.lightbox_content {
	width: calc(100% - 80px);
	margin: 40px;
	color: #5583ac /*$blue*/;
	line-height: 23px;

	height: 390px;
	max-height: 390px;
   	overflow: auto /*scroll*/;
}

.lightbox_footer {
	position: absolute;
	bottom: 0px;
	height: 15px;
	width: 100%;

	background: #99c62f;
}

#quiz_intro
{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}