
/*
WP Popular Posts plugin stylesheet
Developed by Hector Cabrera
cabrerahector.com | @cabrerahector

Use the following classes to style your popular posts list as you like.
*/

/* Styles the "Sorry, no data so far" message */
.wpp-no-data {}

/* UL - Popular Posts container styles */
.wpp-list {}

/* Title styles */
.wpp-post-title {}

/* Excerpt styles */
.wpp-excerpt {
	display: block;
}

/* Stats tag styles */
.wpp-meta, .post-stats {
	display: block;
	font-size: .8em;
}

/* Comments count styles */
.wpp-comments {}

/* Views count styles */
.wpp-views {}

/* Author styles */
.wpp-author {}

/* Post date styles */
.wpp-date {}

/* Post category styles */
.wpp-category {}

/* WP-PostRatings styles */
.wpp-rating {}
