.lst-lwr-alph-e {
	counter-reset: list;
}
.lst-lwr-alph-e {
	list-style: none;
	padding-left: 1.2em; 
}
.lst-lwr-alph-e li:before {
	content: "(" counter(list, lower-alpha) ") ";
	counter-increment: list;
}

.lst-lwr-alph-e_x {
	list-style: none;
	padding-left: 1.2em; 
}
.lst-lwr-alph-e_x li:before {
	content: "(" counter(list, lower-alpha) ") ";
	counter-increment: list;
}







.lst-lwr-rmn-e {
	counter-reset: list;
}
.lst-lwr-rmn-e {
	list-style: none;
	padding-left: 1.2em; 
}
.lst-lwr-rmn-e li:before {
	content: "(" counter(list, lower-roman) ") ";
	counter-increment: list;
}

.lst-lwr-rmn-e_x {
	list-style: none;
	padding-left: 1.2em; 
}
.lst-lwr-rmn-e_x li:before {
	content: "(" counter(list, lower-roman) ") ";
	counter-increment: list;
}







.lst-upr-alph-e {
	counter-reset: list;
}
.lst-upr-alph-e {
	list-style: none;
	padding-left: 1.2em; 
}
.lst-upr-alph-e li:before {
	content: "(" counter(list, upper-alpha) ") ";
	counter-increment: list;
}

.lst-upr-alph-e_x {
	list-style: none;
	padding-left: 1.2em; 
}
.lst-upr-alph-e_x li:before {
	content: "(" counter(list, upper-alpha) ") ";
	counter-increment: list;
}




.lst-upr-rmn-e {
	counter-reset: list;
}
.lst-upr-rmn-e {
	list-style: none;
	padding-left: 1.2em; 
}
.lst-upr-rmn-e li:before {
	content: "(" counter(list, upper-roman) ") ";
	counter-increment: list;
}

.lst-upr-rmn-e_x {
	list-style: none;
	padding-left: 1.2em; 
}
.lst-upr-rmn-e_x li:before {
	content: "(" counter(list, upper-roman) ") ";
	counter-increment: list;
}





.lst-lwr-alph-f {
	counter-reset: list;
}
.lst-lwr-alph-f {
	list-style: none;
	padding-left: 1.2em; 
}
.lst-lwr-alph-f li:before {
	content: counter(list, lower-alpha) ") ";
	counter-increment: list;
}

.lst-lwr-alph-f_x {
	list-style: none;
	padding-left: 1.2em; 
}
.lst-lwr-alph-f_x li:before {
	content: counter(list, lower-alpha) ") ";
	counter-increment: list;
}




.lst-lwr-rmn-f {
	counter-reset: list;
}
.lst-lwr-rmn-f {
	list-style: none;
	padding-left: 1.2em; 
}
.lst-lwr-rmn-f li:before {
	content: counter(list, lower-roman) ") ";
	counter-increment: list;
}

.lst-lwr-rmn-f_x {
	list-style: none;
	padding-left: 1.2em; 
}
.lst-lwr-rmn-f_x li:before {
	content: counter(list, lower-roman) ") ";
	counter-increment: list;
}





.lst-upr-alph-f {
	counter-reset: list;
}
.lst-upr-alph-f {
	list-style: none;
	padding-left: 1.2em; 
}
.lst-upr-alph-f li:before {
	content: counter(list, upper-alpha) ") ";
	counter-increment: list;
}

.lst-upr-alph-f_x {
	list-style: none;
	padding-left: 1.2em; 
}
.lst-upr-alph-f_x li:before {
	content: counter(list, upper-alpha) ") ";
	counter-increment: list;
}





.lst-upr-rmn-f {
	counter-reset: list;
}
.lst-upr-rmn-f {
	list-style: none;
	padding-left: 1.2em; 
}
.lst-upr-rmn-f li:before {
	content: counter(list, upper-roman) ") ";
	counter-increment: list;
}

.lst-upr-rmn-f_x {
	list-style: none;
	padding-left: 1.2em; 
}
.lst-upr-rmn-f_x li:before {
	content: counter(list, upper-roman) ") ";
	counter-increment: list;
}
