@import url(http://fonts.googleapis.com/css?family=Raleway:400,300);
.news{
	margin: -6px 0;
	width: 100%;
}
.news ul{
	padding: 0;
	list-style: none;
}
.news li{
	padding: 20px;
	border-bottom: 1px solid #ccc;
}
.news li, .content{
	padding-top: 3px;
}

.news li.odd{
	background: #fafafa;
}
.news li:after {
	content: '';
	display: block;
	clear: both;
}
.news .date{
	float: left;
	width: 70px;
	margin: 0 15px 0 0;
	height: 30px;
	font-size: 24px;
	color:#b4bcce;
}
.news a{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b4bcce;
	text-decoration: none;
}
.news p {
	margin: 15px 0 0;
	font-size: 14px;
}

.et-run{
    background-color: #0cf;
    color: white;
    border: 1px solid black;
}
.news1{
	margin: 25px 0;
	width: 100%;
}
.news1 ul{
	padding: 0;
	list-style: none;
}
.news1 li{
	padding: 20px;
	border-bottom: 1px dashed #ccc;
}
.news1 li.odd{
	background: #fafafa;
}
.news1 li:after {
	content: '';
	display: block;
	clear: both;
}
.news1 .date{
	float: left;
	width: 70px;
	margin: 5px 15px 0 0;
	height: 50px;
	font-size: 24px;
	color:#444444;
	font-family: Raleway;

}
.news1 a{
	font-family: Raleway;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.news1 p {
	margin: 15px 0 0;
	font-size: 14px;
}

.et-run{
    background-color: #0cf;
    color: white;
    border: 1px solid black;
}