.message_container {
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
  margin-left: 20px;

  overflow: hidden;
  word-wrap: break-word;
}

/* Darker chat container */
.message_darker {
  border-color: #ccc;
  background-color: #ddd;
}

/* Clear floats */
.message_container::after {
  content: "";
  clear: both;
  display: table;
}

/* Style images */
.message_container img {
  float: left;
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
  border-radius: 50%;
}

/* Style the right image */
.message_container img.right {
  float: right;
  margin-left: 20px;
  margin-right:0;
}

/* Style time text */
.message_time-right {
  float: right;
  color: #aaa;
}

/* Style time text */
.message_time-left {
  float: left;
  color: #999;
}
