/*
 * +AMDG
 */
/*
 * This document was begun on 14 Dec 1208, the feast of St.
 * Eusebius, EM, and it is humbly dedicated to him and to
 * the Immaculate Heart of Mary, for their prayers, and to
 * the Sacred Heart of Jesus, for His mercy.
 */

body {
	counter-reset: newchapnum;
	counter-reset: newappnum;
	counter-reset: partnum;
}
.newpart::before {
	white-space:  pre;
	content:  "Part " counter(partnum,upper-roman) "\A";
}
.epiquote {
	color:  var(--heading-color);
	font:  normal small-caps bold 125% serif;
	text-align:  center;
	padding:  3em 0 3em 0;
}
.newpart {
	color:  var(--heading-color);
	font:  normal small-caps bold 200% serif;
	text-align:  center;
	counter-increment:  partnum;
}
.newchap::before {
	white-space:  pre;
	content:  "Chapter " counter(newchapnum,upper-roman) "\A";
}
.newchap {
	color:  var(--heading-color);
	font:  normal small-caps bold 150% serif;
	text-align:  center;
	counter-increment:  newchapnum;
}
.newapp {
	color:  var(--heading-color);
	font:  normal small-caps bold 150% serif;
	text-align:  center;
	counter-increment:  newappnum;
}
.newapp::before {
	white-space:  pre;
	content:  "Appendix " counter(newappnum,upper-alpha) "\A";
}
.medpart{
	color:  var(--heading-color);
	font:  normal small-caps bold 125% serif;
	text-align:  center;
}
.medsect{
	color:  var(--heading-color);
	font:  normal small-caps bold 100% serif;
	text-align:  center;
}
.latin {
	display:  inline;
}
.fn {
	font:  normal italic normal 75% serif;
	color:  gray;
}
.fn::before {
	content:  "(";
}
.fn::after {
	content:  ")";
}
