.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 #eee;
}
.news li.odd{
	background: #fafafa;
}
.news li:after {
	content: '';
	display: block;
	clear: both;
}
.news .date{ 
	font-family: sans-serif;
    text-align: center;
    width: 46px;
    float: left;
    padding: 10px;
    margin: 5px 15px 0 0;
    height: auto;
    font-size: 17px;
    color: #fff;
    background: #23527c;
    border-radius: 2px;
}
.news a{
	font-family: sans-serif;
    font-size: 15px;
    font-weight: 100;
    color: #000;
    text-decoration: none;
}
.news p {
	margin: 15px 0 0;
	font-size: 14px;
}

.et-run{
    background-color: #0cf;
    color: white;
    border: 1px solid black;
}
