#tblChat {
    width: 100%;
  }
  
  .trChatRow {
    vertical-align: top;
    display: flex;
    width: 50vw;
  }
  
  .tdChatWindows {
    width: 100%;
  }
  
  #divChatWindows {
    margin-left: 10px;
  }
  
  
  /* generated elements */
  .closeChatWindow {
    float:right;
    display:inline-block;
    padding:2px 5px;
    border-color: #F2F5A9;
    border-style: solid;
    border-width: 1px;
    margin-right: 5px;
  }
  
  .closeChatWindow:hover {
    float:right;
    display:inline-block;
    padding:2px 5px;
    color:#fff;
    border-color: #F2F5A9;
    border-style: solid;
    border-width: 3px;
    font-weight: bolder;
  }
  
  .chatChannels {
    -webkit-padding-start: 0px;
    list-style: none;
  }
  
  .liChatChannel {
    color: #ffffff;
    background-color: #7aad37;
    border-color: #000000;
    border-style: solid;
    border-width: 2px;
    /*------------------------------*/
    /* NOTE: POSSIBLE ADJUSTMENT */
    /* original:   */
    width: 120px;
    font-size: 14px;
    /* alternate:
    width: 40px;
    font-size: 9px;
    */
    /*------------------------------*/
    margin-top: 2px;
  }
  
  .liSelected {
    background-color: #527425;
    color: #F2F5A9;
  }
  
  .liDisabled {
      pointer-events: none;
      color: #e6e6e6;
      background-color: #8c8c8c;
  }
  
  .liChatChannel-Flash {
    color: #000000;
    border-color: #bfbfbf;
    background-color: #d0e7b1;
  }
  
  .chatSendBar {
    display: inline;
  }
  
  .chatSendContainer {
    overflow: auto;
    display: block;
    margin-left: 3px;
    margin-right: 3px;
  }
  
  .chatSendField {
    overflow: auto;
    width: 100%;
    border: 2px solid black;
  }
  
  .sendChat {
    float: right;
    margin-left: 2px;
    margin-right: 2px;
  }
  
  .divChatWindow {
    /*------------------------------*/
    /* NOTE: POSSIBLE ADJUSTMENT */
    /*//width: 98%; - commented out in original and no width, height set in original */
    /* alternate set width, height or both */
    width: 400px;
    /*height: 500px; */
    /*------------------------------*/
  }
  
  .divChatHeader {
      background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
      background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);
  
      background-color:#ff7f00;
      border:0px solid #ffa856;
      text-align:center;
      border-width:0px 0px 1px 1px;
      font-size:14px;
      font-family:Arial;
      font-weight:bold;
      color: #ffffff;
      line-height: 1.42857143;
      height: 33px;
  }
  
  .chat-panel {
    border: 2px solid #000000;
    margin-left: 2px;
  }
  
  .chat_content {
    margin: 0;
    padding: 0;
  }
  
  .cc_wrapper {
    /*------------------------------*/
    /* NOTE: POSSIBLE ADJUSTMENT */
    /* height: 270px; */
    height: 470px; 
    /*------------------------------*/
    overflow: auto;
  }
  
  
  .chat_content > li {
    list-style: outside none none;
    padding: 3px;
    border-radius: 3px 5px;  
    word-wrap: break-word;
  }
  
  .c_you {
    margin: 0 0 2px 14px;
    background-color: #ACD7E6;
  }
  
  .c_oth {
    margin: 0 14px 2px 0;
    background-color: #f4fc0f;
  }
  
  .chatPreFocusPrompt {
      font-size: 14px;
      font-family: Arial;
      font-style: italic;
      color: #cfd2d6;
  }
  