body {
  background: #ddd;
}

a:link, a:visited, a:hover, a:active {
  color: white;
}

.hint-hide, .hint-show {
  font-family: sans-serif;
  background-color: black;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 5px 10px;
  opacity: 0.75;
}

.hint-show {
  opacity: 1;
}

.analysis {
  width: 1px;
  height: 1px;
  visibility: hidden;
  display: none;
}

/*# sourceMappingURL=play.css.map */
