
.fixed_sidebar.fixed {
	position: fixed;
	top: 20px;
	width: 324px;
	max-width: 100%;
}
.fixed_sidebar.fixed.bottom {
	position: absolute;
	bottom: 0;
	top: auto!important;
}

.fixed_sidebar.top_border::before,
.fixed_sidebar.bottom_border::after {
	content: '';
	position: fixed;
	border-top: 1px solid #eaeaea;
	width: var( --width );
    z-index: 1;
}

.fixed_sidebar.bottom_border::after  {
	bottom: 20px;
}

@media( max-width: 1018px ){
	.toc_links_wrapper.sidebar.fixed {
		width: 228px;
	}
}