@import url(http://fonts.googleapis.com/css?family=Raleway:400,300);
.news{
	margin: 0px;
	width: 100%;
}
.news ul{
	padding: 0;
	list-style: none;
}
.news li {
    padding: 12px;
    border-bottom: 1px solid #fff;
}
.news li, .content{
	padding-top: 10px;
}

.news li.odd{
	background: #fafafa;
}
.news li:after {
	content: '';
	display: block;
	clear: both;
}
.news .date {
    float: left;
    width: 46px;
    margin: 0 15px 0 0;
    height: 19px;
    font-size: 14px;
    color: #fff;
    background-color: #000000;
    padding: 10px!important;
    text-align: center;
    font-family: sans-serif;
}
.news a {
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: #fff;
    text-decoration: none;
    text-shadow: 3px 3px 6px #000;
}
.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;
}