/* @override 
http://www.thegodquestion.tv/assets/css/terms.css?* */

.terms ol { counter-reset: item }
.terms ol {
    list-style-type: decimal;
}

.terms ol > li > ol > li > ol {
    list-style-type: lower-alpha;
}
.terms li { display: block }

.terms ol.d li:before { content: counters(item, ".") " "; counter-increment: item }

.terms ol li ol li ul li:before { content: counters(item, "/") " " ; counter-increment: item }

.terms ol li ol li ul li:before {
	display: none;
}

.terms ol li {
	font-weight: bold;
	margin: 5px 0px 2px 0px;
}

.terms ol:first-child li {
	font-weight: normal;
}

.terms ol li ol {
	text-indent: -2em;
}

.terms ol li ol li ul {
	text-indent: -1.4em;
}