.f--rich-text .bylaws > li::before {
	content: counter(li,  upper-alpha) ".";
}

.f--rich-text .bylaws > li > ol > li::before {
	content: counter(li,  decimal) ".";
}

.f--rich-text .bylaws > li > ol > li > ol > li::before {
	content: counter(li,  lower-alpha) ".";
}

.f--rich-text .bylaws > li > ol > li > ol > li > ol > li::before {
	content: "(" counter(li,  decimal) ")";
}

.f--rich-text .amendments li::before {
	content: none;
}