.popular_posts_bars {
	margin: 0.3em 0 !important;
}
.popular_posts_bars * {
    box-sizing: border-box;
}
.ajust{
 margin: auto;
 width: 100%;
}
.widget li {
    line-height: 25px;
    list-style: none;
    margin-left: 0px !important;
}
.popular_posts_bars_li {
    margin: 0;
    padding: 10px 0 10px 5px;
    list-style: none;
    position: relative;
    width: 100%;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}
.popular_posts_bars_li:hover {
    opacity: 1;
    background-color: #201f1f !important;
}
.popular_posts_bars_li:hover .popular_posts_bars_link {
    color: white !important; 
}
	.popular_posts_bars_li.red{
		/* Original: #f45 rgba(255, 57, 65, 0.9) */
		background: #f45;
		width: 100%;
	}
	.popular_posts_bars_li.orange{
		/* Original: #f74 rgba(255, 103, 57, 0.9) */
		background: #f74;
		width: 100%;
	}
	.popular_posts_bars_li.yellow{
		/* Original: #fd4 rgba(255, 218, 57, 0.9) */
		background: #fd4;
		width: 100%;
	}
	.popular_posts_bars_li.green{
		/* Original: #cf5 rgba(193, 241, 78, 0.9) */
		background: #cf5;
		width: 100%;
	}
	.popular_posts_bars_li.blue{
		/* Original: #3cf rgba(29, 195, 246, 0.9) */
		background: #3cf;
		width: 100%;
	}
	.popular_posts_bars_li.no-color{
		background: #bababa;
		width: 76%;
	}
span.popular_posts_bars_link{
	display:block;
	min-height: 30px;
	margin-right: 70px;
	margin-left: 10px;
	color: #000 !important;
	text-decoration:none !important;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}
	span.popular_posts_bars_link:hover{
		color: #fff !important;
		opacity: 1;
	}
.popular_posts_bars_comment_count_hold{
	display:block;
	width: 40px;
	position:absolute;
	right: 5px;
	top: 0px;
}
span.popular_posts_bars_comment_count{
	width: 40px;
	color: #fff !important;
	background: #222;
	text-align:center;
	display:block;
	border: 5px outset #222222 !important;
	text-decoration:none !important;
	font-weight:bold;
}
.popular_posts_bars_comment_count_triangle{
	display:block;
	_display:none;
	width:0;
	height:0;
	border-right: 9px solid #ff000000;
	border-top: 9px solid #000;
	border-left: 0px solid #1e03f900;
	margin: 0 auto;
	top: 0;
}
.popular_posts_bars_li img{
	position:absolute;
	right:5px;
	margin-top: 15px;
}

.most_viewed_bars.popular_posts_bars .popular_posts_bars_comment_count_hold{
	width: 60px;
}
.most_viewed_bars.popular_posts_bars .popular_posts_bars_comment_count{
	width: 65px;
}
.widget .popular_posts_bars li {
    list-style: none !important;
    margin-left: 0px !important;
}
.widget-container .popular_posts_bars li {
    padding: 0 0 5px 0 !important;
    line-height: 18px;
    overflow: hidden;
}