/**
 * This rule is here to avoid the scrollbar appearing when this
 * is not hosted on ReadTheDocs
 */
 #rtd-footer-container {
    display: none;
}
