#f70stoc.table-of-contents{
	border: 1px solid rgba(0, 0, 0, 0.22);
	padding:1em 1em 1.5em 1em;
	background-color: rgba(255, 255, 255, 0.4);
}

.f70toc-header{
	margin: 0 0 1em 0;
	padding: 0;
	line-height:1.1;
	border: none;
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
	display: block;
}


#f70stoc.table-of-contents ol{
	margin:0;
	padding:0;
	font-size:90%;
	list-style-position: inside;
}
#f70stoc.table-of-contents ol li{
	margin:0;
	padding: 0.5em 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 1.3;
}
#f70stoc.table-of-contents ol > li > ol{
	margin-top: 0.5em;
	list-style-type: none;
}
#f70stoc.table-of-contents ol > li > ol > li{
	padding-left: 2em;
}
#f70stoc.table-of-contents ol > li > ol > li:last-child{
	padding-bottom: 0;
}

#f70stoc.table-of-contents > ol:last-child > li:last-child{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}