.news{
	margin:0;
	width: 100%;
}
.news ul{
	padding: 0;
	list-style: none;
}
.news li{
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.news li.odd{
	background: #fafafa;
}
.news li:after {
	content: '';
	display: block;
	clear: both;
}
.news .date{float: left;font-family: Arial, sans-serif;
	width: 40px;
	margin: 5px 15px 0 0;
	height: 35px;
	font-size: 18px;
	color: #666;
}
.news a{text-transform: none!important;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 100;
	color: #666;
	text-decoration: none;
}
.news p {
	margin: 15px 0 0;
	font-size: 14px;
}

.et-run{
    background-color: #0cf;
    color: white;
    border: 1px solid black;
}