.balloon_l,
.balloon_r{
  margin: 30px 0;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.balloon_r{
  justify-content:flex-end;
}
.faceicon img{
  width: 80px;
  height: auto;
}
.balloon_r .faceicon{
  margin-left:25px;
}
.balloon_l .faceicon{
  margin-right:25px;
}
.balloon_r .faceicon{
  order:2 !important;
}
.says {
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.5;
  word-break: break-all;
}
.says p{
  margin:8px 0 0 !important; 
}
.says p:first-child{
  margin-top:0 !important;
}
.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
}
.balloon_l .says:after {
  left: -26px;
  border-right: 22px solid white;
}
.balloon_r .says:after {
  right: -26px;
  border-left: 22px solid #85e249;
}
.says_l_color {
  color: black;
  background-color: white;
}
.says_r_color {
  color: black;
  background-color:#85e249;
}
.delete_button {
	position: fixed;
	bottom: 40px;
	right: 20px;
}
.top_button {
	width: 100%;
}
.bottom_button {
	width: 100%;
}
