﻿.msg {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden; }

.msg .bubble {
  float: left;
  max-width: 75%;
  width: auto;
  height: auto;
  display: block;
  background: #ebebeb;
  border-radius: 5px;
  position: relative;
  margin: 10px 0 3px 25px;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2); }

.msg .bubble.alt {
  margin: 10px 25px 3px 0px;
  background: #DCF8C6;
  float: right; }

.msg .bubble.follow {
  margin: 2px 0 3px 25px; }

.msg .bubble.altfollow {
  margin: 2px 25px 3px 0px;
  background: #DCF8C6;
  float: right; }

.msg .bubble .txt {
  padding: 8px 0 8px 0;
  width: 100%; }

.msg .bubble .txt .name {
  font-weight: 600;
  font-size: 14px;
  display: inline-table;
  padding: 0 0 0 15px;
  margin: 0 0 4px 0;
  color: #3498db; }

.msg .bubble .txt .name0 {
  color: #35cd96 !important; }

.msg .bubble .txt .name1 {
  color: #3498db !important; }

.msg .bubble .txt .name2 {
  color: #db5ec2 !important; }

.msg .bubble .txt .name3 {
  color: #91ab01 !important; }

.msg .bubble .txt .name4 {
  color: #e69f73 !important; }

.msg .bubble .txt .name5 {
  color: #6bcbef !important; }

.msg .bubble .txt .name6 {
  color: #dfb610 !important; }

.msg .bubble .txt .name7 {
  color: #fd85d4 !important; }

.msg .bubble .txt .name8 {
  color: #bd88eb !important; }

.msg .bubble .txt .name9 {
  color: #b04632 !important; }

.msg .bubble .txt .name span {
  font-weight: normal;
  color: #b3b3b3;
  overflow: hidden; }

.msg .bubble .txt .name.alt {
  color: #2ecc51; }

.msg .bubble .txt .message {
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px 0 15px;
  margin: auto;
  color: #2b2b2b;
  display: table; }

.msg .bubble .txt .timestamp {
  font-size: 11px;
  margin: auto;
  padding: 0 15px 0 0;
  display: table;
  float: right;
  position: relative;
  text-transform: uppercase;
  color: #999; }

.msg .bubble .bubble-arrow {
  position: absolute;
  float: left;
  left: -11px;
  top: 0px; }

.msg .bubble .bubble-arrow.alt {
  bottom: 20px;
  left: auto;
  right: 4px;
  float: right; }

.msg .bubble .bubble-arrow:after {
  content: "";
  position: absolute;
  border-top: 15px solid #ebebeb;
  border-left: 15px solid transparent;
  -ms-border-radius: 4px 0 0 0px;
  border-radius: 4px 0 0 0px;
  width: 0;
  height: 0; }

.msg .bubble .bubble-arrow.alt:after {
  border-top: 15px solid #DCF8C6;
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.msg .bubble .atasament-mesaj-curent {
  font-size: 14px; }
