.alignwide{
	position: relative;
	z-index: 1;
}

.toc-anchor{
	display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

.toc-list {
	position: absolute;
	top: 0px;
	padding: 40px;
}

.toc-list > * {
	font-size: 12px;
	color: rgba( 0, 0, 0, .35 );
	margin-top: 6px;
	display: block;
}

div#toc-container{
	position: fixed;
	max-width: calc((100% - 556px) / 2);
	display: block;
	bottom: 0px;
	top: 0px;
	width: 1000px;
}

h2.toc-title {
	margin-left: 0px;
}

h3.toc-title {
	margin-left: 10px;
}

h4.toc-title {
	margin-left: 20px;
}

@media ( max-width: 1001px ) {
	.toc-list{
		display: none;
	}
}

.section-inner .section-inner {
  background-color: white;
  z-index: 1;
}