body {
	background-color: #fff;
	color: #000;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	text-align: center;
	font-size: 12.5px;
}

h1 {
	font-size: 1.9em;
	height: 45px;
}

.site_wrapper {
	width: 525px;
	text-align: center;
	margin: 0px auto;
	/*border: 1px rgba(0,255,0,1) solid;*/
}

.header {
	background-color: #fff;
	height: 20px;
}

.intro_block {
	margin: 0px auto;
	height: 100%;
	width: 525px;
/*	border: 1px rgba(0,255,255,1) dashed;*/

}

.intro_left {
	float: left;
	height: 100%;
	width: 150px;
	/*border: 1px rgba(0,0,255,1) dashed;*/
}

.intro_right {
	float: right;
	height: 100%;
	width: 150px;
	/*border: 1px rgba(0,0,255,1) dashed;*/
}

.outtro_block {
	margin: 5px 20px;
	font-weight: bold;
/*	background-color: #eee;*/
}

.outtro_text {
	margin: 10px auto;
	text-align: left;
	font-size: 15px;
/*	border: 1px rgba(0,0,255,1) dashed;*/
}
.outtro_disclaimer {
	margin: 10px auto;
	text-align: justify;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	color: rgba(200,200,200,1);
/*	border: 1px rgba(0,0,255,1) dashed;*/
}

#content_frame {
	/*position: relative;*/
	margin: 0px auto;
	width: 517px;
	height: 405px;
	background-color: #eee;
	border: 0px rgba(0,0,0,1) solid;
	z-index: 1;
}

.video_container {
	position: absolute;
	margin: 0px auto;
	width: 500px;
	height: 375px;
	/*border: 1px rgba(255,0,0,1) solid;*/
}

#videoElement {
/*	position: absolute;*/
	width: 100%;
	height: 100%;
	z-index: 1;
}

#canvas {
	position: absolute;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 99%;
	height: 99%;
	z-index: 1;
	border: 2.0px #000 solid;
	border-radius: 15px;
	background-color: #eee;
	z-index: 2;
}

#canvas_shadow {
	position: absolute;
	bottom: 0;
	box-shadow: 0 5px 15px rgba(0,0,0,0.4);
	height: 94%;
	left: 3%;
	width: 94%;
	z-index: -1;
}

#pred_text {
	position: absolute;
	top: 15px;
	left: 50px;
	z-index: 3;
	color: #4B56F6;
	font-size: 18px;
}

#pred_box {
	position: absolute;
	top: 38px;
	left: 38px;
	width: 192px;
	height: 192px;
	z-index: 3;
	border: 1.25px dashed;
	border-color: #4B56F6;
	opacity: 0.75;
	border-radius: 12px;
}

#pred_values {
	position: absolute;
	bottom: 5px;
	left: 10px;
	z-index: 3;
	font-size: 10px;
	color: #4B56F6;
}