/* Hide jupyter notebook cell numbers in the docs */
div.nbinput .prompt,
div.nboutput .prompt {
    display: none;
}

.bd-header-announcement__content {
    width: 100%;
}