
/* CSS for readthedocs theme */

/* remove duplicate module nav item on the top of each module members list */
body > div.wy-grid-for-nav > nav > div > div.wy-menu.wy-menu-vertical > ul.current > li.toctree-l1.current > ul > li:nth-child(1) > a {
    display: none;
}

/* CSS for custom changes */

/* hide all elements preceded by <div class="hide-next-element"></div> in the original markdown */
.hide-next-element + * {
    display: none;
}
