.news-item {
	width:100%;
	box-sizing: border-box;
	margin:0 0 5px 0;
	padding:2px 5px 5px 5px;
	border:solid 1px rgb(190,190,190);
	background:#EEE;
	-webkit-border-radius 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
}
.news-title {
	float: left;
	font: normal 110% 'century gothic', arial, sans-serif;
	margin:0 0 5px 0;
	color: #888;
}
.news-time {
	float: right;
	font: italic 95% arial, sans-serif;
	color: #888;
}
.news-summary {
	clear:both
}

