/* Chat containers */
.container {
  background-color: #4e3a26;
  padding: 10px;
  margin: 10px 0;
}

/* Darker chat container */
.darker {
  background-color: #715c47;
}

/* Clear floats */
.container::after {
  content: "";
  clear: both;
  display: table;
}

/* Style images */
.container img {
  float: left;
  max-width: 90px;
  width: 100%;
  margin-right: 20px;
border-radius: 50px;
}

/* Style the right image */
.container img.right {
  float: right;
  margin-left: 20px;
  margin-right:0;
}

/* Style time text */
.time-right {
  float: right;
  color: #b3a682;
}

/* Style time text */
.time-left {
  float: right;
  color: #b3a682;
}