body {
	background-color: #aaaaaa;
	font-family: 'roboto light', helvetica, arial, sans-serif;
	font-size: 11pt;
}

h1,h2,h3,p {
	font-weight: normal;
	text-align: center;
}

h1,h2,h3 {
	margin: 0.5em;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

p {
	margin-left: 3%;
	margin-right: 3%;
}

ul {text-align:left;}

a.headerlink:link{text-decoration:none;}
a.headerlink:visited{color:white;}
a.headerlink:hover{color:white;}
a.headerlink:active{color:white;}

#banner {
	margin: 1.1rem 0;
	text-align: center;
	color: steelblue;
	font-size: 1.4rem;
    font-weight: bold;
	text-transform: uppercase;
}

.support {
	color:black;
}

.wscl_page {
	max-width: 728px;
	margin-left: auto;
	margin-right: auto;
}

.wscl_page_content {
	margin: 0pt;
	width: 100%;
}

.wscl_page_panel {
	margin: 40px 0;
	padding: 30px;
	-webkit-box-shadow: 5px 5px 15px 3px rgba(0,0,0,0.3);
	/* -moz-box-shadow: 5px 5px 15px 3px rgba(0,0,0,0.3); */
	box-shadow: 5px 5px 15px 3px rgba(0,0,0,0.3);
	background-color: rgb(225, 225, 225)
}

.wscl_footer {
	margin-top: 10pt; 
	border: 0; 
	border-spacing: 0px;
	font-size: 10.5pt;
	text-align: center;
	max-width: 550px;
	margin: auto;
}

img.photo { 
	border: thick solid grey;
	vertical-align: middle;
	max-width: 80%; 
}

img.screen_shot { 
	vertical-align: middle;
	max-width: 90%; 
}

img.tagline { 
	max-width: 1.75in; 
}

@media screen and (max-width: 800px) { /* max content width */
	.wscl_page_panel {
		margin: 3mm;
		padding: 2mm;
	}
}

/* Smartphones (detection heuristic, not guaranteed). */ 
@media screen and (max-device-width: 420px) and (max-device-height: 840px) {
	.wscl_page_panel {
		margin: 3mm;
		padding: 2mm;
	}
}
