
#toc_header {
   background: #666;
   color: #fff;
   font-weight: bold;
   cursor: pointer;
   padding-left:10px;
}

#toc_toggler {
	/*float: right;
	width: 30%; 
	margin-left: 1em; */		
	width: 35%;	
	padding: .5em; 
	background: #ffe; 
	border: 1px solid #ccc;
	cursor:pointer;
}
div#toc_content {
	border: 0px solid #ccc;	
	width: 35%;	
	padding: .5em; 
	background: #ffe; 
	border: 1px solid #ccc;
	font-size:12 px;

	border-top:none;
}
#toc_content a {
  color: black; 
}
#toc_content a:hover {
   /*color: #fff;*/
}

#toc_content h4 { padding: 0; margin: 0; font-size: 1.2em; color: #555; }
#toc_content ul { list-style-type: none; margin-left: 1em; padding-left: 0; line-height: 1.5em; }

.toc_top {
   float: right;
}
.toc_top a {
   color: purple;
}

