#pfeed:after {
	content: '';
	display: block;
	clear: both;
}
.pfeed-pin {
	width: 187px;
	font-size: 1rem;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	margin-bottom: 15px;
	float: left;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
}
  .pfeed-pin:hover {
    margin-top: -5px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
  }
	.pfeed-image {
		padding: 8px 8px 0;
	}
		.pfeed-image img {
			border: none;
			box-shadow: none !important
		}
	.pfeed-description {
		font-family:georgia;
		font-size:14px;
		width: 150px;
		padding: 15px;
		background-color: #ffffff;
		line-height: 1.2em;
		overflow: hidden;
		text-wrap: normal
	}
		.pfeed-description p {
			height: 30px;
			overflow: hidden;
			word-wrap: break-word;
			color: #ad9c9c;
			line-height: 14px !important;
			margin: 0 !important;
		}
		.pfeed-description a {
			color: #ad9c9c;
			outline: none;
			text-decoration: none;
		}
		.pfeed-description a:hover {
			text-decoration: underline;
		}