
/* NUMBERED SCRIPTURES, INCREMENTAL START POSITION */

 .ol1 {
	counter-reset:list-order 7;
	/* list-style-position: outside; */
	margin-top: 5px;
	margin: 6px 20px 0px 8px;
	padding: 0px 0px 12px 8px;
	}
.ol1 li {
	counter-increment:list-order;
	list-style-type:none;
	}
.ol1 li:before {
	content:counter(list-order) '. ';
	font-family: arial,verdana,ms serif;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	color: #000;
	margin-right: 12px;
	}
#ol_li1 {
	/* clear: both; */
	font-family: arial,verdana,ms serif;
	font-size: 1.1em;
	font-style: italic;
	color: red;
	margin-right: 18px;
	}

 .ol2 {
	counter-reset:list-order 29;
	/* list-style-position: outside; */
	/* flex-wrap: wrap; */
	margin-top: 5px;
	margin: 6px 20px 0px 8px;
	padding: 0px 0px 0px 8px;
	}
.ol2 li {
	counter-increment:list-order;
	list-style-type:none;
	}
.ol2 li:before {
	content:counter(list-order) '. ';
	font-family: arial,verdana,ms serif;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	color: #000;
	margin-right: 12px;
	}
#ol_li2 {
	clear: both;
	font-family: arial,verdana,ms serif;
	font-size: 1.1em;
	font-style: italic;
	color: red;
	margin-right: 18px;
	}


 .ol3 {
	counter-reset:list-order 9;
	list-style-position: outside;
	margin-top: 5px;
	margin: 6px 20px 0px 18px;
	padding: 0px 0px 12px 8px;
	}
.ol3 li {
	counter-increment:list-order;
	list-style-type: none;
	/* list-style-position: outside; */
	}
.ol3 li:before {
	content:counter(list-order) '. ';
	font-family: arial,verdana,ms serif;
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
	color: #000;
	margin-right: 6px;
	margin-left: 6px;
	}
#ol_li3 {
	/* clear: both; */
	font-family: arial,verdana,ms serif;
	font-size: 1em;
	font-style: italic;
	color: red;
	margin-right: 14px;
	}

/* NONE SCRIPTURE - REGULAR OL LIST ITEMS, WE LESS LEFT AND TOP MARGIN */

 .ol_main {
	counter-reset:list-order 0;
	/* list-style-position: outside; */
	margin-top: 0px;
	margin: -4px 0px 0px 10px;
	padding: -4px 0px 12px 10px;
	}
.ol_main li {
	counter-increment:list-order;
	list-style-type:none;
	padding: 2px 0px 2px 0px;
	}
.ol_main li:before {
	content:counter(list-order) '. ';
	font-family: arial,verdana,ms serif;
	font-weight: bold;
	font-size: 1.0em;
	font-style: normal;
	color: #000;
	margin-right: 12px;
	}
#ol_li_main {
	/* clear: both; */
	font-family: arial,verdana,ms serif;
	font-size: 1.0em;
	font-style: italic;
	color: black;
	margin-right: 18px;
	}