.lightgrey, .darkgrey {
	width: 185px;
	height: 169px;
}

.lightgrey {
	background-color: #e9e9e3;
}

.darkgrey {
	background-color: #dadada;
}

.lightgrey img, .darkgrey img {
	border: none;
	display: block;
	margin: 0 auto;
	padding-top: 25px;
}

.lightgrey p, .darkgrey p {
	text-align: center;
	color: #555554;
	font-family: "Roboto Slab", "Times New Roman";
	font-size: 14px;
	padding: 0 15px;
}