/* module-key = 'ch.mibex.confluence.ipython-notebook:ipython-for-confluence-resources', location = '/css/ipython.css' */

/* module-key = 'ch.mibex.confluence.ipython-notebook:ipython-for-confluence-resources', location = '/css/vendor/notebook.css' */
.nb-notebook {
    line-height: 1.5;    
}

.nb-stdout, .nb-stderr {
    white-space: pre-wrap;
    margin: 1em 0;
    padding: 0.1em 0.5em;
}

.nb-stderr {
    background-color: var(--ds-text-danger, #FAA);
}

.nb-cell + .nb-cell {
    margin-top: 0.5em;
}

.nb-output table {
    border: 1px solid var(--ds-border, #A6C5E229);
    border-collapse: collapse;
}

.nb-output th {
    font-weight: bold;
}

.nb-output th, .nb-output td {
    border: 1px solid var(--ds-border, #A6C5E229);
    padding: 0.25em;    
    text-align: left;
    vertical-align: middle;
    border-collapse: collapse;
}

.nb-cell {
    position: relative;    
}

.nb-output {
    min-height: 1em;    
}

.nb-output img {
    max-width: 100%;    
}

.nb-output:before, .nb-input:before {
    font-family: monospace;
    color: var(--ds-text, #172b4d);
    min-width: 11ex;
    text-align: right;
}

.nb-input:before {
    content: "In [" attr(data-prompt-number) "]:";
}
.nb-output:before {
    content: "Out [" attr(data-prompt-number) "]:";
}

div[style="max-height:1000px;max-width:1500px;overflow:auto;"] {
    max-height: none !important;    
}

