/*
 * +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     */
.booktitl {
	text-align:  left;
	clear: both;
	color: green;
	font-family: serif;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0em;
	font-size:  192%;
	text-align:  left;
}
.bookauth {
	color: black;
	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;
	margin-right:  6px;
	border:  solid;
	border-width:  2px;
	border-color:  black;
	vertical-align:  top;
}
.tinhead {
	font-weight:  bold;
	text-align:  right;
	padding-right:  1em;
	color:  green;
	font-size:  75%;
}
.tindata {
	padding:  0pt;
	font-style:  italic;
	text-align:  left;
}
.indtab {
	display:  inline-block;
	width:  49%;
	vertical-align:  top;
	background-color:  rgba(0,250,0,0.2);
	border-radius:  20px;
	padding:  1em;
	margin:  0.3%;
}
.indtable {
	width:  100%;
}
.intable a:hover {
	text-decoration: none!important;
	color: #ffd700!important;
	border-bottom: solid!important;
	border-top: solid!important;
	border-bottom-width: 0px!important;
	border-top-width: 0px!important;
	background-color: transparent!important;
	border-color: black!important;
	text-decoration: none!important;
}
/* Format the cover images for works      */
.coverimg {
	clear:  both;
	height:	144px;
	float:  left;
	overflow:  auto;
	margin-right:  6px;
	border:  solid;
	border-width:  2px;
	border-color:  black;
}
@media (max-width:  640px) {
	.indtab {
		width:  100%;
	}
	.indcoverimg {
		display:  none;
	}
}
