@charset "utf-8";
/* CSS Document */
.teacher {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 10px;
}
.comment h4 {
	font-size: 1.8em;
	font-weight: normal;
	clear: both;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	padding-left: 5px;
	line-height: 1.5em;
	color: #669966;
}
.teachers-sub {
	float: left;
	height: 200px;
	width: 340px;
	margin-bottom: 20px;
}
