#tableofcontents {
	position: absolute;
	right: 10px;
	top: 200px;
	background-color: #F7F7F7;
	display: none;
}
#tableofcontents > h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
}
#tableofcontents > h2 {
	font-size: medium !important;
}
#tableofcontents > h3 {
	font-size: small !important;
	padding-left: 10px;
}
#tableofcontents > h4 {
	font-size: x-small !important;
	padding-left: 20px;
}
.figure {
	padding-bottom: 10px;
}
.figureCount {
	font-weight: bold;
}
/*.subSection > p:first-of-type {
	text-indent: 25px;
}*/
.subSection > p {
	text-align: justify;
}

