dl.std.clicmd dt {
    /* background: #EEE; */
    background: var(--color-background-secondary);
    padding: 6px;
    margin: 20px 0;
    padding-left: 40px;
}

dl.std.clicmd .sig-name {
    font-size: 1em;
    color: rgb(0, 77, 255);
}

/* Hide "On Read the Docs" section from versions menu */
div.rst-versions > div.rst-other-versions > dl:nth-child(3) {
    display: none;
}

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

/* Hide "Documentation hosted by Read the Docs" section from versions menu */
div.rst-versions > div.rst-other-versions > hr {
    display: none;
}
div.rst-versions > div.rst-other-versions > div {
    display: none;
}