/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.simple-docs-toc
{
	
}


.simple-docs-toc > ul
{
	list-style-type: none;
	list-style: none;
}
.simple-docs-toc > ul li
{
	list-style-type: none;
	list-style: none;
	
	margin:0;
	padding:0;
	
	padding-bottom: 0px;
}

.simple-docs-toc > ul ul.children
{
	/*list-style-type: none;
	list-style: none;*/
	
	display:block;
	
	padding: 0;
	margin: 0;
	padding-left: 10px;
	
	/* padding-bottom: 10px; */
	
}


.simple-docs-toc a, .textwidget .simple-docs-toc a
{
	text-decoration: none;	
	border:0;
}
.simple-docs-toc a:hover, .textwidget .simple-docs-toc a:hover
{
	text-decoration: underline;
}

.simple-docs-toc > ul, .simple-docs-toc > ul > li
{
	list-style-type: none;
	list-style: none;
	
	margin:0;
	padding:0;
	

}
