body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  display: table;
  content: "";
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
#page-faq {
  padding-top: 4em;
  font-size: 0.75em;
  color: #bdbdbd;
}
#page-faq fieldset {
  width: auto;
  margin: 0;
  background-color: transparent;
}
#page-faq fieldset label::after {
  content: '';
}
#page-faq div.faq {
  margin: .8em auto;
  max-width: 1000px;
}
#page-faq div.faq .target {
  display: none;
}
#page-faq div.faq input {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  display: none \9;
  margin: 0;
  width: 100%;
  height: 36px;
}
#page-faq div.faq label,
#page-faq div.faq fieldset label {
  line-height: 1em;
  font: inherit;
  float: none;
  width: auto;
  min-width: 0px;
  padding: 0;
  display: block;
  position: relative;
  transition: border-bottom-width .35s linear;
}
#page-faq div.faq label::before,
#page-faq div.faq fieldset label::before {
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -6px;
}
#page-faq div.faq label + .target,
#page-faq div.faq fieldset label + .target {
  display: block;
  height: 0;
  max-height: 0px;
  margin: 0;
  padding: 0;
  transition: max-height 1.5s linear;
  overflow: hidden;
}
#page-faq div.faq input[type=radio]:checked~.target,
#page-faq div.faq input[type=checkbox]:checked~.target {
  height: auto;
  max-height: 99999999px;
  transition: max-height 1.5s linear;
}
#page-faq a {
  color: #bdbdbd;
}
#page-faq a:hover {
  color: #ffffff;
}
#page-faq table.dns-settings {
  border: 1px solid #6f6f6f;
}
#page-faq table.dns-settings tr:nth-child(odd) {
  background-color: #1b1b1b;
}
#page-faq table.dns-settings tr td {
  padding: 0.3em;
}
#page-faq table.dns-settings tr td:first-child {
  color: #ededed;
}
#page-faq div.faq-category {
  background-color: #1b1b1b;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
#page-faq div.faq-category label {
  padding: 0 1%;
}
#page-faq div.faq-category label.category-title {
  line-height: 40px;
  font-size: 100%;
}
#page-faq div.faq-questions {
  -webkit-margin-start: 0px;
  background-color: #303030;
}
#page-faq .faq-section {
  margin: 0;
  padding: 8px;
  font-family: Arial, Helvetica, sans-serif;
  height: auto;
}
#page-faq .faq-section .target {
  display: none;
}
#page-faq .faq-section input {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  display: none \9;
  margin: 0;
  width: 100%;
  height: 36px;
}
#page-faq .faq-section label,
#page-faq .faq-section fieldset label {
  line-height: 1em;
  font: inherit;
  float: none;
  width: auto;
  min-width: 0px;
  padding: 0;
  display: block;
  position: relative;
  transition: border-bottom-width .35s linear;
}
#page-faq .faq-section label::before,
#page-faq .faq-section fieldset label::before {
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -6px;
}
#page-faq .faq-section label + .target,
#page-faq .faq-section fieldset label + .target {
  display: block;
  height: 0;
  max-height: 0px;
  margin: 0;
  padding: 0;
  transition: max-height 1.5s linear;
  overflow: hidden;
}
#page-faq .faq-section input[type=radio]:checked~.target,
#page-faq .faq-section input[type=checkbox]:checked~.target {
  height: auto;
  max-height: 99999999px;
  transition: max-height 1.5s linear;
}
#page-faq .faq-section:not(:first-child) {
  border-top: 1px dashed rgba(255,255,255,0.2);
}
#page-faq .faq-section ul,
#page-faq .faq-section ol {
  margin-left: 2.5em;
}
#page-faq .faq-section .faq-answer {
  line-height: 1.3em;
}
#page-faq .faq-section .faq-answer p {
  margin-top: .8em;
}
#page-faq .faq-section label {
  line-height: 1.3em;
  font-weight: normal;
  color: #ffffff;
  margin: 0 1%;
}
#page-faq .faq-section input[type=radio] {
  display: none;
}
#page-faq .faq-section input[type=radio]:checked {
  display: block;
}
#page-faq .faq-section input[type=radio]:checked~label {
  border-bottom: 0.2em solid #4ad5c0;
  padding-bottom: 5px;
}
#page-faq .faq-section input[type=radio]:checked~label + .target {
  margin: 0 1%;
  padding: 1px 1%;
  background: #000;
}
