﻿.news-heading {
	display: flex;
	flex: 0 0 100%;
}

.user-search {
	padding-right:20px;
	background-position:100% 50%;
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	background-size:16px;
	line-height:2;
}

.user-search {
	background-image:url(/images/documents/search.png);
}
.news-author {
	color:#959595;
	font-size:15px;
	line-height:24px;
}
.article-container .news-text {
	line-height:1.4;
	margin-top:10px;
}