.related_post_title {
	background: rgba(245, 245, 245, 1);
	padding: 3px 0 3px 10px !important;
	margin: 0 !important;
	font-weight: normal;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, .1);
	clear: both;
}
ul.related_post {
	margin: 0 0 18px 0;
	padding: 0;
}

ul.related_post li {
	overflow: hidden;
	list-style: none;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	background: none;
}

ul.related_post li a {
	text-decoration:none;
}

ul.related_post li a img {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
	max-width: 100% !important;
}

ul.related_post li a.title {
	vertical-align:top
}