.tocright{
	margin:0 auto;
	text-align:center;
}

.tocright .toc{
	margin:0 auto;
	width:90%
}

.tocright .toctitle{
	display:none;
}

.tocright .toc>ul{
	display:flex;
	flex-flow: row wrap;
	justify-content:center;
}

.tocright li:before{
	content:"|";
	margin:0 5px;
}

.tocright .toc>ul li:first-child:before{
	display:none;
}

.tocright .tocnumber{
	display:none;
}

.tocright .toc{
	background-color:transparent;
	border:none;
}

.tocright ul ul{
	display:none !important;
}