/* Article-top headings */
.wst-heading {
	text-align: center;
}
.wst-heading.title {
	font-size: 2rem;
}
.wst-heading.author {
	font-size: 1rem;
	padding: 0.5em 0;
}

/* Running headers */
.wst-rh {
	margin-bottom: 1.5em;
}

/* Middle cell of RHs */
.wst-rh-3 > div:nth-child(2) {
	letter-spacing: 0.2em;
}

/* poems */

/* small "inline" poems (as opposed to poems that _are_ the articles like Dysert) */
.smallpoem {
	font-size: 85%;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	line-height: 1.4;
}