
.headline{
	text-align: center;
	color:#0E4526;
	margin-top: 20px;
}

.headline h5{
	color:#333;
	margin-top: 0px;
}

.teacher-list-item{
	width: 182px;
	border: 1px solid #f3f3f3;
	border-radius:5px;
	height: 280px;
	float: left;
	margin-left: 45px;
}

.teacher-list-item img{
	width:100%;
	height: auto;
	margin-bottom: 10px;
}

.teacher-list-item a{
	text-decoration:none;
	color: #000;
	cursor:pointer;
}

.teacher-list-item p{
	padding-left: 10px;
	color: #aaa;
}