/*
 * +AMDG  This document was begun on 09 Jan 1208, a feria in
 * the first week after Epiphany, and it is humbly dedicated
 * to Sts Gaspar, Balthasar, and Melchior, and to the
 * Immaculate Heart of Mary, for their prayers, and to the
 * Sacred Heart of Jesus, for His mercy.
 */

.movtitle {
	font-style:  italic;
}
.datahold {
}
.review {
	margin:  0;
	padding:  0;
	padding-bottom:  2pt;
}
.revtitle {
	text-align:  left;
	color: var(--heading-color);
	font-family: serif;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0em;
	margin-top:  1.5em;
	font-size:  192%;
	text-shadow:  1px 1px 1px #000000;
}
.revtitle a {
	text-decoration:  none;
}
.catname {
	display:  inline-block;
	font-weight:  bold;
	font-variant:  small-caps;
	max-width:  10%;
	min-width:  84pt;
}
.catname::after {
	content:  ":";
}
.summary p {
	margin:  0;
	padding:  0;
	display:  inline;
}
.arttype, .authinfo, .actorinfo, .summary, .rating, .revlink {
	display:  flex;
}
h2, h3 {
	text-align:  left;
	font-size:  200%;
	color:  var(--heading-color);
	font-variant:  small-caps;
	font-weight:  bold;
	margin:  0;
	margin-top:  2%;
	text-shadow:  1px 1px 1px #000000;
}
h3 {
	font-size:  150%;
}
.revimg {
	float:  left;
	max-width:  10%;
	margin:  3px 9px 0 0;
}
@media (max-width:  640px) {
	.revimg {
		max-width:  25%;
		margin:  6px 6px 0px 0;
	}
}
