.dnnFAQs .categoryList {
  padding: 0 20px 0 5px;
}
.dnnFAQs .categoryList label {
  vertical-align: middle;
  white-space: nowrap;
  padding: 2px 10px 2px 2px;
}
.dnnFAQs .categoryList input[type=checkbox] {
  vertical-align: middle;
}
.dnnFAQs .categoryList ul li {
  list-style-type: none;
  padding: 5px 10px 5px 5px;
}
.dnnFAQs .RadListBox {
  width: auto !important;
}
.dnnFAQs .rlbItem {
  white-space: nowrap;
}
.dnnFAQs .rlbItem > span {
  white-space: nowrap !important;
  padding: 3px;
}
.dnnFAQs .dnnLabel {
  width: auto;
}
.faqsList > span {
  margin-bottom: 3px;
  display: block;
  font-size: 16px;
  position: relative;
}
.faqsList > span .admincontrols {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  margin-left: 10px;
  display: none;
}
.faqsList > span:hover .admincontrols {
  display: inline-block;
}
.faqsList > br {
  display: none;
}
.faqsList .faq_Q > a {
  padding: 0.5em 0;
  display: block;
  text-decoration: none;
  font-weight: bold;
}
.faqsList .faq_Q > a::before {
  content: '\f0da';
  font-family: 'fontawesome';
  padding: 0 0.5em 0 0;
}
.faqsList .faq_Q > a:hover {
  color: #666;
}
.faqsList .faq_Q > a:hover::before {
  color: #444;
}
.faqsList .faq_A {
  width: auto;
  padding-left: 10px;
  border-left: solid 1px #ccc;
  margin-left: 10px;
}
