/* Makeshif Subhead Fix */
h2 { 
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
h4 { 
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
h6 { 
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

hr {
    margin-top: .25em;
    margin-bottom: 1em;
}
.unl-person-list ul {
	 margin-bottom: 0em;
}

.unl-person-list h2
{
	margin-bottom: .5em !important;
}

/* Book Pages Ordered List Fix */
ol ol ol {
    list-style-type: lower-roman !important;
}


ol ol {
    list-style-type: lower-latin !important;
}

 ol {
    list-style-type: decimal !important;
}
