.newsItem
{
	clear: both;
	float: left;
	padding-bottom: 1em;
	border-bottom: 1px dotted #6699cc;
	margin-bottom: 1em;
	width: 100%;
}

.newsItem .date
{
	font-weight: bold;
	color: #666;
	font-size: 93%;
}

.newsItem .icon 
{
	width: 16%;
}

.newsItem .article
{
    width: 84%;
}
