/* BASIK embed shell. The game engine and sprite sheet remain Chromium's. */
html,
body {
  overflow: hidden;
  background: #f7f7f7;
}

#messageBox,
#main-content {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.offline .interstitial-wrapper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  height: 180px;
  margin: 0;
  padding-top: 0;
}

.offline .runner-container {
  top: 15px;
  max-width: none;
}

.offline .runner-canvas {
  max-width: none;
}
