  @charset "utf-8";
p.jobtitle {
	font-family: 'Roboto Slab',sans-serif;
	font-size: 1.5rem;
	line-height: 1.25;
	font-weight: 400;
}
p.otherjobs {
	font-family: 'Roboto Slab',sans-serif;
	font-size: 1.2rem;
	line-height: 1.25;
	font-weight: 400;
}
.photopanel img {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 1rem;
}
.purelist > li, .purelist p, .purelist ul {
	margin-bottom: 0.5rem;
}
.purelist p.listhead {
	margin-bottom: 0;
	font-style: italic;
}
.purelist .type {
	font-style: italic;
	font-size: 75%;
}
.purelist .title {
	font-weight: 500;
}
.purelist .status {
	display: block;
	float:right;
	font-size: 75%;
	padding: 2px 5px;
	background-color: #eee;
	margin-left: 1rem;
	margin-bottom: 0.5rem;
	border-radius: 3px;
}
