/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* A5A1A0  181415 EDE5DA 3D3C38 FFF7EB https://color.adobe.com/conspiracy-color-theme-525824/edit/?copy=true&base=2&rule=Custom&selected=4&name=Copy%20of%20conspiracy&mode=cmyk&rgbvalues=0.647059,0.631373,0.627451,0.094118,0.078431,0.082353,0.929412,0.898039,0.854902,0.239216,0.235294,0.219608,1,0.97,0.92&swatchOrder=0,1,2,3,4 */



body {
	position: relative;
	width: 100%;
	text-align: center;
	background: #EDE5DA;
	font-family: "Courier New", Courier, monospace;
	color:#181415;
}
#content {
	width: 90%;
	text-align: left;
	margin: 0 auto;
	height: 100vh;
    position: relative;
    max-width: 1111px;
}
#content h1 {
	background: #181415;
	color: #EDE5DA;
	display: inline-block;
	font-size: 50px;
    line-height: 41px;
    padding: 30px 0 0;
}
h2 {
	font-weight: bold;
	font-size: 1.3em;
	padding: 15px 0 10px;
}
h3 {
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px 0 5px;
}

#content .quote {
	background: #3D3C38;
	color: #fff7eb;
	margin: 40px 0 40px 20px;
	width: 50%;
	max-width: 600px;
	padding: 20px;
	font-style: italic;
	float: right;
}
#content .intro {
	padding: 20px 0;
}
#basicForm {
	width: 90%;
	padding: 2% 5%;
	display: block;
	background: #fff7eb;
	border: 1px solid #181415;
	text-align: center;
}
#basicForm label {
	font-size: 30px;
	font-weight: bold;
}
#N0 {
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	font-weight: bold;
	width: 150px;
}
#submitBtn {
	font-family: "Courier New", Courier, monospace;
	font-size: 25px;
	font-weight: bold;
}
#solution {
	width: 90%;
	padding: 10px 5%;
	display: none;
	background: #181415;
	text-align: center;
	color: #fff7eb;
	font-size: 20px;
}
#solution div {
	padding: 10px 0;
}
footer {
	padding: 5% 0;
}
#roadmap {
	padding: 5% 0;
}
#contact {
	text-align: center;
}
.howto {
	clear: both;
	width: 90%;
	padding: 2% 5%;
	display: block;
	border: 1px solid #181415;
	border-bottom: 0;
}
.howto p {
	padding: 5px 0;
}
.howto table {
	width: 100%;
	margin: 0 0 10px;
}
td, th {
    border: 1px solid #181415;
    text-align: left;
    padding: 8px;
}
th {
	font-weight: bold;
}
tr:nth-child(even) {
    background-color: #ddd;
}