body{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px !Important;
	font-family: verdana;
}

p{
	font-family: verdana;
	margin: 10px 10px 10px 25px;
	max-width: 1067;
	font-size: 1em;
	line-height: 1.4em;
}

.header_background{
	min-height: 34px;
	width: 100%;
	background: #010101;
}

ul li{
	padding-bottom: 5px;
}

.toc{
	display: inline-block;
	width: 25%;
	position: fixed;
	margin-top: 55px;
}

.toc a{
	font-size: 0.8em;
}

.user-manual .contentholder{
	margin-left: 27%;
}

.contentholder{
	display: inline-block;
	margin-bottom: 35px;
}

.itemcontainer{
	width: 96%;
	background: #efefef;
	padding: 2px 5px 20px 5px;
	border: solid 1px #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#user_manual .itemcontainer{
	width: 96%;
	background: #efefef;
	padding: 12px 5px 30px 25px;
	border: solid 1px #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	margin-top: 25px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.header{
	position: fixed;
	width: 100%;
	vertical-align: bottom;
}

.title{
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.user_manual{
	border-bottom: solid 1px #d1d1d1;
	padding-bottom: 10px;
}

svg{
	margin-left: 10px;
	display: inline-block;
}

h1{
	font-size: 1.8em;
	margin-top: 10px;
}

h2{
	font-size: 1.6em;
	color: #000000; width:95%;
	margin: 30px 20px 20px 25px;
}

.title{
	font-size: 1em;
}

h3{
	font-size: 1.4em;
	color: #000000;
	display: inline-block;
	margin: 20px 0px 0px 20px;
	padding: none;
	}

.contentholder img{
	width: 100%;
	height:auto;
	margin-bottom: 30px;
	margin-top: 30px;
}

hr{
	width: 98%;
	margin-bottom: 20px;
}

button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #001E62), color-stop(1, #0057B8));
	background:-moz-linear-gradient(top, #001E62 5%, #0057B8 100%);
	background:-webkit-linear-gradient(top, #001E62 5%, #0057B8 100%);
	background:-o-linear-gradient(top, #001E62 5%, #0057B8 100%);
	background:-ms-linear-gradient(top, #001E62 5%, #0057B8 100%);
	background:linear-gradient(to bottom, #001E62 5%, #0057B8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#001E62', endColorstr='#0057B8',GradientType=0);
	background-color:#001E62;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	padding:10px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	margin-bottom: 10px;
	border: none;
}

button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #24890d), color-stop(1, #37ba18));
	background:-moz-linear-gradient(top, #24890d 5%, #37ba18 100%);
	background:-webkit-linear-gradient(top, #24890d 5%, #37ba18 100%);
	background:-o-linear-gradient(top, #24890d 5%, #37ba18 100%);
	background:-ms-linear-gradient(top, #24890d 5%, #37ba18 100%);
	background:linear-gradient(to bottom, #24890d 5%, #37ba18 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#24890d', endColorstr='#37ba18',GradientType=0);
	background-color:#24890d;
}

button:active {
	position:relative;
	top:1px;
}

.button_holder{
	text-align: center;
}

.user_manual_link{
	text-align: center;
	margin-top: 30px;
	display: inline-block;
}

@media screen and (max-width: 1100px) {
	.toc{
		position: relative;
		width: 100%;
		display: block;
	}

	.user-manual .contentholder{
		width: 98%;
		display: block;
		margin-left: 0% !Important;
	}

	.header{
		position: relative;
		height: 20px;
		width: 100%;
	}
}
