
	
	#first-section-after-toc {
		margin-top: -380px;
	}
	
	#sticky-toc-section{
		position: sticky;
		left: 0;
		top: 25%;
		z-index: 10;
		max-width: 270px;
	}
	
	#sticky-toc-section > div:first-child {
		margin-left: 0px;
	}
	
	.sticky-toc {
		display: flex;
		flex-direction: column;
		max-width: 250px;
		word-wrap: break-word;
		background-color: white;
		padding-right: 10px;
	}
	
	.sticky-toc-list {
		list-style: none;
		margin-left: 0.5rem;
		padding: 10px 0px;
		margin-bottom: 0px;
	}
	
	.sticky-toc-item a {
		color: #5d646c;
	}
	
	.sticky-toc-item {
		font-size: 14px;
		padding: 10px 0px 10px 10px;
		border-left: solid 2px #f0f2f5;
		cursor: pointer;
	}
	
	.sticky-toc-item:active {
		
	}
	
	.sticky-toc-item:hover {
		font-weight: bold;
	}
	
	.toc-active {
		border-left: solid 2px #7899bf;
	}
	
	@media only screen and (max-device-width: 1520px){
		#sticky-toc-section {
			display: none;
		}
		
		#first-section-after-toc {
		margin-top: 0px;
		}
	}
	
