/* Hide hieararchy overview, we don't have actual subclassing and the only we have is not meant to be exposed */
.tsd-hierarchy,
/* Hide "Inherited from KeenASRBase.xxx" comments, same reason as above */
.tsd-sources {
  display: none;
}
