.SP_FAQQuestion h3:before {
  content: "Q: ";
  font-weight: bold;
  color: #ffffff;
  padding: 2px 4px 2px 4px;
  background-color: rgba(195, 84, 84, 0.59);
  border-radius: 3px;
  margin: 0px 10px 0px 9px;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
}
.SP_FAQQuestion h3 {
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
}
.SP_FAQAnswer p:first-child:before {
  content: "A: ";
  color: #ffffff;
  font-weight: bold;
  padding: 1px 1px 1px 3px;
  background-color: rgba(56, 152, 56, 0.5);
  border-radius: 3px;
  margin-right: 10px;
  margin-left: -30px;
}
.SP_FAQAnswer {
  font-weight: normal;
  color: #808080;
  margin: 0px 20px 20px 40px;
  padding-bottom: 14px;
  line-height: 18px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
