body {
    background-color: white;
    font-family: sans-serif;
	text-rendering: optimizeLegibility;
}

/* Tables ignore body's line-height >( */
table {
	line-height: 133%;
}

/* --------- review ------------- */
hr {
    height: 1px;
	border: none;
	color: black;
	background-color: black;
}

li {
	margin-bottom: .33em;
}

.heading {
	font-variant: small-caps;
	font-weight: bold;
	color:  #555555;
    margin-top: 1em;
	margin-bottom: 1em;
    font-size: 125%;
}

.p {
	margin-bottom: 1em;
}

/* Literary notes tend to use h2/h3;  make the same as .heading */
h2 {
	font-variant: small-caps;
	font-weight: bold;
	color:  #555555;
    margin-top: 1em;
	margin-bottom: 1em;
    font-size: 125%;
}

h3 {
	font-variant: small-caps;
	font-weight: bold;
	color:  #555555;
    margin-top: 1em;
	margin-bottom: 1em;
    font-size: 125%;
}

h4 {
	font-variant: small-caps;
	font-weight: bold;
	color:  #555555;
}

a {
    color: #000055;
}

a.toggle {
    color: unset;
    text-decoration: none;
}

a.toggle:hover {
    text-decoration: underline;
}

.title {
	font-family:  serif;
	font-size: 200%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
/*	padding-bottom: .25em;
	line-height: 100%; */
}

.title2 {  /* subtitle */
	font-family:  serif;
	font-size: 125%;
	font-style: italic;
	text-align: center;
/*	padding-bottom: .10em;
	line-height: 100%; */
	margin-top: -.33em;
}

.subtitle {  /* author */
	font-size: 110%;
    text-align: center;
	line-height: 1.33em;
	padding-top: .25em;
}

.review-text {
    margin-left: 2em;
}
