body {
	background-color: #EDF7F9;
	margin: 0 auto;
	width: 1200px;
}

img {
	margin: 50px 50px 30px 50px;
	border: 50px solid #FDE9D9;
}

.input_table {
	text-align: center;
	margin: 50px auto 0 auto;
	border-collapse: collapse;
}
.input_table tr:nth-child(even) {
	background-color: #DAEEF3;
}
.input_table tr:nth-child(odd) {
	background-color: #FDE9D9;
}
#top_row {
	background-color: #FCD5B4;
}
tr {
	border-bottom: 5px solid #EDF7F9;
}

.inputs_lbl {
	font-family: Helvetica;
	margin: 10px 25px;
	font-size: 20px;
	font-family: Helvetica;
	font-weight: 800;
	letter-spacing: -1px;
	color: #31849B;
}
input.inputs {
	font-family: Helvetica;
	width: 75px;
	margin: 5px 20px;
	font-size: 15px;
	font-weight: 800;
	color: #31849B;
	text-align: center;
}
p.inputs {
	display: inline;
	font-family: Helvetica;
	font-size: 18px;
	font-weight: 800;
	color: #31849B;
}
#ittr {
	font-size: 14px;
	font-weight: 400;
}
#numIttr {
	margin: 5px 20px 5px 0px;
}
#xyp {
	font-family: Helvetica;
	font-size: 14px;
	color: #31849B;
	font-weight: 400;
	display: inline;
}

#buttons {
	width: 1000px;
	text-align: center;
	
}
button.BottomButton {
	width: 150px;
	margin: 10px 5px 5px 0;
	display: inline;
}
#errors {
	font-family: Courier;
	color: red;
	width: 1000px;
	text-align: center;
}

#bdy{
	width: 1000px;
	margin-left: 100px;
	margin-right: 100px
}

#container {
	width : 1000px;
	height: 700px;
	margin-top: 30px;
}

h1 {
	font-size: 80px;
	margin: -680px 0px 0px 150px;
	font-family: Helvetica, sans-serif;
	font-weight: 800;
	color: #31849B;
	letter-spacing: -5px;
	position: absolute;
}
em {
	font-style: normal;
	color: #F79646;
}
#bld {
	font-weight: 800;
}

a {
	color: #31849B;
	text-decoration: none;
}
a:hover {
	color: #F79646;
}

.title {
	font-size: 30px;
	font-family: Helvetica;
	font-weight: 800;
	letter-spacing: -2px;
	color: #31849B;
	text-align: center;
	margin: 15px auto 0 auto;
}
.sub {
	font-size: 20px;
	font-family: Helvetica;
	font-weight: 600;
	letter-spacing: -1px;
	color: #31849B;
	text-align: center;
	margin: 30px 0 10px 0;
}
#tex0{
	font-size: 20px;
}
#tex1{
	font-size: 20px;
}
#tex2{
	font-size: 20px;
}
#tex3{
	font-size: 20px;
}
#tex4{
	font-size: 20px;
}
#tex5{
	font-size: 20px;
}
#texv0{
	font-size: 20px;
}
#texv1{
	font-size: 20px;
}
#texv2{
	font-size: 20px;
}
#texv3{
	font-size: 20px;
}
#texv4{
	font-size: 20px;
}
#texv5{
	font-size: 20px;
}

.eqs {
	font-size: 20px;
	font-family: Helvetica;
	font-weight: 600;
	letter-spacing: -1px;
	color: #31849B;
	text-align: center;
	margin: 0;
}
.textitle {
	font-family: Helvetica;
	font-size: 25px;
	font-style: normal;
	letter-spacing: -2px;
	color: #F79646;
	font-weight: 800;
	text-align: center;
	margin: 50px 0 0 0;
}

.details {
	font-size: 17px;
	font-family: Helvetica;
	margin: 30px 0 10px 0;
}
#ol1 {
	list-style-type: lower-roman;
}
li {
	font-size: 17px;
	font-family: Helvetica;
	margin: 0 0 10px 0;
}
.el_list1{
	font-size: 17px;
	font-family: Helvetica;
	margin: 10px 0 0 25px;
}
.el_list2{
	font-size: 17px;
	font-family: Helvetica;
	margin: 0 0 0 50px;
}
.back {
	font-size: 20px;
	font-weight: 400;
	font-family: Helvetica;
	color: #31849B;
	letter-spacing: -1px;
	text-align: center;
	margin: 50px auto;
}
.footer {
	font-size: 10px;
	font-family: Helvetica;
	letter-spacing: -1px;
	color: #74BED2;
	text-align: center;
	margin: 100px auto;
}

div.pp {
	background-color: #606060;
	margin: 0 30px;
}

/* Pretty printing styles. Used with prettify.js. */
/* Vim sunburst theme by David Leibovic */
pre .str, code .str { color: #65B042; } /* string  - green */
pre .kwd, code .kwd { color: #E28964; } /* keyword - dark pink */
pre .com, code .com { color: #AEAEAE; font-style: italic; } /* comment - gray */
pre .typ, code .typ { color: #89bdff; } /* type - light blue */
pre .lit, code .lit { color: #3387CC; } /* literal - blue */
pre .pun, code .pun { color: #fff; } /* punctuation - white */
pre .pln, code .pln { color: #fff; } /* plaintext - white */
pre .tag, code .tag { color: #89bdff; } /* html/xml tag    - light blue */
pre .atn, code .atn { color: #bdb76b; } /* html/xml attribute name  - khaki */
pre .atv, code .atv { color: #65B042; } /* html/xml attribute value - green */
pre .dec, code .dec { color: #3387CC; } /* decimal - blue */

pre.prettyprint, code.prettyprint {
	background-color: #606060;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

pre.prettyprint {
	margin: 40px auto 75px auto;
	white-space: pre-wrap;
}

@media print {
  pre .str, code .str { color: #060; }
  pre .kwd, code .kwd { color: #006; font-weight: bold; }
  pre .com, code .com { color: #600; font-style: italic; }
  pre .typ, code .typ { color: #404; font-weight: bold; }
  pre .lit, code .lit { color: #044; }
  pre .pun, code .pun { color: #440; }
  pre .pln, code .pln { color: #000; }
  pre .tag, code .tag { color: #006; font-weight: bold; }
  pre .atn, code .atn { color: #404; }
  pre .atv, code .atv { color: #060; }
}