.news .clear {
	clear: both;
	width: 100%;
}
.news-clear {
	clear: both;
	width: 100%;
}
.news {
	width: 100%;
}
/* related news + files */
.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
}
.news-related {
	width: 50%;
	padding: 15px;
	border: 1px solid #eee;
	display: table-cell;
}
.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}
.news-related ul li span {
	border-right: 1px solid #DDDDDD;
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	color: #888;
}
.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related h4 {
	margin-bottom: 10px;
}
.news-related-files ul li {
	margin-bottom: 20px;
}
.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}
