/**
* WC library cummulative stylesheet
*
*/

.pass {
	color: green;
}

.fail {
	color: red;
}

.overlay {
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
}

.modal_content_container {
	position: absolute;
	z-index: 2000;
	display: none;
	padding: 30px 20px 30px 20px;
}

.modal_content_container .close {
	z-index: 2050;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	position: absolute;
	right: 15px; 
	top: 15px;
	line-height: .5em;
	width: 14px;
	padding: 2px 0 4px 0;
	cursor: pointer;
}

#medical_education {
	width: 300px;
	background: #fff;
	left: 725px;
	top: 25px;
}
