.featured-content .entry {
    margin-bottom: 0;
}
a.widget-title-link {
    text-decoration: underline !important;
    color:#333;
}
a.widget-title-link:hover {
    color: #8DC642;
    text-decoration: none !important;
}
.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	background: none;
}
.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}
.featured-content .entry-image {
	height: 75px;
	width: 75px;
}
.featured-content .entry-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
	margin-top: 10px;
}
.featured-content img {
    float: left;
    margin: 0 15px 5px 0;
}
.widget.featured-content.featuredpost {
	padding: 10px;
}