@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
body {
    padding: 10px;
}
.news{
	margin:-10px 0 0 0;
	width: 100%;
}
.news ul{
	padding: 0;
	list-style: none;
}
.news li{
	padding:0px 0 10px 0;
	border-bottom: 1px solid transparent;
}
.news li.odd{
	background: #fafafa;
}
.news li:after {
	content: '';
	display: block;
	clear: both;
}
.news .date{ font-family: 'Montserrat', sans-serif; text-align: center;
	width:46px; float: left;padding: 16px;
	margin: 0px 15px 0 0;
	height:auto;
	font-size:16px;
	color: #FFF;
	 background:#3b414a;
	 font-weight: 700;
}
.news a{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color:#fff;
	text-decoration: none;
	font-weight: 700;
}
.news p {
	margin: 15px 0 0;
	font-size: 14px;
}

.et-run{
    background-color: #0cf;
    color: white;
    border: 1px solid black;
}
