.content {
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	top: 14em;
	right: 15%;
	width: 31%;
	padding: 2em 2em 2em 4em;
	text-shadow: 1px 1px black;
	border-radius: 4px;
}

.content h2 {
	letter-spacing: 0.3em;
	font-family: "jaf-facitweb", sans-serif;
	font-size: 1.2em !important; // will figure out how to get rid of this later
}

dl {
	font: 100%/1.616 'Helvetica Neue', sans-serif;
}

dd {
	margin-bottom: 1em;
}
