#enx-toc {
	margin-top: 15px;
}

#enx-toc.affix {
	top: 0;
}

nav[data-toggle='toc'] {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* small screens */
@media (max-width: 992px) {
	/* override the Affix plugin so that the navigation isn't sticky */
	nav.affix[data-toggle='toc'] {
		position: static;
	}

	/* the second-level navigation is shown */
	nav[data-toggle='toc'] .nav .nav {
		display: block;
	}
}

@media (min-width: 993px) {
	#enx-toc.affix {
		width: 150px;
	}
}