#litmus-chat {
  display: none;
}

.width-extrawide {
  width: 60em;
}

.width-wide {
  width: 30em;
}

.width-normal {
  width: 15em;
}

.chatbox-text, .chatbox-input {
  overflow-y: auto;
}

.chatbox-text {
  height: 10em;
}
.chatbox-input {
  height: 3em;
}

#litmus-chat td {
  border: 1px solid black;
  padding: 2px;
}
