/*** Definitions for Bible pdf download display ***/

div.testament {
	background-color: #edd6b7;
	font-size: 25px;
	color: black;
	text-align: center;
	direction: rtl;
	font-weight: bold;
}

.section, .section a {
	background-color: #B0DBFB; /* #D9D9D9; */
	color: #051667;
	font-size: 18px;
	text-align: center;
	direction: rtl;
	font-weight: bold;
}

.books{
	background-color: #FFFFE1;
	direction: rtl;
	text-align: center;
	color: #c00;
	text-decoration: none;
	font-weight: bolder;
}

.scripture_text {
	background-color: #FFFFE0;
	padding-top: 2px;
	font-size: 16px;
}

.scripture_text a {
	direction: rtl;
	text-align: center;
	font-weight: bolder;
}

.scripture_text table {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	border-collapse: collapse;
	width: 100%;
}

.scripture_text td { /* This is the default cell width for 3 cells per row */
    width: 33%;
}

#gospels td { /* This is for the gospels which have 4 per row */
    width: 25%;
}