html, body{
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background-color: black;
  color: white;
  font-size: 12px;
  font-family: Michroma, sans-serif;
}
#header {
    width: 100%;
    height: 40px;
    padding: 8px;
}
#cc, #video {
    position: absolute;
    top: 83px;
    bottom: 25px;
    left: 0;
    right: 0;
}
#video {
    display: none;
}
#video iframe {
    width: 100%;
    height: 100%;
}
#c {
  z-index: 1;
  display: none;
}

#header #social {
    position: absolute;
    right: 0;
    top: 32px;
}

#social > * {
  display: inline;
  opacity: 0.5;
}
#social > *:hover {
  opacity: 1.0;
}

#header > *{
  display: inline-block;
  vertical-align: baseline;
  color: #fff;
  opacity: 0.5;
}

#header > *:hover {
  opacity: 1.0;
}
#header a, #header a {
  color: #fff;
  text-decoration: none;
}

#header h1 {
  padding-right: 8px;
}

#menu {
    background-color: #333;
    padding: 4px 0;
}

#menu > span {
    padding: 0 8px;
}

.ghost, .fullscreen, .wireframe, .hq.active, .lq.active {
    cursor: pointer;
    text-decoration: underline;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  color: white;
  opacity: 0.5;
  padding-left: 8px;
}
#footer:hover {
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  text-shadow: white 0 0 5px;
}

#loading {
  font-size: 2em;
  line-height: 2em;
  padding: 1em;
}
#loading .status {
  font-family: Monospace, mono-space;
  letter-spacing: 0.3em;
}


#debug {
    z-index: 200;
    position: absolute;
    right: 50px;
    top: 50px;
    width: 200px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

#perfhub {
    display: none;
    position: absolute;
    z-index: 300;
    top: 82px;
    right: 0px;
    background-color: black;
}
