/**
 * Copyright (C) 2016 Raytheon BBN Technologies, All Rights Reserved.
 *
 * This software was developed pursuant to Prime Contract Number
 * 2016-16031100003 with the US Government.
 *
 * This software does not contain technology or technical data controlled
 * under either the U.S. International Traffic in Arms Regulations or the
 * U.S. Export Administration regulations.
 *
 */
 
#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;
}
