main > ol {
	list-style-type: none;
}

main > ol > li > ol {
	list-style-type: none;
	padding-left: 0;
}

ol h3 {
	display: none;
}