/* Set headings to display next to the details element dropdown */
summary > h1, summary > h2, summary > h3 {
  display: inline;
}
/* Indent module subsections (they are details elements in the module's details element) */
details > details{
  padding-left: 20px;
}

