#litmus-chat {
  display: none;
}

.team .chatbox-label {
  background: green
}
.experimenter .chatbox-label, .all .chatbox-label {
  background: yellow;
}
.inducer .chatbox-label {
  background: red;
}
.teammate .chatbox-label {
  background: blue;
}
.adversary .chatbox-label {
  background: orange;
}
.explayer .chatbox-label {
  background: green;
}

span.me {
  color: blue;
}
span.inducer {
  color: red;
}
span.player {
  color: green;
}

.all .chatbox-input {
  width: 60em;
}

.team .chatbox-text, .team .chatbox-input {
  width: 30em;
}

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

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

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