/*
 * +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: parnum;
	counter-reset: partnum;
}
.newpart::before {
	content:  "Part " counter(partnum,upper-roman);
}
.newpart {
	counter-increment:  partnum;
	counter-reset: newchapnum;
	text-align:  center;
	font:  normal small-caps bold 175% serif;
}
.book {
	counter-reset: newchapnum;
	counter-set: parnum 0;
	counter-reset: partnum;
	text-align:  center;
	font:  normal small-caps bold 200% serif;
}
.newchap::before {
	white-space:  pre;
	content:  "Chapter " counter(newchapnum,upper-roman) "\A";
}
.preface {
	font:  normal small-caps bold 150% serif;
	text-align:  center;
}
.newchap {
	font:  normal small-caps bold 150% serif;
	text-align:  center;
	counter-increment:  newchapnum;
}
.subheading{
	font:  normal small-caps bold 125% serif;
	text-align:  center;
}
.parnum::before {
	content:  " [" counter(parnum) "] ";
}
.parnum {
	display:  inline;
	color:  var(--main-dimmed-fg-color);
	counter-increment:  parnum;
}
.leader {
	text-align:  center;
	font:  italic normal normal 100% serif;
}
.fn {
	display:  inline;
	font:  italic normal normal 75% serif;
	color:  var(--main-dimmed-fg-color);
}
.fn::before {
	content:  "[";
}
.fn::after {
	content:  "]";
}
.latin {
	font-style:  italic;
	display:  inline;
}
.italian {
	font-style:  italic;
	display:  inline;
}
.parref {
	display:  inline;
	text-transform:  uppercase;
}
.label {
	display: none;
}
.pageref {
	display: none;
}
