body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
}

.header {
	background-color: #e4f5ff; /*#e9ebfd;*/
	border-bottom: 1px solid #ccc;
	height: 48px;
}

.header #logo {
	position: absolute;
	left: 30px;
	top: 1px;
	border: none;
}

.header p {
	margin: 0;
	padding: 16px 15px 0px 0px;
	font-style: italic;
	font-size: 10pt;
	letter-spacing: .05em;
	color: #888;
	text-align: right;
}

@media (max-width: 520px) {
	.header {
		height: 40px;
	}
	.header #logo {
		left: 10px;
		zoom: 85%;
	}
	.header p {
		visibility: hidden;
	}
}

.rcalc {
	display: block;
	width: 94%;
	max-width: 950px;
	height: 580px;
	margin: 0 auto;
}

.calculator {
	display: block;
	width: 90%;
	max-width: 23em;
	margin: 0 auto; /* "auto" keyword centers the element */
    clear: both;
    /*background-color: #e7c8fa;*/
}

.calculator ul {
	padding: 0; /* Remove the default padding in lists */
	text-align: left;
	/*background-color: #fee3c0;*/
}

.calculator li {
	display: inline-block;
	min-width: 51%; /* Keeps each box on its own line */
	margin: 0.5em auto;
	/*width: 23em;*/
	list-style: none;
	text-align: left;
	/*background-color: #fec1c1;*/
}

.calculator label {
	display: inline-block;
	width: 7.5em;
	margin-right: 1em;
	font-size: 12pt;
	font-weight: normal;
	color: #333;
	/*background-color: #b4ff95;*/
}

.calculator input {
	width: 6em;
	text-align: right;
}

.calculator form, .calculator input {
	font-size: 16pt;
	font-weight: bold;
	color: #0070b5;
}

/* Hide number up/down arrows */
/* http://stackoverflow.com/questions/3790935/can-i-hide-the-html5-number-input-s-spin-box */
.calculator input[type="number"]::-webkit-outer-spin-button,
.calculator input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.calculator input[type="number"] {
    -moz-appearance: textfield;
}
/* */

h1 {
	/*font: bold 24pt "Times New Roman", Times, Georgia, serif;*/
	font-family: "Helvetica Neue";
	font-weight: 100;
	letter-spacing: .04em;
	font-size: 36pt;
	color: #0070b5;
	margin-bottom: 1em;
}
h2 {
	font-family: "Helvetica Neue";
	font-weight: 200;
	letter-spacing: .03em;
	font-size: 16pt;
	color: #888;
	margin-bottom: 1.62em;
}

h3 {
	margin-top: 2em;
}

h4 {
	margin: 0em;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	color: #777;
}

@media (max-width: 600px) {
	h1 {
		font-size: 28pt;
		margin-top: 0.5em;
		margin-bottom: 0em;
	}
}

hr {
    margin-top: 2em;
    
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 300px;
}

.instructions {
    margin: 1.5em auto 3em auto;
    width: 94%;
    max-width: 703px;
	text-align: left;
	color: #333;
	font-size: 11pt;
	/*font-weight: normal;*/
}

.instructions p {
	margin-bottom: 0.6em;
}

.instructions ol {
	margin-top: 0;
}

.instructions li {
	margin-bottom: 0.7em;
}

.data-sentence {
    margin: 3em auto;
    width: 800px;
	text-align: center;
	color: #000;
	font-size: 10pt;
	font-weight: normal;
}

/*#compat, .compat {
	display: block;
	width: 700px;
	padding: 150px 0;
	margin: 0 auto;
	border: 1px solid #e0cebb;
	color: #820000;
}*/

#loading {
	display: block;
	width: 90%;
	max-width: 700px;
	padding: 50px 0;
	margin: 0 auto;
	border: 1px solid #aaa;
}

.notes {
    margin: 4em auto;
    width: 94%;
    max-width: 600px;
	text-align: left;
	color: #333;
	font-size: 10.5pt;
	/*background-color: #fdffae;*/
}

.notes li {
    margin-top: 1em;
    margin-bottom: 1em;
}

.notes .heading {
	margin-top: 2em;
	font-weight: bold;
}

.footer {
	width: 100%;
	/*position: fixed;*/
	/*bottom: 0;*/

	margin-top: 4em;
	padding-top: 0em;
	padding-bottom: 1em;
	background-color: #fff0e2;
	
	color: #333;
	text-align: center;
	font-size: 10.5pt;
	border-top: 1px solid #e0cebb;
	border-bottom: 1px solid #e0cebb;
}

.footer p {
	margin: 1.5em;
}

.footer a {
	font-weight: 500;
}

.thanks {
    font-size: 9pt;
}

.disclaimers {
    margin: 2em auto;
    max-width: 690px;
	text-align: left;
	color: #666;
	font-size: 9pt;
}

.disclaimers p, .disclaimers ul {
    margin-top: 0.4em;
    margin-bottom: 0;
}

.disclaimers li {
    margin-bottom: 0.4em;
}

