.jupyter-wrapper .highlight pre,
pre.highlight,
.md-typeset pre > code {
    font-size: small;
    margin: 0;
}

.jupyter-wrapper .jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-InputPrompt {
    display: none;
}
.jupyter-wrapper .jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-OutputPrompt {
    display: none;
}

.jupyter-wrapper{
    all: unset;
}
.jp-Notebook {
    all: unset;
}

/* Normalize old Jupyter classes if any slipped through */
div.highlight-ipynb.hl-python { all: unset; }
