.ce-news-details span.date {
	font-weight: bold;
}

.ce-news-details span.author {
	font-style: italic;
}

.ce-news-details p {
	margin: 10px 0;
}

.ce-news-details p.subheader {
	font-weight: bold;	
}

.ce-news-details p.image {
	float: left;
	margin: 10px;
}

.ce-news-details ul.comments {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ce-news-details ul.comments li {
	border-bottom: 1px solid #aaa;
	padding: 4px;
}

.ce-news-details .comments .author {
	font-weight: bold;
	font-style: normal;
}

.ce-news-details .comments .date {
	font-weight: bold;
	display: block;
	font-style: italic;
}