/* If we are showing the meta above the article, add some margin */
.press-release-meta {
	margin-bottom: 1rem;
}

span.press-release-dateline {
    font-weight: bold;
    display: block;
    margin-bottom: 1rem;
}

.press-release-contact > [itemType="jobTitle"]::after {
	content: ': ';
}

/* Tighten up the text. There is already a line-hight that makes it readable. */
body.single-press_release .entry-content p {
	margin-bottom: .5rem;
}

body.single-press_release .entry-title,
body.post-type-archive-press_release .entry-title {
    font-family: Rockwell, 'Rockwell Nova', 'Roboto Slab', 'DejaVu Serif', 'Sitka Small', serif;
    font-weight: normal;
}
