/* 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 {
	width: auto;
	height: auto;
	background: #000;
	color: #BDBDBD;
}
/* 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;
}


#container { 
	float: center;
	width: auto;
	height: 100%;
	position: relative;;
	font-family: Lato, Arial, sans-serif;
	text-align: center;
}

#container h1
{
	font-size: 3em;
	font-weight: 900;
	font-style: italic;
	padding: 5px;
}

#container h2
{
	font-size: 1.5em;
	font-weight: 400;
	font-style: bold;
	padding: 2px;
}

#container h3
{
	font-size: 1.25em;
	font-weight: 400;
	padding: 2px;
}

#container p
{
	font-size: 1em;
	font-weight: 300;
	padding: 0.5em;
	text-align: center;
	word-wrap:break-word;
}

#container a
{
	font-size: 1em;
	font-weight: 300;
	text-align: center;
	padding: 1em;
}

#container button, img, ul, ol, li, button
{
	float: center;
	padding: 5px;
}

/* #container img  
{
	float: left;
}

#container ul
{
	float: left;
	margin: 5px 0px;
}

#container li
{
	float: left;
	margin: 5px 0px;
} */

#top
{
	margin: 20px;
}

#refresh
{
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#results {
width: 150px;
height: 50px;
font-family: "Arial";
font-size: 14pt;
border-radius: 7px;
color: #666;
text-align: center;
}

#buttons
{
position: absolute;
float: center;
margin: 50px, 50px;
width: 150px;
height: 50px;
font-family: "Arial";
font-size: 14pt;
border-radius: 7px;
color: #666;
text-align: center;
}

.banButton {
margin: 10px 0px;
padding: 0;
width: 150px;
height: 50px;
border: 0;
font-family: "Arial";
font-size: 14pt;
font-weight: bold;
border-radius: 7px;
color: #666;
background: #FFBE1A;
text-align: center;
/* border-top: 1px solid #6DBCDB; */
}


.banButtonRed {
margin: 10px 0px;
padding: 0;
width: 150px;
height: 50px;
border: 0;
font-family: "Arial";
font-size: 14pt;
font-weight: bold;
border-radius: 7px;
color: #666;
background: #FF5454;
text-align: center;
/* border-top: 1px solid #6DBCDB; */
}
