#demo_warn {
	position: fixed;
	top: 0;
	left: 0;
	height: 12px;
	width: 100%;
	background-color: red;
	color: white;
	z-index: 99999999;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
}

html {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

#h1_withpadding {
	font-size: 26px;
	margin: 0px;
	padding: 25px 0px 0px 25px;
	list-style-type: none;
}

.header {
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.header img {
	padding: 25px;
}

.header {
	border-bottom: 2px solid green;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 129px;
}

.header img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header_title {
	position: absolute;
	top: 0px;
	left: 250px;
	text-align: center;
	line-height: 129px;
	width: calc(100% - 250px);
	font-size: 24px;
	font-weight: bold;
}

nav {
	width: 300px;
	height: 100%;
	position: fixed;
	top: 131px;
	left: 0px;
	background-color: rgb(215, 215, 215);
}

nav ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
}

nav ul li {
	font-family: Courier New, Arial;
	font-size: 14px;
	width: 275px;
	height: 40px;
	padding-top: 15px;
	padding-left: 25px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

nav li:hover, li.act {
	background-color: rgb(239, 137, 9);
	width: 275px;
	height: 40px;
	padding-top: 15px;
	padding-left: 25px;
	color: white;
	text-align: left;
	text-decoration: none;
	display: inline-block;
}

#contentwrapper {
	top: 131px;
	width: calc(100% - 300px);
	height: calc(100% - 131px);
	position: fixed;
	left: 300px;
	background-color: rgb(255, 255, 255);
	overflow-y: auto;
}

.content {
	padding: 25px;
}

p {
	font-size: 14px;
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-family: Courier New, Arial;
	color: rgb(239, 137, 9);
	margin: 0px;
}

h3 {
	margin-top: 0px;
	color: rgb(239, 137, 9);
}

hr {
	margin-top: 18px;
	margin-bottom: 30px;
}

.hidden {
	display: none;
}

.mandatory {
	color: rgb(239, 137, 9);
}

table {
	width: 100%;
	text-align: left;
}

td {
	padding: 7px;
	font-size: 15px;
	font-weight: normal;
}

th {
	font-size: 18px;
	padding: 7px;
}

table tr:first-child {
	background-color: rgb(215, 215, 215);
	padding: 7px;
}

td:nth-child(1) {
	font-family: Courier New, Arial;
}

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}