@charset "UTF-8";

.deta_detail {
  font-weight: normal;
  background-color: #fff !important;
}

.question:before {
    content: "Q.";
    position: absolute;
    left: 10px;
}

.answer:before {
    content: "A.";
    position: absolute;
    left: 12px;
}