/*
 * +AMDG
 */
/*
 * This document was begun on X May 1202, the feast of the
 * Ascension of Our Lord, and it is humbly dedicated to Him,
 * for His mercy.
 */

/* Format the book titles and authors     */
.internal {
	margin:  auto;
}
.booktitl {
	text-align:  left;
	clear: both;
	font-family: serif;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0em;
	font-size:  192%;
	text-align:  left;
}
.bookauth {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	margin-top: 0em;
	font-size:  100%;
}
.bookauth img {
	width:  16px;
}
.bookdesc {
	clear:  both;
}
/* Format the new index                   */
.indcoverimg {
	height:	144px;
	overflow:  auto;
	border:  solid;
	border-width:  2px;
	border-color:  var(--link-border-color);
	vertical-align:  top;
	padding:  0;
	margin:  0;
}
.tinhead {
	font-weight:  bold;
	text-align:  right;
	color:  var(--heading-color);
	font-size:  75%;
	width:  content;
}
.tindata {
	font-style:  italic;
	text-align:  left;
	width:  content;
}
.whole {
	display:  flex;
	flex-flow:  row wrap;
	align-items:  stretch;
	justify-content:  space-evenly;
}
.indtab {
	flex:  1 1 auto;
	width:  min-content;
	background-color:  var(--bg-trans-color);
	border-radius:  20px;
	padding:  1em;
	margin:  3px;
}
.intable {
	width:  100%;
}
.intable table {
	table-layout:  fixed;
	min-width:  300px;
	max-width:  500px;
}
/* Format the cover images for works      */
.coverimg {
	clear:  both;
	height:	144px;
	float:  left;
	margin-right:  6px;
	border:  solid;
	border-width:  2px;
	border-color:  var(--link-border-color);
}
@media (max-width:  640px) {
	.indtab {
		overflow:  auto;
	}
	.intable table {
		min-width:  0;
	}
	.indcoverimg {
	}
	.tinhead {
	}
	.tindata {
		font-size:  95%;
	}
}
