/* PTC10132015-LOOper created separate css file for terms-and-condition */

/* PTC10012015-LOOper added style for Terms and Conditions Content */
#termsandconditions #subTitles{
	color: #333;
	text-align: center;
}

.custom-ol{
	counter-reset: section;
	list-style-type: none;	
}

.custom-ol li::before{
	counter-increment: section;
	content: counters(section,".") ". ";
	margin-left: -40px;
	padding-right: 13px;
	font-weight: 700;
}

.custom-ol li{
	padding-top: 5px;
}

.custom-ol-alpha{
	list-style: lower-alpha;
	padding-left: 1px;
	padding-right: 5px;
	font-weight: 700;
}

.custom-ol-alpha li::before{
	content:"";
	padding-right: 35px;
}	/*This will work for firefox*/
@-moz-document url-prefix() {
	.custom-ol-alpha li::before{
		content:"";
		padding-right: 40px;
	}
}

.alpha-sp{
	font-weight: 100;
	position: relative;
    left: 5px;
}	/*This will work for firefox*/
@-moz-document url-prefix() {
	.alpha-sp{
		font-weight: 100;
		position: relative;
	    left: 10px;
	}
}

.custom-sub-ol{
	counter-reset: section 1;
	list-style-type: none;	
}

.section::before{
	font-size: large;
}

.section-list{
	margin-left: -11px;
}

.sub-section-list{
	margin-left: -11px;
	display: flex;
}

.enumerated{
	font-size: large;
	font-weight: 700;
}

.para{
	margin-left: -39px;
}

.custom-sp{
	margin-left: -6px;
}

.custom-ul{
	list-style-type: disc;	
}

.custom-ul li::before{
	padding-top: 5px;
	content:"";
	padding-right: 35px;
}	/*This will work for firefox*/
@-moz-document url-prefix() {
	.custom-ul li::before{
		padding-top: 5px;
		content:"";
		padding-right: 40px;
	}
}

.custom-ul li span{
	position: relative;
    left: 5px;
}