/*
	CSS stylings for Kaspersky Trending Authors Widget
*/

ul.trending-authors li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	clear:both;
	min-height: 80px;
}

ul.trending-authors li.image-post img {
	width: 75px;
	margin-right: 15px;
	float: left;
}

ul.trending-authors p {
	font-family: "Open Sans","Tahoma","Verdana","Arial",sans-serif;
	line-height: 1.6em;
	margin:0;
	padding:0;
}

ul.trending-authors p.author-name {
	display: inline-block;
	color: #444444;
	font-size: 14px;
	font-weight: 600;

}

ul.trending-authors p.author-views {
	display: block;
	color: #999999;
	font-size: 12px;
	font-weight: 400;
}