.faq_q_balloon {
  padding: 5px 0px 0px;
  position: relative;
  margin-bottom: 20px;
  clear: both;
}
.box {
  display: block;
  position: relative;
  background: #f2f2f2;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 2px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}

.balloon_triangle:after {
  content: '';
  position: absolute;
  border-top: 10px solid #ccc;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -10px;
  left: 50px;

}
.box:before{
  content:'Q';
  font-size: 150%;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: #80BC19;
  float: left;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
.mb40{
  margin-bottom: 40px;
}
span.marker{
  background-color: #FBE25B;
}
div.profile_photo{
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
}
div.profile_text{
  font-size: 90%;
  line-height: 1.6;
  margin: 0 30px 0 210px;
}
h5{
  height: 18px;
  font-size: 14px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 5px;
  background-color: #EFEBE8;
  border-left: 3px solid #80BC19;
  border-bottom: 1.5px dotted #80BC19;
}
.answer_photo{
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
}
.answer_text{
  font-size: 90%;
  line-height: 1.8;
  margin: 0 30px 40px 250px;
}
