/* Css stylesheet for custom builds. If adding more content change the numbers accordingly */

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

/* Remove html link from versions menu */
div.rst-versions > div.rst-other-versions > div.injected > dl:nth-child(3) > dd:nth-child(3) {
    display: none;
}

/* Remove revision number from the page */
span.commit {
	display: none;
}

img.border {
    border: 1px solid #6ab0de;
}