body {
  margin: 0;
  overflow: hidden;
  background-color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #fff;
  line-height: 3ex; }
  body a {
    color: #fff;
    font-style: italic; }
  body > div.container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    pointer-events: none; }

.overlay {
  background-color: transparent;
  position: absolute;
  z-index: 20;
  text-align: right;
  pointer-events: all;
  visibility: hidden;
  opacity: 0; }

.bottomLeft {
  left: 10px;
  bottom: 10px; }

.bottomRight {
  right: 10px;
  bottom: 10px; }

