.chat-message {
  margin: 20px;
  clear: both;
}
.chat-end {
  clear: both;
}
.message-bubble {
  float: inherit;
  padding: 10px;
  position: relative;
}
.message-bubble:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  margin-left: -10px;
  margin-bottom: -10px;
}
.message-bubble-container {
  float: inherit;
  position: relative;
}
.message-character {
  float: inherit;
}
.message-character-cell {
  vertical-align: bottom;
}
.message-end {
  clear: both;
}
.message-line-even {
  float: left;
}
.message-line-even .message-character {
  margin-left: 20px;
}
.message-line-even .message-bubble:after {
  right: 40px;
}
.message-line-odd {
  float: right;
}
.message-line-odd .message-character {
  margin-right: 20px;
}
.message-line-odd .message-bubble:after {
  left: 40px;
}