
.news .wsBlock > h2 {
	height: 0;
	visibility: hidden;
}

.news .wsCommentContainer {
	border: 1px solid silver;
	margin: 10px;
}

.news .wsComment {
	padding: 0px;
	margin: 0px;
}

.news .wsComment .entry-meta {
	padding: 10px;
	margin: 0px;
	background-color: #ddd;
}

.news .wsComment .entry-meta .entry-meta-header {
	font-size: 8pt;
	font-style: italic;
}

.news .wsComment .entry-meta .entry-meta-actions {
	text-align: right;
}

.news .wsComment .comment {
	padding: 10px;
}

.news .wsCommentActions {
	background-color: #ccc;
	min-height: 40px;
	padding: 10px;
}

.news .ws_article {
	font-family: inherit;
	border-bottom: 1px solid #111;
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 0;
	color: inherit;
}
