.news {
	background-color: #fafafa;
	border: 1px solid #eee;
	margin: 5px;
	margin-bottom: 20px;
}
.news_user {
	float: left;
	margin: 10px;
}
.news_meta {
	background-color: #f5f5f5 !important;
}

.news_text {
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	margin-top: 10px;
	padding: 3px;
	margin-bottom: 10px;
}
.news_title, .news_created {
	display: block;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-top: 0;
	padding: 3px;
	margin-left: 75px;
}
.news_created {
	font-size: 11px;
}
.news_title {
	margin: 10px;
	border: 0 !important;
}
.news_title a {
	display: block;
}
.news_comment {
	background-color: #fafafa;
	border: 1px solid #eee;
	margin: 5px;
}
.news_comment_user {
	float: left;
	margin: 10px;
}
.news_comment_meta {
	background-color: #f5f5f5 !important;
}

.news_comment_text {
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	margin-top: 10px;
	padding: 3px;
	margin-bottom: 10px;
}
.news_comment_title, .news_comment_created {
	display: block;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-top: 0;
	padding: 3px;
	margin-left: 75px;
}
.news_comment_created {
	font-size: 11px;
}
.news_comment_title {
	margin: 10px;
	margin-left: 75px;
	border: 0 !important;
}