/*
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 {
		}
		
		/* thumbnail styles */
		.wpp-thumbnail {
			display:inline;
			float:left;
			margin:0 5px 0 0;
			border:none;
		}
		
		/* excerpt styles */
		.wpp-excerpt {
		}
		
		/* Stats tag styles */
		.post-stats {
			display:block;
			font-size:9px;
			font-weight:bold;
		}
			
			.wpp-comments {
			}
			
			.wpp-views {
			}
			
			.wpp-author {
			}
			
			.wpp-date {
			}
		
		/* WP-PostRatings styles */
		.wpp-rating {
		}

/*
playback timings (ms):
  LoadShardBlock: 85.794 (3)
  esindex: 0.006
  captures_list: 122.864
  CDXLines.iter: 30.76 (3)
  PetaboxLoader3.datanode: 63.898 (4)
  exclusion.robots: 0.193
  exclusion.robots.policy: 0.18
  RedisCDXSource: 0.865
  PetaboxLoader3.resolve: 57.647 (2)
  load_resource: 69.205
*/