/* TODO: fix */
a[title="Download Notebook"] {
    display: none;
}

/* notebook formatting */

.jp-CodeMirrorEditor.jp-Editor.jp-InputArea-editor {
    border: none;
    border-radius: 0.3em;
}

.jp-InputPrompt.jp-InputArea-prompt,
.jp-OutputPrompt.jp-OutputArea-prompt {
    display: none !important;
}



.jupyter-wrapper .jp-Notebook {
    padding: 0 !important;
    margin-top: -1.2em;
    margin-left: -0.4em;
    margin-right: -0.4em;
}


.jupyter-wrapper table.dataframe {
    margin-left: 0 !important;
}

/* Jupyter download and heading */

.md-content__button.md-icon[title="Download Notebook"] {
    position: relative;
    left: -4.5em;
    /* left: -65em; */
    top: -0.8em;
    scale: 1.3;
}

.md-content .jupyter-wrapper h1 {
    color: #ffffff !important;
    margin: 0em 0em 0.4em 0.0em !important;
    position: relative;
}