.toc_div {
	position: absolute;
	right:0px;
	width: 270px;
	margin: 40px;
	padding: 20px;
	border: 1px solid #707070;
	max-height:500px;
	overflow-y:auto;
}
.toc_div_fixed {
	position: fixed !important;
	width: 270px;
    right: calc((100% - 1000px) / 2);
	top:0px;
}
.toc-list-item{
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
@media screen and (max-width: 1200px) {
	.toc_div {
		position: unset !important;
		width:200px !important;
		max-height:800px;
	}
}
.toc {
	overflow-y: auto;
}
.toc>.toc-list {
	overflow: hidden;
	position: relative
}

.toc>.toc-list li {
	list-style: none
}

.toc-list {
	margin: 0;
	padding-left: 10px
}

a.toc-link {
	color: currentColor;
	height: 100%
}

.is-collapsible {
	max-height: 1000px;
	overflow: hidden;
	transition: all 300ms ease-in-out
}

.is-collapsed {
	max-height: 0
}

.is-position-fixed {
	position: fixed !important;
	top: 0
}

.is-active-link {
	font-weight: 700
}

.toc-link::before {
	background-color: #EEE;
	content: ' ';
	display: inline-block;
	height: inherit;
	left: 0;
	margin-top: -1px;
	position: absolute;
	width: 2px
}

.is-active-link::before {
	background-color: #AAA;
}
