.team .chatbox-label {
  background: green
}
.experimenter .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.team {
  color: green;
}
span.experimenter {
  color: yellow;
}
span.inducer {
  color.red;
}
span.teammate {
  color.blue;
}
span.adversary {
  color.orange;
}

.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;
}
