/* About */

#about_page .summary {
	margin-bottom: 5em;
}
#about_page img {
	width: auto;
	max-width: 270px !important;
	height: auto !important;
	border: solid 1px #ddd;
	vertical-align: top;
}
#about_page img:not(:first-of-type) {
	margin-left: 1.5em;
}
#about_page h3:not(:first-of-type) {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: solid 1px #eee;
}
#about_page h4.title {
	margin-top: 1em;
	font-size: 1.05em;
	font-weight: 500;
}
#about_page p {
	margin-bottom: 1.5em;
}