/* TABLE OF CONTENTS */
#toc-container {
	padding: 0.5em;
	margin-bottom: 1em;
	font-size: 90%;
	display: inline-block;
	border: 1px solid #444;
}
.textwidget #toc-container {
	background: transparent;
	border: none;
	padding: 0;
	width: inherit;
	display: block;
	font-size: 95%;
	margin-bottom: 0;
}
#toc-title {
	font-size: 1.1em;
}
.toc-list {
	margin-left: 1.2em;
	padding: 0.7em 1em 0 0;
}
.toc-list,
.toc-list ol,
.toc-list ol ol {
	list-style: none;
}
.toc-list ol,
.toc-list ol ol,
.table-of-contents ol,
.table-of-contents ol ol {
	margin: 0 0 0 1.5em;
}
#toc-container li {
  padding: 0.3em 0;
}
#toc-container ul .h4 {
    font-size: 1em;
}
