.manual{ margin: 0 auto; text-align:center; padding-top:28px;}
.manual .main {width: 96%; max-width: 1008px; padding-bottom: 2em; }
.manual h1 { text-transform:uppercase; color:#444; font-weight:normal; text-align:center; margin: 23px 0; font-size:26px;}
.manual h2 { text-transform:uppercase; color:#444; font-weight:normal; text-align:center; margin: 23px 0; font-size:24px;}
.manual h3 { text-transform:uppercase; color:#444; font-weight:normal; text-align:center; margin: 23px 0; font-size:22px;}
.manual h4 { text-transform:uppercase; color:#444; font-weight:normal; text-align:center; margin :23px 0; font-size:16px;}
.manual p { color:#444; line-height:22px; text-align:left; margin: 0 0 0.7em; }
.manual ul, ol { display: inline-block; padding-bottom: 1em; margin-left: 2em; }
.manual li { text-align: left; margin: 0 auto; }
.manual .content { margin: 0 auto; width: 96%; max-width: 1008px; }

#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;
}

