.chat-box {
    position:fixed;
    right: 80px;
    bottom:20px;
    z-index: 10;
}
.chat-closed {
    background: transparent;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    border:0;
    color: transparent;
    cursor: pointer;
}
.chat-header {
    -webkit-box-flex: 0;
      -ms-flex: 0 1 45px;
          flex: 0 1 45px;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 10px 10px 50px;
}
.box{
    width:10px;
    height:10px;
    background:transparent;
    float:left;
    position:relative;
    top: 11px;
    left: 10px;
}
.hide {
    display:none;
}