/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

Use the following classes to style your popular posts list as you like.
*/

/*
.wpp-list {
	
}

	.wpp-list li {
		display:inline-block;
		float:none;
		clear:left;
	}

		.wpp-post-title {
		}
		
		.wpp-thumbnail {
			display:inline;
			float:left;
			margin:0 5px 0 0;
			border:none;
		}
		
		.wpp-excerpt {
		}
		
		.post-stats {
			display:block;
			font-size:9px;
			font-weight:bold;
		}
			
			.wpp-comments {
			}
			
			.wpp-views {
			}
			
			.wpp-author {
			}
			
			.wpp-date {
			}
		
		.wpp-rating {
		}
		
*/