html
{
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#pointer
{
  top: 50%;
  left: 50%;
  margin: -64px 0 0 -32px;
  position: absolute;
  -moz-transform-origin: 50% 50%;
} 
 
#distance
{
  top: 50%;
  left: 0;
  margin-top: 100px;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 2em;
  font-family: Courier, monospace;
  font-weight: bold;
}

.onGPS
{
  display:none;
}

button.onGPS
{
  width: 45%;
  height: 3em;
  margin: 2%;
}

#get-location
{
  float: right;
}