.ez-toc-box-title {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	padding-bottom: 5px;
	position: absolute;
	top: -4%;
	left: 5%;
	background-color: inherit;
	transition: top .3s ease;
}

.ez-toc-box-title.toc-closed {
	top: -25%;
}

.ez-toc-widget-direction {
	direction: ltr;
}

.ez-toc-widget-container ul {
	counter-reset: item;
}

.ez-toc-widget-container nav ul li a::before {
	content: counters(item, ".", decimal) ". ";
	display: inline-block;
	counter-increment: item;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: .2em;
	float: left;
}