/*
* ------------------------------------------------------------------------
* Alters the default "section-header" styling to better interact with
* the "toc_filter" module's injected elements.
* ------------------------------------------------------------------------
*/

.section-header {
    justify-content: normal;
}

.back-to-top {
    padding: 9px;
    font-size: small;
}

a.back-to-top:nth-of-type(odd) {
  display: none;
}

/* Show last */
a.back-to-top:last-of-type {
  display: inline;
}

a.back-to-top + h2 {
	margin-top: 1.8em;
}