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

/* end CSS reset */

body {
  font-family: arial;
  margin: 0;
  padding: none;
  background: #ffa600;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  font-size: 12pt;

  /* disable selection */
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

#buttons {
  display: inline-block;
  /* vertical-align: top; */
  margin-top: 50px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-weight: bold;
  color: rgb(120, 120, 120);
}

#status {
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
  margin-left: 20px;
  font-weight: bold;
  color: black;
}

#greyout { position: relative; text-align: center; color: black; }

#wam {
  /* 
  position: absolute; 
  */
  /* z-index: 9; */
  /* background-color: #f1f1f1; */
  /* border: 1px solid #d3d3d3; */
  text-align: center;
}

#wamheader {
  padding: 2px;
  cursor: move;
  z-index: 10;
  background-color: rgb(0, 86, 167);
  color: #fff;
}

a, u { text-decoration: none; }
a:link { color: #222; }
a:visited { color: #222; }
a:hover { color: black; }
a:active { color: #222; }
label  { color:#bbb; font-size:12px; }
select { background:#222; color:#eee; height:20px; margin-top:10px; cursor:pointer; }
img { pointer-events: none; } /*stops dragging imgs */

.pluginArea { margin-right: auto; margin-left: auto; margin-right: auto; display: block; outline:0; }
div.pluginArea { text-align: center; }
/* the canvas *must not* have any border or padding, or mouse coords will be wrong */
canvas.pluginArea { border: 0px none; background-color: rgba(0, 0, 0, 0); display: block; box-shadow: 10px 10px 5px rgba(0,0,0,0.3); }
.pluginInput { visibility:hidden }

* { -webkit-tap-highlight-color:rgba(0,0,0,0); }
