/**
 * Frontend Styles for Fosforito's Popular Posts
 * ----------------------------------------------------------------------
 * Author	: Jens Leon Wagner
 * Copyright	: 2015 Fosforito Media
 * Support	: <https://www.fosforito.net/>
 **/

.pplrpsts-popular-posts article {
	position: relative;
	width: auto;
	border: 0;
}
.pplrpsts-popular-posts header {
	width: auto;
	min-width: 100%;
}
.pplrpsts-popular-posts img {
	float: left;
	padding: 5px 10px 5px 0;
}

.pplrpsts-popular-posts h1, .pplrpsts-popular-posts h1 a {
	font-size: 15px;
	line-height: 20px;
	display: inline;
	margin: 0;
}

.pplrpsts-popular-posts p {
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 0 70px !important;
	padding: 0;
}

.pplrpsts-popular-posts .fpp-content {
	min-height: 70px;
	margin-bottom: 10px;
}

.pplrpsts-popular-posts .fpp-content.dotted {
	border-bottom: 1px dotted silver;
}



