/* notebook outputs and wide tables scroll instead of overflowing on phones */
.jupyter-wrapper .jp-OutputArea-output pre, .md-typeset table { overflow-x: auto; }
.md-typeset__table { display: block; overflow-x: auto; }
.md-typeset table:not([class]) td, .md-typeset table:not([class]) th { padding: .5em .8em; font-size: .78rem; }
