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

a {
	color: hsl(205, 100%, 41%);
	text-decoration: none;
	font-weight: 400;
}
a strong, strong a {
	font-weight: bold;
}

h1 {
	font-size: 44pt;
	font-weight: 500;
	letter-spacing: .01em;
	color: hsl(205, 100%, 36%);
	text-align: left;
	margin-bottom: 0;
}

h2 {
	font-weight: 300;
	letter-spacing: .02em;
	font-size: 21pt;
	color: #555;
	margin-bottom: 2em;
}

h4.subtitle {
	margin: 0em;
	font-size: 18pt;
	font-style: italic;
	font-weight: 300;
	color: #888;
}

h3 {
	font-size: 170%;
	margin-top: 3em;
	margin-bottom: 0em;
}

h4 {
	font-size: 145%;
	margin-top: 2em;
	margin-bottom: 0em;
}

h1 .beta {
	zoom: 40%;
	color: #cb6b02;
}

p {
	font-size: 14pt;
	max-width: 800px;
}

input.email {
	/*font-size: 13pt;*/
	font: lighter 13pt sans-serif;
	padding: 0.2em 0.4em;
	margin-right: 5px;
	max-width: 100%;
	width: 20em;
	display: inline-block;
	box-sizing:border-box;
	/*width:350px;*/
	border: 1px solid #ABB0B2;
	border-radius: 3px;
	/*color: #333;*/
}

input.button {
    font-size: 13pt;
	padding: 3pt 10pt;
    border: 1px solid hsl(205, 64%, 46%);
    border-radius: 26px;
    letter-spacing: .03em;
    color: #fff;
	background-color: hsl(205, 64%, 61%);
}
input.button:hover {
	background-color: hsl(205, 64%, 49%);
	cursor:pointer;
}

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

.banner {
	padding: 2em 5%;
	background-color: #111;
}
.banner img {
	max-width: 100%;
}
.banner p {
    margin: 2em auto 1em auto;
	text-align: left;
	color: #fff;
}
.banner h3 {
	color: #fff;
	margin: 0 0 1em 0;
	font-size: 200%;
	font-weight: normal;
}

.instructions {
	font-size: 14pt;
	/*font-weight: normal;*/
    margin: 2em auto;
    width: 90%;
    max-width: 800px;
	text-align: left;
	color: #555;
}

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

.instructions ol {
	margin-top: 0;
}

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

.instructions li ul {
	margin-top: 0.2em;
}

.instructions li ul li {
	margin-bottom: 0.2em;
}

.instructions img.right {
	float: right;
	margin: 0.3em 0.5em;
	max-width: 97%;
}

.instructions img.left {
	float: left;
	margin: 0.3em 0.7em 0.3em 0;
	max-width: 97%;
}

#faq div p {
	margin-top: 0;
}

#faq div p.question, .instructions p.version {
	font-weight: bold;
	font-size: 16pt;
	margin-top: 2em;
	margin-bottom: 0.2em;
	clear: both;
}

.instructions p.version span.date {
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	opacity: 0.8;
	margin-left: 0.67em;
}

.instructions p.cite {
	text-align: right;
	margin-top: -0.5em;
}

.data-sentence {
    margin: 3em auto;
    /*width: 800px;*/
	text-align: center;
}

.panel {
	margin: 1em 0;
	padding: 0 1.2em;
	font: lighter 11pt sans-serif;
	border: solid 1px #999;
    border-radius: 24px;
	/*box-shadow: 3px 4px 8px hsla(0,0%,0%,0.35);*/
}

/*#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: 3em auto;
    width: 94%;
    max-width: 600px;
	text-align: left;
	color: #333;
	font-size: 11pt;
	/*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;
}

.breadcrumb {
	margin-top: 4em;
	font-size: 110%;
	font-weight: bold;
}

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

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

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

#app-icon {
	width: 83px;/*167px*/
	height: 83px;
	float: left;
	padding: 0.7em 1.6em 0.5em 0.5em;
}


/* ************************************************ */

.mobile {
	display: none;
}
@media (max-width: 600px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: inherit;
	}
	
	h1 {
		font-size: 34pt;
		font-weight: 500;
		/*letter-spacing: .01em;*/
		margin-top: 0.5em;
		margin-bottom: 0em;
	}
	
	.banner {
		/*padding: 5%;*/
	}
	.banner h3 {
		font-size: 180%;
	}
	
	#app-icon {
		display: none;
	}
	
	.instructions img.wide {
		float: none;
		margin: 0.3em 0;
		width: 100%;
	}
}

