<style>
/* STYLE */

.dialog_container {
  border: 2px solid #f67106;
  background-color: #fff;
  border-radius: 30px;
  padding: 16px;
  margin: 16px 0;
  font-size: 14px;
  font-weight : normal;
  font-family: Verdana;
}

.dialog_container10 {
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  font-family: Verdana;
  text-align: justify;
  text-justify: inter-word;
  word-wrap: break-word;
  padding: 0px;
  color: #151516;
  font-size: 16px;
}

.dialog_darker {
  border-color: #000;
  background-color: #4bd3b8;
}

.dialog_container::after {
  content: "";
  clear: both;
  display: table;
}

.dialog_container img {
  float: center;
  max-width: 150px;
  width: 50%;
  margin-right: 0px;
  border-radius: 50%;
}

.dialog_container img.right {
  float: right;
  margin-left: 0px;
  margin-right:0;
}

.dialog_time-right {
  float: right;
  color: #b3072b;
  font-size: 14px;
}

.dialog_time-left {
  float: left;
  color: #320465;
}
/* END STYLE */
</style>