#f70stoc.table-of-contents{
	border: 1px solid rgb(231 231 231);
	/*padding:1em 1em 1.5em 1em;*/
	background-color: rgba(255, 255, 255, 0.4);
	margin-bottom: 20px;
}

.f70toc-header{
/*	margin: 0 0 1em 0;
	padding: 0;*/
	padding: 10px;
	line-height:1.1;
	border: none;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	display: block;
	background-color: #f2f9ff;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#f70stoc.table-of-contents ul{
	margin:0;
	padding:10px;
	font-size:90%;
	list-style-position: inside;
	list-style-type: disc;
}
#f70stoc.table-of-contents ul li{
	margin:0;
	padding: 10px 0 10px 10px;
/*	border-top: 1px solid rgba(0, 0, 0, 0.1);*/
	line-height: 1.3;
}
#f70stoc.table-of-contents ul li a{
    text-decoration: none !important;
    font-weight: bold;
}
#f70stoc.table-of-contents ul > li > ul{
	margin-top: 0.5em;
	list-style-type: none;
}
#f70stoc.table-of-contents ul > li > ul > li{
	padding-left: 2em;
}
#f70stoc.table-of-contents ul > li > u > li:last-child{
	padding-bottom: 0;
}
#f70stoc.table-of-contents > ul:last-child > li:last-child{
/*	border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}
