section {
    font-size: 18px;
    text-align: left;
    margin-top: 20px;
}
section div {
  max-width: 255px;
  word-wrap: break-word;
  margin-bottom: 10px;
  line-height: 24px;
}

.clear {
  clear: both;
  margin-bottom: 0px;
}

.from-me {
  position: relative;
  padding: 10px 20px 0px 20px;
  color: white;
  background: #0B93F6;
  border-radius: 25px;
  float: right;
}

.from-them {
  position: relative;
  padding: 10px 20px;
  background: #E5E5EA;
  border-radius: 25px;
  color: black;
  float: left;
}
