.toc-toggle b.icon {
	float: left;
	margin-top: 6px;
}

.toc-toolbar {
	background-color: #522E1B;
	padding: 2px 8px;
}

.toc-toolbar>li {
	float: left;
}

.toc-toolbar>li:first-child {
	width: 87%;
}

.toc-toolbar a.toc-toggle {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background: none !important;
	padding: 0 !important;
	box-shadow: none !important;
	width: 100%;
	line-height: 18px;
}

.toc-toggle.toggled {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.toc-toggle.toggled b.icon {
	margin-right: 5px;
	margin-left: -1px;
	margin-top: 6px;
}

.toc-toolbar  .toc-toggle.toggled b.icon {
	margin-top: 7px;
}

.toc-contents {
	line-height: 1.5;
	background-color: white;
	border: 1px solid #50301A;
}

.toc-contents-inner {
	padding: 10px;
}

.toc-contents .col {
	width: 33%;
	min-width: 120px;
	max-width: 400px;
	float: left;
	max-height: 400px;
	overflow: auto;
}
/*
	.toc-contents .col:first-child {
		border-right: 1px solid #ccc;
	}
	*/

.toc-contents section > ul {
	overflow: auto;
	max-height: 330px;
}

.toc-contents section>h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px !important;
	color: #54301A !important;
}

.toc-contents a {
	font-size: 12px;
	color: #716F63;
}

.toc-contents section {
	margin: 20px 15px;
}

.toc-contents section li {
	padding: 3px 0;
	border-top: 1px dotted #ddd;
}

.toc-contents ul.content-links {
	margin: 0 15px 10px;
}

.toc-contents ul.content-links li {
	margin-right: 15px;
	float: left;
}

.toc-current {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin: 0 2%;
	padding: 0;
	line-height: 24px;
}