div > ol > li {
	font-weight: bolder;
}

ol > ol {
	list-style-type: upper-roman;
}

ol > ol > ol {
	list-style-type: upper-latin;
}

.text-content a {
	font-weight: bold;
}

ul {
	list-style-type: none;
}
