.kcdoc DIV.responsive {
  position: relative;
}

.kcdoc DIV.responsive>IMG {
  width: 100%;
  height: auto;
  display: block;
}

.docSectionHeader {
  margin: 0px;
  padding: 4px;
  padding-left: 20px;
  cursor: pointer;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  list-style: none;
  background: url(../../assets/kbase/img/opener_closed.png) left center no-repeat #D5d5d5;
}

.docSection[open]>.docSectionHeader {
  background: url(../../assets/kbase/img/opener_opened.png) left center no-repeat #D5d5d5;
}

.docSectionBody {
  font-size: 15px;
  padding: 4px;
}
.documentContent {
  display: block;
}