@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400);
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,
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  ms-user-select: none;
  user-select: none;
}
ul {
  list-style-type: none;
}
html,
body {
  font-family: 'Open Sans', sans-serif;
}
div.content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
div.content div.answers {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  margin-bottom: 30px;
}
div.content li {
  padding: 5px;
}
div.content p {
  margin-bottom: 1em;
}
div.content div.controls {
  height: 30px;
  position: relative;
}
div.content div.controls button {
}
div.content div.controls button.next {
  cursor: pointer;
}
div.content div.controls button.back {
  cursor: pointer;
}
div.content div.display {
  position: relative;
  width: 900px;
  height: 300px;
  margin-bottom: 25px;
}
div.content div.display canvas {
  width: 900px;
  height: 300px;
  position: absolute;
  top: 0px;
  left: 0px;
}
div.content div.display canvas.labels {
  pointer-events: none;
}
div.content div.display img {
  position: absolute;
  top: 130px;
  left: 150px;
  width: 40px;
  height: 20px;
}
div.content div.time span.display {
  font-weight: bold;
}
div.content div.time span.on,
div.content div.time span.off {
  cursor: pointer;
   color: #A9E2F3;
}
div.content img.result {
  width: 12px;
  height: 12px;
  display: none;
}
div.content span.reset {
  cursor: pointer;
  font-weight: bold;
  color: #A9E2F3;
}
div.error {
  width: 500px;
  height: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -150px;
  border: 1px solid black;
  background-color: #ddd;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px;
}
div.error h1 {
  font-size: 20px;
}
div.choose {
  margin: 60px 0px 45px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}  
div.question {
  font-size: 16px;
  color: #FFF!important;
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  margin-top: -2px;
}
div.time {
  font-size: 16px;
  color: #FFF!important;
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  margin-top: -2px;
}
div.summary {
padding: 15px 0px;
}