/*
 * +AMDG
 */
/*
 * This document was begun on 18 Oct 1205, the feast of St.
 * John Cantius, 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.
 */

.whole {
	display:  flex;
	flex-flow:  row wrap;
	align-items:  stretch;
	justify-content:  space-evenly;
}
.podtab {
	flex:  1 1 auto;
	width:  100%;
	width:  min-content;
	vertical-align:  top;
	background-color:  var(--bg-trans-color);
	border-radius:  20px;
	padding:  1em;
	margin:  0.3%;
}
.podtable {
	width:  100%;
}
.podcoverimg {
	height:	144px;
	overflow:  auto;
	margin-right:  6px;
	border:  solid;
	border-width:  2px;
	border-color:  var(--link-border-color);
	vertical-align:  top;
}
.podtitl {
	text-align:  left;
	clear: both;
	color: var(--heading-color);
	font-family: serif;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0em;
	font-size:  192%;
	text-align:  left;
}
.engtrans {
	font-style:  italic;
}
.subslinetitle {
	font-variant:  small-caps;
	font-weight:  bolder;
}
.subsline a {
	font-variant:  small-caps;
	font-weight:  bolder;
}
@media (max-width:  640px) {
	.podcoverimg {
		display:  none;
	}
}
.podhead {
	font-weight:  bold;
	text-align:  right;
	padding-right:  1em;
	color:  var(--heading-color);
	font-size:  75%;
}
.poddata {
	padding:  0pt;
	font-style:  italic;
	text-align:  left;
}
.audrow {
	width:  100%;
	text-align:  center;
}
.emline {
	background-color:  var(--bg-trans-color);
	font: normal small-caps bold 200% serif;
	text-align:  center;
	border: 2px outset green;
	border-radius:  10px;
	padding:  6pt 0 6pt 0;
	margin:  12pt 0 12pt 0;
}
