html { overflow: hidden; }

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*font-family: Monospace;*/
  font-size: 13px;
  line-height: 20px;
  color: #333;
}

#info {
  text-align: center;
  position: absolute;
  top: 20px;
  width: 100%;
  padding: 5px;
  font-family: Monospace;
}

/* stats */
#fps, #ms { background: transparent !important; }
#fpsText, #msText { color: #777 !important; }
#fpsGraph, #msGraph { display: none; }

h1 {
  font-family: Raleway, sans-serif;
  margin-top: 0;
}

#clicked-id {
  font-family: Raleway, sans-serif;
  font-size: 30px;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

#summary {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 300px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: rgba(255,255,255,0.6);
  padding: 20px;
}

#summary h3 { margin-top: 0; }

#section-image {
  max-width: 100%;
  height: auto;
  border: 1px solid #aaa;
  border-radius: 4px;
}

@media (max-width: 800px) {
  #summary { display: none; }
}