#ass_result {
	background-color: #EBF5F5;
	overflow: hidden;
	margin-top: 20px;
	height: 150px;
	background-image: url(../img/assessment/ass_result.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#ass_result h3 {
	font-size: 24px;
	font-weight: bold;
	color: #2B5151;
	float: left;
	width: 250px;
	line-height: 30px;
	padding-top: 45px;
	padding-left: 45px;
}
#ass_result p {
	font-size: 18px;
	font-weight: bold;
	padding-top: 25px;
}
#ass_result #unit {
	font-size: 40px;
}
#ass_result #num {
	font-size: 100px;
	font-weight: normal;
	color: #C00;
	padding-right: 5px;
}
