
.chatbro_header .chatbro_title {
  font-size: 13px;
  font-weight: 700;
  margin: 0 5px;
  padding: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: right;  /*  left */
}





.chatbro_message_date {

    display: none;
    
}


/*-------- как будет выглядеть админ в чате....... ------     */


.chatbro_message_admin {
  color: #8ac547;
  opacity: 1 !important;
  border-radius: 3px !important;
}

.chatbro_message_admin::before {
  content: "АДМИН" !important;
}

