div#archive-post-aggregator {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div#archive-single-aggregated-post {
  border: 1px solid #e0e0e0;
  margin: 10px;
  font-size: 30px;
	align-self: top;
	box-shadow: 5px 5px 10px #e0e0e0;
	border-radius: 5px;
	background: #fff;
	max-width: 350px;
}

#archive-single-aggregated-post p {
  font-size: 17px;
	padding: 0 30px 20px;

}

#archive-single-aggregated-post img {
  border-radius: 5px 5px 0 0;
	border-bottom: 10px solid #7fb1d1;
}

#imported-image-container {
	background: #e5eff5 url(/wp-content/themes/genesis-sample/images/web/dots.png);
}

h4.aggregator-title {
	font-weight:bold;
	line-height: 1.3;
	padding: 0 30px 0 30px ;
	margin: 20px 0;
}

div#post-date {
	font-size:14px;
	margin-top: -15px;
	text-align: center;
	color: #0064a4;
	letter-spacing: 4px;
}