.toc {
	overflow-y: auto
}

.toc > ul {
	overflow: hidden;
	position: relative;
}

.toc-list {
	margin: 0;
	width: 100%;
	padding-left: 10px;
	list-style-type: none; 
}

a.toc-link {
	text-decoration: none;
  color: #2660A4;;
}

a.toc-link:hover {
	color: black;
}

.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
}