/* Hide "On GitHub" section from versions menu */
div.rst-versions > div.rst-other-versions > div.injected > dl:nth-child(4) {
    display: none;
}

body section {
    text-align: justify;
}

.wy-breadcrumbs {
    display: flex ;
}