.comments-views-count-section
{
	position: absolute;
	z-index: 100;
	right: 30px;
	top: 15px;
	background-image: url("../assets/images/comments_and_views_bg.png");
	background-size: cover;
	width: 128px;
	height: 40px;
}
.comments-views-count-section .comments-count
{
	position: absolute;
	left: 15px;
	top: 5px;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	transform: rotate(-5deg);
}
.comments-views-count-section .views-count
{
	position: absolute;
	left: 57px;
	top: 8px;
	font-weight: bold;
	color: #ff0099;
	font-size: 18px;
	transform: rotate(-7deg);
}
footer .comments-views-count-section
{
	right: 10px;
	top: 5px;
	width: 55px;
	height: 20px;
}
footer .comments-views-count-section .comments-count
{
	left: 9px;
	top: 3px;
	font-size: 8px;
}
footer .comments-views-count-section .views-count
{
	left: 30px;
	top: 5px;
	font-size: 8px;
}
