.news_item_organisation_links:empty {
	display: none;
}
.news_item h1 em,
.news_item h2 em {
	font-style: normal;
	text-transform: none;
	color: #999;
	display: block;
	font-size: 12px;
}
#news_items {
	margin-top: 1em;
	overflow: hidden;
}
.news_item {
	margin-top: 1em;
	border-top: 1px solid #ccc;
	padding-top: 1em;
}
#news_items .news_item {
	margin-top: 0;
	padding: 35px 0 35px 320px;
	position: relative;
	min-height: 187px;
}
#news_items .news_item .news_item_thumbnail {
	position: absolute;
	left: 0;
	display: block;
}
#news_items .news_item .news_item_thumbnail + * {
	margin-top: 0;
}