/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

Use the following classes to style your popular posts list as you like.
*/

.wpp-list { /* UL element */
}
.wpp-list li { /* LI - post container */
	/*display:inline-block;*/ /* <-- uncommenting this line is recommended when using post thumbnails */
		float:none;
	clear:left;
}
/* title styles */
		.wpp-post-title {
	display:block;
}
/* thumbnail styles */
		.wpp-thumbnail {
	display:inline;
	float:left;
	margin:0 20px 0 0;
	border:none;
}
#innerPopularPost .wpp-thumbnail{ margin: 0 35px 0 0;}
/* excerpt styles */
		.wpp-excerpt {
}
/* Stats tag styles */
		.post-stats {
	
}
.wpp-comments {
}
.wpp-views {
}
.wpp-author {
}
.wpp-date {
	display:block;
	padding-left:100px;
}
/* WP-PostRatings styles */
		.wpp-rating {
}
/* mamta start */
.wpp-list li:last-child {
	border-bottom: none;
}
/* mamta end */
