/* Force horizontal scrolling behaviour on regular output cells */
.jupyter-wrapper .jp-OutputArea-output pre {
    white-space: pre !important;
}

/* Set a maximum height on output cells */
.jupyter-wrapper .jp-OutputArea-output pre {
    max-height: 300px;
}

.md-grid {
    margin-left: 30px;
    margin-right: 10px;
    max-width: 100%;
}