.newsChocolatePanel, .newsChocolatePanel-stackPanel, .newsItemPanel {
	width: 100%;
}

.newsChocolatePanel {
	padding-top: 10px;
}

.newsChocolatePanel .pager {
	text-align: right;
}

.newsSubject, .newsBody, .newsDateCreated {
	display: block;
}

.newsSubject {
	font-weight: bold;
}

.newsBody { 
	text-align: justify;
}

.newsDateCreated {
	text-align: right;
	font-size: 10px;
	color: gray;
}