
.latest-news .news-item {
	position: relative;
}

.latest-news .news-date {
	position: absolute;
	width: 60px;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #fff;
	color: #e60028;
	text-align: center;
	
	font-weight: 600;
}

.latest-news.panel .news-date {
	padding-top: 12px;
}

.latest-news .news-date * {
	display: block;
	text-transform: uppercase;
	margin: 0;
	line-height: 16px;
}

.latest-news .news-date-day {
	font-size: 26px;
	line-height: 26px;
}

.latest-news .news-content {
	padding-left: 80px;
}

.latest-news.panel .news-content {
	padding-left: 60px;
}

.latest-news .news-body {
	color: #333;
}

.latest-news .gradient {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 60px;
	height: 25px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.latest-news.panel .news-content {
	height: auto;
	overflow: hidden;
}
a.list-group-item.news-item {
    padding: 0;
    height: 80px;
    margin: 0;
}
