
.topic {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: solid 1px #cfcfcf;
}

.open {
  cursor: pointer;
  display: block;
  padding: 0px;
}

.open:hover {
  opacity: 0.7;
}

.expanded {
  background-color: #f5f5f5;
  transition: all .3s ease-in-out;
}

.ptag {
  display: none;
}

.question {
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
}

.answer {
  font-size: 16px;
  line-height: 26px;
  display: none;
  margin-bottom: 15px;
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}
.search .answer {
    display:block;
}

.faq-t {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  float: right;
  position: relative;
  top: -30px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-left: 2px solid #777;
  border-bottom: 2px solid #777;
  transition: all .3s ease-in-out;
}

.faq-o {
  top: -30px;
  -moz-transform: rotate(-224deg);
  -ms-transform: rotate(-224deg);
  -webkit-transform: rotate(-224deg);
  transform: rotate(-224deg);
}

@media only screen and (max-width: 480px) {
  .faq-t {
    /*display: none;*/
  }
  .question {
    padding-right: 20px;
  }
  main {
    padding: 10px;
  }
  .answer {
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}