.tocify {
	width: 20%;
	max-height: 80%;
	overflow: auto;
	margin-top: 125px;
	position: fixed;
	border: 1px solid #f9f9f9;
	webkit-border-radius: 6px;
	moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #f9f9f9;
}
/* The Table of Contents is composed of multiple nested unordered lists.  These styles remove the default styling of an unordered list because it is ugly. */
.tocify ul, .tocify li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 30px;
	border-bottom:#fff solid 1px;
}
.tocify li ul li {
	background-color:#f2f2f2;
}
/* Top level header elements */
.tocify-header {
	text-indent: 0px;
}
/* Top level subheader elements.  These are the first nested items underneath a header element. */
.tocify-subheader {
	margin-left: 20px;
	display: none;
	background-color: #fff;
	font-weight: normal;
}
/* Makes the font smaller for all subheader elements. */
.tocify-subheader li {
	font-size: 14px;
	border-bottom:#eee solid 1px !important;
	margin-left: 10px;
}
/* Further indents second level subheader elements. */
.tocify-subheader .tocify-subheader {
	text-indent: 30px;
}
/* Further indents third level subheader elements. You can continue this pattern if you have more nested elements. */
.tocify-subheader .tocify-subheader .tocify-subheader {
	text-indent: 40px;
}
/* Twitter Bootstrap Override Style */
.nav-list > li > a, .nav-list .nav-header {
	margin: 0px;
}
/* Twitter Bootstrap Override Style */
.nav-list > li > a {
	padding: 5px;
}


/*Test to see if this needs to stay in*/

@media (max-width: 767px) {
#toc {
	position: relative;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
}


/*
 * jquery.tocify.css 1.9.0
 * Author: @gregfranko
 */

/* The Table of Contents container element */
