#faq-anchor {
  min-height: 200px;
  height: auto;
  -webkit-transition: transform 0.1s ease-in-out;
  -moz-transition: transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
}

#faq-anchor h3 {
  display: block;
  margin: 20px auto;
}

#faq-anchor * {
  text-align: center;
}

#faq-sections-anchor {
  margin: 10px 0 20px;
  width: 100%;
}

.faq-section {
  display: inline-block;
  background-color: #363636;
  color: white;
  border-radius: 3px;
  padding: 10px;
  margin: 2px 4px;
  font-size: 14px;
  -webkit-transition: transform 0.1s ease-in-out;
  -moz-transition: transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
}

.faq-section.selected {
  background-color: #cce802 !important;
}

.faq-section:hover {
  cursor: pointer;
  transform-origin: center;
  transform: scale(1.1);
}

#faq-content-anchor {
  width: 50%;
  min-width: 800px;
  max-width: 1200px;
  margin: 30px auto 50px;
  box-shadow:0px 1px 4px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05);
}

#faq-content-anchor * {
  text-align: left;
}

#faq-content-anchor h6 {
  font-weight: 600;
  margin-top: 5px;
}

#faq-content-anchor h6:before {
  content: "— ";
}

#faq-content-anchor p {
  text-align: justify;
  margin-left: 20px;
}

#faq-content-anchor a {
  color: #cdea00;
}

@media screen and (max-width: 800px) {
  #faq-content-anchor {
    width: 95%;
    min-width: 200px;
  }

  .faq-section {
    font-size: 12px;
    padding: 10px;
  }

  #faq-content-anchor p {
    margin-left: 0;
  }
}
