body {
  margin: 0;
  padding: 0;
}

#chat_messages {
  border: 1px solid black;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 80px;
  width: 30%;
  overflow-y: scroll;
}

.chat_input {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 30%;
}

#twitch {
  position: absolute;
  top: 0px;
  bottom: 80px;
  left: 0px;
  right: 30%;
}

#toolbox {
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  height: 80px;
  left: 80px;
  right: 30%;
  overflow-x: scroll;
  overflow-y: hidden;
}

#toolbox button {
  vertical-align: top;
  text-align: center;
}

#balance {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
}
