.content {
	margin: 1em;
}

.image-container {
	margin-bottom: 0.7em;
}

.image-container img {
	height: auto;
	max-width: 100%;
}

.abstract {
	/*color: darkgrey;*/
}

article blockquote {
	border-left: solid 10px lightgrey;
	margin: 2em;
}

article blockquote .content {
	font-family: "Whitney SSm A", "Whitney SSm B";
	font-style: italic;
	font-weight: 400;
	font-size: 1.2em;
	/* letter-spacing: 2px; */
	color: darkgrey;
	margin-bottom: 0.7em;
	margin-left: 0;
}

article blockquote footer cite a {
	text-align: center;
	display: block;
}

.contact {
	margin-top: 0.7em;
	margin-bottom: 1.3em;
}

.contact .content-besides-image {
	margin-left: 130px;
}

.contact a, .contact span {
	display: block;
}

.contact span[itemprop="postalCode"], .contact span[itemprop="addressLocality"],
.contact .map-link, .contact .map-link a, .contact span[itemprop="streetAddress"] {
	display: inline;
}

.article .organization.place {
	margin-bottom: 1em;
	clear: left;
}

.article .organization.place img {
	/*float: left;*/
	margin-bottom: 0.3em;
	/*margin-right: 1em;*/
	border: solid 1px lightgrey;
	padding: 5px;
	border-radius: 3px;
}

table td {
	width: 50%;
}

.unstyled-lists ul {
	padding: 0;
	list-style: none;
}