@charset "utf-8";
/* CSS Document */

#endorsements {
	overflow:hidden;
}

#endorsements .item  {
	width:550px;
	overflow:hidden;
	margin-bottom:10px;
	border-bottom:1px #cdcdcd solid;
	padding-bottom:10px;
}

#endorsements .item .info a {
	font-size:12px;
	color:#0670ce;
}

#endorsements .item span.title {
	font-weight:bold;
	color:#0670ce;
}

