/* image captions */
.wst-freedimg-caption {
	font-size:100%;
}

/* section headings */
/* correspond to font differences but don't effect them
because the headings instead use {{Blackletter}}, which does fancy stuff with webfonts
*/
.bl-part {
	font-size:207%;
	text-align:center;
}
.bl-section, .wst-toc-table caption {
	font-size:144%;
	font-variant:normal;
	letter-spacing:0.15em;
	text-align:center;
}
/* correspond to font differences and effect them */
.ornate-part {
	font-size:207%;
	letter-spacing:0.15em;
	text-align:center;
	font-family:fantasy,serif;
}
.curly-subtitle {
	font-size:133%;
	letter-spacing:0.15em;
	text-align:center;
	font-family:cursive,serif;
}

/* poems */
.poem {
	font-size:83%;
	/* block center */
	display:table;
	margin:0 auto;
	position:relative; 
	width:auto;
	max-width: 100%;
}

/* TOC on page viii */
.wst-toc-table {
	max-width:48em;
	font-variant:all-small-caps;
}
.wst-toc-table caption {
	font-variant:normal;
}
.wst-toc-table th {
	font-weight:normal;
	font-size:92%;
	text-align:right;
}
.wst-toc-table td:first-child {
	padding-right:0;
}

/* colophon */
.colophon {
	margin:auto;
	text-align:center;
	font-size:83%;
}
.colophon td:first-child {
	padding-right:1em;
}
.colophon td:last-child {
	padding-left:1em;
}