html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
}

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;
}


body {
/*	background: #fefefe;*/
	background: #fafafa;
	font-family: -apple-system, 'Helvetica Neue', 'Helvetica', 'sans-serif';
	font-size: 1.6em;
	line-height: 1.6em;
	color: #141414;
}

strong {
	font-family: -apple-system-bold, 'sans-serif';
}

.container {	

	width: 700px;
	margin: 0 auto;
	
}

	a {
		color: #F44336;
		text-decoration: none;
	}
	
	a:visited {
		color: #F44336;
		text-decoration: none;		
	}

	a:hover {
		color: #2196F3;
		text-decoration: none;		
		
		/*
		border-style: solid;
		border-bottom: 1px dotted #2196F3;
		*/
	}
	

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ececec;
    margin: 1em 0;
    padding: 0; 
}

img.screenshot {
	/* border:1px solid #e0e0e0; */
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

ol {
	margin-left: 20px;
}

img.badge {
	
	width: 200px;
	
}



img.inline-left {
	float: left;
	width: 200px;
}

img.inline-right {
	float: right;
	width: 200px;
}


h1 {	
	font-size: 30px;
	font: -apple-system-short-headline, 'sans-serif';
	font-weight: 700;
	line-height: 35px;
}

h2 {	
	font-size: 22px;
	font: -apple-system-short-headline, 'sans-serif';
}

header {

	text-align: center;
	margin: 0 auto;
	width: 900px;
	margin-top: 30px;
	margin-bottom: 30px;
}

section {
	margin: 0 auto;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

footer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	margin: 0 auto;
	width: 900px;
	color: #ececec;

}

footer.faq {
	color: black;
}

	.floatLeft {
		margin: 0 auto;
		text-align: left;
		float: left;
		width: 50%;
	}
	
	.floatRight {	
		margin: 0 auto;			
		text-align: right;
		float: right;
		width: 50%;
	}

	.headerImage {
		padding-top: 10px;
		padding-bottom: 10px;
		width: 500px;
	}

#imgCenter {
	justify-content: center;
}


#innerContainer {
	align: center;
	width:800;
	position:relative;
	margin: 40 auto;
}

h3 {
	font-size: .5em;
	color: gray;
}

#outerContainer {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}

#leftCol {
	padding: 40;
	float:left;
	width:20%;
	position:fixed;
	overflow:hidden;
}

#rightCol {
	margin: 20;
	margin-top: 40;
	padding-left: 20;
	float:left;
	width:60%;
	position:relative;
	left:25%;
	overflow:auto;	
    height: 100%;
}


@media screen and (max-width: 899px) {
	
	#innerContainer {
		width: 90%;
		margin: 20 auto;
	}
	
}

@media screen and (max-width: 600px) {
	body {		
		font-size: 1.2em;
		line-height: 1.4em;
	}
	
	img.screenshot {
		max-width: 300px;
	}
}



