html,body {
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

#mixer {
  height: 100%;
}

#topnav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 900;
  width: 100%;
}

#sidebartoggle {
  position: absolute;
  right: 0;
  top: 36px;
  z-index: 900;
  font-size: 11px;
  padding: 4px;
  padding-right: 10px;
  background-color: white;
  border: 1px solid #666956;
  font-weight: bold;
  color: white;
}

#sidebar {
  position: absolute;
  right: -1000px;
  top: 60px;
  bottom: 0;
  z-index: 900;
  width: 430px;
}
