.widget-featured ul li {
	border-bottom: 1px solid #EEE;
	display: block;
	position: relative;
}

.widget-featured ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0 none;
}

.widget-featured ul li .featured-img {
	display: table-cell;
	float: none !important;
	margin-right: 0;
	width: 25%;
}

.widget-featured ul li .featured-img img {
	width: 100%;
}

.widget-featured ul li .featured-content {
	border: 0 none;
	display: table-cell;
	float: none !important;
	padding: 0 0 0 15px;
	text-align: left;
	vertical-align: top;
	width: 75%;
}

.widget-featured ul li .featured-content .featured-link {
	color: #282828;
	display: block;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 5px;
}

.widget-featured ul li .featured-content .date-description {
	color: #777;
	display: block;
	font-size: 13px;
	line-height: 1.4;
}