
.wschatActiveLabel {
    float:left;margin-right:10px;
    cursor:pointer;
}

.wschatActiveLabelItem {
    border-radius: 4px;
    padding:4px 7px;						
    background-color:#0206c9;
    border:#010397 1px solid;
    cursor:pointer;
}

.wschatBubbleClient {
    float:right;
    position: relative;
    border-radius: 7px;
    padding: 10px;
    width: 65%;
    background-color: #D9FDD3;/* #84ca7e;*/
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;
    margin-right:10px;
    border-bottom: #97ac92 1px solid;
}

.wschatBubbleSelf {
    float:left;
    position: relative;
    border-radius: 7px;
    padding: 10px;
    width: 65%;
    background-color: #f8f8f8;
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;    
    margin-left:10px;
    border-bottom: #a6a6a6 1px solid;
}

.wschatBoxDialog {
    height:250px;
    min-height: 250px;
    overflow-y: scroll;
    border: #c0c0c0 1px solid;
    background-color: #cbdaca;
    padding-top: 10px;
    padding-bottom: 5px;
}

.wschatBubbleTimestamp {
    margin-left:15px;
    float:right;
    color:#808080;
    font-size:10px; 
    margin-bottom: -5px;   
}

.wschatBoxEntry {
    height: 20px;
    bottom: 0;
    position: relative;
}

.box3 {
    width: 65%;
    margin: 50px auto;
    border-radius: 15px;
    /*background: #00bfb6;*/
    background: #84ca7e;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-weight: 900;
    font-family: arial;
    position: relative;
  }
  
  
  /* speech bubble 13 */
  
  .sb13:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    /*border-left: 15px solid #00bfb6;*/
    border-left: 10px solid #D9FDD3;/* #84ca7e;*/
    border-right: 10px solid transparent;
    border-top: 10px solid #D9FDD3;/* #84ca7e;*/
    border-bottom: 10px solid transparent;
    right: -11px;
    top: 0px;
  }
  
  
  /* speech bubble 14 */
  
  .sb14:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid #f8f8f8;
    border-top: 10px solid #f8f8f8;
    border-bottom: 10px solid transparent;
    left: -11px;
    top: 0px;
  }