.panel-heading {
}

.panel-content {
  height: 0px;
  overflow: auto;
}
.panel-content[aria-expanded='true'] {
  height: auto;
}
