.chapter {
	text-align: center;
	margin-bottom: 1.5em;
}

.chapter.num {
	text-transform: uppercase;
	font-size: 120%;
	margin-bottom: 1.5em;
	
	/* blackletter */
	font-family:UnifrakturMaguntia, UnifrakturCook, Unifraktur, serif;
	font-size: 113%;
	font-feature-settings:'cv01', 'cv02', 'cv03', 'cv04', 'cv05', 'cv06', 'cv07', 'cv08', 'cv09', 'cv10';
}

.chapter.title {
	font-variant: all-small-caps;
}

.half {
	text-align: center;
	font-size: 120%;
}

.poem {
	font-size: 92%;
	margin-top: 2em;
	margin-bottom: 2em;
}

.title-header {
	text-align: center;
 	font-size: 144%;
 	border-top: 4px double;
 	border-bottom: 4px double;
}

.wst-toc-table {
	max-width: 25em;
	font-size: 92%;
}

/* borders */

.frontispiece {
	border:1px solid;
	display:table;
	margin:auto;
	padding:3px;
	text-align:center;
	max-width:100%;
}
.frontispiece table {
	border-collapse:collapse;
	border:1px solid;
}
.frontispiece td {
	padding:1em;
	line-height:1.2;
	max-width:100%;
	border:1px solid;
}