

.toc {
margin-bottom: 1.5em;

    padding: 0.5em 0.5em;
    list-style-type: none;
	width:auto;
}

.toc ol {
	counter-reset: section;
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 7px;
}

.toc > ol {
	padding-left: 0;
	margin-bottom: -.5em;
	
}

.toc ol li {
	display: flex;
	align-items: center;
}

.toc ol li span {
	padding-right: .9em; 
	color:#D90000;
}

.toc ol li span:before {
	counter-increment: section;
	content: counters(section, ".") " ";
	opacity: .5;
}


.toc > ol > li > a {
	font-weight: 500;
	margin-bottom: .5em;
	margin-top: .5em;
}

.toc > ol > li > a:hover { color: #777; }
.toc ol li a:hover { color: #777; }
.toc a { color: #535db1; }

.toc ol li a {
	text-decoration: none;
	display: inline-block;
	color: #535db1;
	line-height: 2.25;
}