.news{
	margin:-10px 0 0 0;
	width: 100%;
}
.news ul{
	padding: 0;
	list-style: none;
}
.news li{
	padding:10px 0 10px 0;
	border-bottom: 1px solid #9e9e9e;
}
.news li.odd{
	background: #fafafa;
}
.news li:after {
	content: '';
	display: block;
	clear: both;
}
.news .date{font-family: sans-serif; text-align: center;width:46px; padding: 10px;margin: 5px 15px 10px 0;height:auto;font-size:16px;color: #FFF; background:#ec843a;}
.news a{
	font-family: sans-serif;
	font-size: 15px;
	font-weight:100;
	color:#333333;
	text-decoration: none;
}
.news p {
	margin: 15px 0 0;
	font-size: 14px;
}

.et-run{
    background-color: #0cf;
    color: white;
    border: 1px solid black;
}