article {
	margin-bottom: 4em;
}
.brackets {
	list-style-type: decimal;
}

.brackets li::marker {
	content: "(" counter(list-item) ") ";
}

.alphabet {
	list-style-type: lower-alpha;
	padding-left: 1em !important;
}

.alphabet li::marker {
	content: "(" counter(list-item, lower-alpha) ") ";
}

ul {
	padding-left: 1.5em !important;
	list-style-type: disc;
}