/* [[Category:Template styles]] */
#toc .tocnumber {
	display: none;
}

#toc li, #toc ul ul	{
	margin: 0;
	display: inline;
}

#toc li::after							{ content: " • " }
#toc li:last-child::after,
.break-level-1 #toc .toclevel-1::after	{ content: none }

/* parentheses around nested lists */
#toc li li:first-child::before {
	content: " (";
	font-weight: normal;
}
#toc li li:last-child::after {
	content: ")";
	font-weight: normal;
}

.break-level-1 #toc .toclevel-1 > :not(ul) .tocnumber {
	display: initial;
}

.break-level-1 #toc .toclevel-1 {
	display: list-item;
}