/***********************************************************************
 * agents
 ***********************************************************************/
.singleAgent {
	float: left;
	margin: 0 20px 20px 0;
	width: 214px;
	border-bottom: 5px solid #e6e6e6;	
}
.singleAgent h2 {
	font-size: 20px;
}
.singleAgent h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.singleAgent .more {
	margin-bottom: 10px;
	display: block;
}
.lastAgent {
	margin-right: 0;
}