
body {
  background-color: white;
  color: black;
  font-family: Verdana;
  background-image: url(spinner.gif);
  background-repeat: no-repeat;
  background-position: center;
}

#messagesContainer {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#messages {
  position: fixed;
  top: 15px;
  bottom: 50px;
  left: 20px;
  right: 0;
  overflow-y: scroll;
}

.messageName {
  color: #A9A9A9;
  width: 100px;
  text-align: right;
}

#controls {
  position: fixed;
  bottom: 0px;
  padding: 10px;
}

#controls input {
    font-size: 20px;
}
