body{
  margin: 0;

  overflow: hidden;
  background-image: url('../bg.jpg');
}

#safariChrome{
  display: none;
}
#notSafariChrome{
  display: none;
  font-family: monospace;
  font-size: 2em;
}

#mobile{
  display: block;
  font-family: monospace;
  font-size: 2em;

}
#mobile img{
  width: 2em;
  margin-bottom: -0.5em;
}

input{
  margin: 2px 1px;
  width: 14px;
  height: 14px;


}
#boxes{
  font-size: 0;
}

.otherCursor{
  position: absolute;
  pointer-events:none;
  top:0;
  left:0;
  width: 26px;
  height: 26px;
  margin-left: -6px;
  margin-top: -5px;
}
.otherCursor img{
  width:100%;
}


#infobox{
  height: 19px;
  width: 100%;
  background-color: black;
  position: fixed;
  left: 0;
  bottom:0;
}
#count{
  color: white;
  font-family: monospace;
  margin:0;
  padding-left: 5px;
  display: inline-block;
  float: left;
}
#leonlink{
  float: right;
  display: inline-block;
  font-family: monospace;
  font-size: 1.2em;
  margin-top:-5px;
  text-decoration: none;
}
