From 3ffbb81fe66870409eeb5051aebd520c21b81f70 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 10 Sep 2021 13:17:56 +0200 Subject: [PATCH] New default ver 1.15.2 and markdown -> markup --- defaults/main.yml | 2 +- files/jupyter.css | 8746 ++++++++++++++++++++++----------------------- 2 files changed, 4374 insertions(+), 4374 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 654c569..c7aa490 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -5,7 +5,7 @@ # We use the server ssh daemon, and nginx in front of the service by default. # So we do not start in http mode and we do not use the embedded letsencrypt support # -gitea_version: 1.14.5 +gitea_version: 1.15.2 gitea_download_url: 'https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64' gitea_force_binary_download: False gitea_bin_path: /usr/local/bin/gitea diff --git a/files/jupyter.css b/files/jupyter.css index b0812e1..97f7504 100644 --- a/files/jupyter.css +++ b/files/jupyter.css @@ -1,4 +1,4 @@ -.markdown.jupyter { +.markup.jupyter { /*! * * Twitter Bootstrap @@ -224,249 +224,249 @@ Adapted from GitHub theme /* Literal.Number.Integer.Long */ /* Overrides of notebook CSS for static HTML export */ } -.markdown.jupyter html { +.markup.jupyter html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } -.markdown.jupyter body { +.markup.jupyter body { margin: 0; } -.markdown.jupyter article, -.markdown.jupyter aside, -.markdown.jupyter details, -.markdown.jupyter figcaption, -.markdown.jupyter figure, -.markdown.jupyter footer, -.markdown.jupyter header, -.markdown.jupyter hgroup, -.markdown.jupyter main, -.markdown.jupyter menu, -.markdown.jupyter nav, -.markdown.jupyter section, -.markdown.jupyter summary { +.markup.jupyter article, +.markup.jupyter aside, +.markup.jupyter details, +.markup.jupyter figcaption, +.markup.jupyter figure, +.markup.jupyter footer, +.markup.jupyter header, +.markup.jupyter hgroup, +.markup.jupyter main, +.markup.jupyter menu, +.markup.jupyter nav, +.markup.jupyter section, +.markup.jupyter summary { display: block; } -.markdown.jupyter audio, -.markdown.jupyter canvas, -.markdown.jupyter progress, -.markdown.jupyter video { +.markup.jupyter audio, +.markup.jupyter canvas, +.markup.jupyter progress, +.markup.jupyter video { display: inline-block; vertical-align: baseline; } -.markdown.jupyter audio:not([controls]) { +.markup.jupyter audio:not([controls]) { display: none; height: 0; } -.markdown.jupyter [hidden], -.markdown.jupyter template { +.markup.jupyter [hidden], +.markup.jupyter template { display: none; } -.markdown.jupyter a { +.markup.jupyter a { background-color: transparent; } -.markdown.jupyter a:active, -.markdown.jupyter a:hover { +.markup.jupyter a:active, +.markup.jupyter a:hover { outline: 0; } -.markdown.jupyter abbr[title] { +.markup.jupyter abbr[title] { border-bottom: 1px dotted; } -.markdown.jupyter b, -.markdown.jupyter strong { +.markup.jupyter b, +.markup.jupyter strong { font-weight: bold; } -.markdown.jupyter dfn { +.markup.jupyter dfn { font-style: italic; } -.markdown.jupyter h1 { +.markup.jupyter h1 { font-size: 2em; margin: 0.67em 0; } -.markdown.jupyter mark { +.markup.jupyter mark { background: #ff0; color: #000; } -.markdown.jupyter small { +.markup.jupyter small { font-size: 80%; } -.markdown.jupyter sub, -.markdown.jupyter sup { +.markup.jupyter sub, +.markup.jupyter sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } -.markdown.jupyter sup { +.markup.jupyter sup { top: -0.5em; } -.markdown.jupyter sub { +.markup.jupyter sub { bottom: -0.25em; } -.markdown.jupyter img { +.markup.jupyter img { border: 0; } -.markdown.jupyter svg:not(:root) { +.markup.jupyter svg:not(:root) { overflow: hidden; } -.markdown.jupyter figure { +.markup.jupyter figure { margin: 1em 40px; } -.markdown.jupyter hr { +.markup.jupyter hr { box-sizing: content-box; height: 0; } -.markdown.jupyter pre { +.markup.jupyter pre { overflow: auto; } -.markdown.jupyter code, -.markdown.jupyter kbd, -.markdown.jupyter pre, -.markdown.jupyter samp { +.markup.jupyter code, +.markup.jupyter kbd, +.markup.jupyter pre, +.markup.jupyter samp { font-family: monospace, monospace; font-size: 1em; } -.markdown.jupyter button, -.markdown.jupyter input, -.markdown.jupyter optgroup, -.markdown.jupyter select, -.markdown.jupyter textarea { +.markup.jupyter button, +.markup.jupyter input, +.markup.jupyter optgroup, +.markup.jupyter select, +.markup.jupyter textarea { color: inherit; font: inherit; margin: 0; } -.markdown.jupyter button { +.markup.jupyter button { overflow: visible; } -.markdown.jupyter button, -.markdown.jupyter select { +.markup.jupyter button, +.markup.jupyter select { text-transform: none; } -.markdown.jupyter button, -.markdown.jupyter html input[type="button"], -.markdown.jupyter input[type="reset"], -.markdown.jupyter input[type="submit"] { +.markup.jupyter button, +.markup.jupyter html input[type="button"], +.markup.jupyter input[type="reset"], +.markup.jupyter input[type="submit"] { -webkit-appearance: button; cursor: pointer; } -.markdown.jupyter button[disabled], -.markdown.jupyter html input[disabled] { +.markup.jupyter button[disabled], +.markup.jupyter html input[disabled] { cursor: default; } -.markdown.jupyter button::-moz-focus-inner, -.markdown.jupyter input::-moz-focus-inner { +.markup.jupyter button::-moz-focus-inner, +.markup.jupyter input::-moz-focus-inner { border: 0; padding: 0; } -.markdown.jupyter input { +.markup.jupyter input { line-height: normal; } -.markdown.jupyter input[type="checkbox"], -.markdown.jupyter input[type="radio"] { +.markup.jupyter input[type="checkbox"], +.markup.jupyter input[type="radio"] { box-sizing: border-box; padding: 0; } -.markdown.jupyter input[type="number"]::-webkit-inner-spin-button, -.markdown.jupyter input[type="number"]::-webkit-outer-spin-button { +.markup.jupyter input[type="number"]::-webkit-inner-spin-button, +.markup.jupyter input[type="number"]::-webkit-outer-spin-button { height: auto; } -.markdown.jupyter input[type="search"] { +.markup.jupyter input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } -.markdown.jupyter input[type="search"]::-webkit-search-cancel-button, -.markdown.jupyter input[type="search"]::-webkit-search-decoration { +.markup.jupyter input[type="search"]::-webkit-search-cancel-button, +.markup.jupyter input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } -.markdown.jupyter fieldset { +.markup.jupyter fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } -.markdown.jupyter legend { +.markup.jupyter legend { border: 0; padding: 0; } -.markdown.jupyter textarea { +.markup.jupyter textarea { overflow: auto; } -.markdown.jupyter optgroup { +.markup.jupyter optgroup { font-weight: bold; } -.markdown.jupyter table { +.markup.jupyter table { border-collapse: collapse; border-spacing: 0; } -.markdown.jupyter td, -.markdown.jupyter th { +.markup.jupyter td, +.markup.jupyter th { padding: 0; } @media print { - .markdown.jupyter *, - .markdown.jupyter *:before, - .markdown.jupyter *:after { + .markup.jupyter *, + .markup.jupyter *:before, + .markup.jupyter *:after { background: transparent !important; box-shadow: none !important; text-shadow: none !important; } - .markdown.jupyter a, - .markdown.jupyter a:visited { + .markup.jupyter a, + .markup.jupyter a:visited { text-decoration: underline; } - .markdown.jupyter a[href]:after { + .markup.jupyter a[href]:after { content: " (" attr(href) ")"; } - .markdown.jupyter abbr[title]:after { + .markup.jupyter abbr[title]:after { content: " (" attr(title) ")"; } - .markdown.jupyter a[href^="#"]:after, - .markdown.jupyter a[href^="javascript:"]:after { + .markup.jupyter a[href^="#"]:after, + .markup.jupyter a[href^="javascript:"]:after { content: ""; } - .markdown.jupyter pre, - .markdown.jupyter blockquote { + .markup.jupyter pre, + .markup.jupyter blockquote { border: 1px solid #999; page-break-inside: avoid; } - .markdown.jupyter thead { + .markup.jupyter thead { display: table-header-group; } - .markdown.jupyter tr, - .markdown.jupyter img { + .markup.jupyter tr, + .markup.jupyter img { page-break-inside: avoid; } - .markdown.jupyter img { + .markup.jupyter img { max-width: 100% !important; } - .markdown.jupyter p, - .markdown.jupyter h2, - .markdown.jupyter h3 { + .markup.jupyter p, + .markup.jupyter h2, + .markup.jupyter h3 { orphans: 3; widows: 3; } - .markdown.jupyter h2, - .markdown.jupyter h3 { + .markup.jupyter h2, + .markup.jupyter h3 { page-break-after: avoid; } - .markdown.jupyter .navbar { + .markup.jupyter .navbar { display: none; } - .markdown.jupyter .btn > .caret, - .markdown.jupyter .dropup > .btn > .caret { + .markup.jupyter .btn > .caret, + .markup.jupyter .dropup > .btn > .caret { border-top-color: #000 !important; } - .markdown.jupyter .label { + .markup.jupyter .label { border: 1px solid #000; } - .markdown.jupyter .table { + .markup.jupyter .table { border-collapse: collapse !important; } - .markdown.jupyter .table td, - .markdown.jupyter .table th { + .markup.jupyter .table td, + .markup.jupyter .table th { background-color: #fff !important; } - .markdown.jupyter .table-bordered th, - .markdown.jupyter .table-bordered td { + .markup.jupyter .table-bordered th, + .markup.jupyter .table-bordered td { border: 1px solid #ddd !important; } } @@ -475,7 +475,7 @@ Adapted from GitHub theme src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot'); src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } -.markdown.jupyter .glyphicon { +.markup.jupyter .glyphicon { position: relative; top: 1px; display: inline-block; @@ -486,855 +486,855 @@ Adapted from GitHub theme -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } -.markdown.jupyter .glyphicon-asterisk:before { +.markup.jupyter .glyphicon-asterisk:before { content: "\002a"; } -.markdown.jupyter .glyphicon-plus:before { +.markup.jupyter .glyphicon-plus:before { content: "\002b"; } -.markdown.jupyter .glyphicon-euro:before, -.markdown.jupyter .glyphicon-eur:before { +.markup.jupyter .glyphicon-euro:before, +.markup.jupyter .glyphicon-eur:before { content: "\20ac"; } -.markdown.jupyter .glyphicon-minus:before { +.markup.jupyter .glyphicon-minus:before { content: "\2212"; } -.markdown.jupyter .glyphicon-cloud:before { +.markup.jupyter .glyphicon-cloud:before { content: "\2601"; } -.markdown.jupyter .glyphicon-envelope:before { +.markup.jupyter .glyphicon-envelope:before { content: "\2709"; } -.markdown.jupyter .glyphicon-pencil:before { +.markup.jupyter .glyphicon-pencil:before { content: "\270f"; } -.markdown.jupyter .glyphicon-glass:before { +.markup.jupyter .glyphicon-glass:before { content: "\e001"; } -.markdown.jupyter .glyphicon-music:before { +.markup.jupyter .glyphicon-music:before { content: "\e002"; } -.markdown.jupyter .glyphicon-search:before { +.markup.jupyter .glyphicon-search:before { content: "\e003"; } -.markdown.jupyter .glyphicon-heart:before { +.markup.jupyter .glyphicon-heart:before { content: "\e005"; } -.markdown.jupyter .glyphicon-star:before { +.markup.jupyter .glyphicon-star:before { content: "\e006"; } -.markdown.jupyter .glyphicon-star-empty:before { +.markup.jupyter .glyphicon-star-empty:before { content: "\e007"; } -.markdown.jupyter .glyphicon-user:before { +.markup.jupyter .glyphicon-user:before { content: "\e008"; } -.markdown.jupyter .glyphicon-film:before { +.markup.jupyter .glyphicon-film:before { content: "\e009"; } -.markdown.jupyter .glyphicon-th-large:before { +.markup.jupyter .glyphicon-th-large:before { content: "\e010"; } -.markdown.jupyter .glyphicon-th:before { +.markup.jupyter .glyphicon-th:before { content: "\e011"; } -.markdown.jupyter .glyphicon-th-list:before { +.markup.jupyter .glyphicon-th-list:before { content: "\e012"; } -.markdown.jupyter .glyphicon-ok:before { +.markup.jupyter .glyphicon-ok:before { content: "\e013"; } -.markdown.jupyter .glyphicon-remove:before { +.markup.jupyter .glyphicon-remove:before { content: "\e014"; } -.markdown.jupyter .glyphicon-zoom-in:before { +.markup.jupyter .glyphicon-zoom-in:before { content: "\e015"; } -.markdown.jupyter .glyphicon-zoom-out:before { +.markup.jupyter .glyphicon-zoom-out:before { content: "\e016"; } -.markdown.jupyter .glyphicon-off:before { +.markup.jupyter .glyphicon-off:before { content: "\e017"; } -.markdown.jupyter .glyphicon-signal:before { +.markup.jupyter .glyphicon-signal:before { content: "\e018"; } -.markdown.jupyter .glyphicon-cog:before { +.markup.jupyter .glyphicon-cog:before { content: "\e019"; } -.markdown.jupyter .glyphicon-trash:before { +.markup.jupyter .glyphicon-trash:before { content: "\e020"; } -.markdown.jupyter .glyphicon-home:before { +.markup.jupyter .glyphicon-home:before { content: "\e021"; } -.markdown.jupyter .glyphicon-file:before { +.markup.jupyter .glyphicon-file:before { content: "\e022"; } -.markdown.jupyter .glyphicon-time:before { +.markup.jupyter .glyphicon-time:before { content: "\e023"; } -.markdown.jupyter .glyphicon-road:before { +.markup.jupyter .glyphicon-road:before { content: "\e024"; } -.markdown.jupyter .glyphicon-download-alt:before { +.markup.jupyter .glyphicon-download-alt:before { content: "\e025"; } -.markdown.jupyter .glyphicon-download:before { +.markup.jupyter .glyphicon-download:before { content: "\e026"; } -.markdown.jupyter .glyphicon-upload:before { +.markup.jupyter .glyphicon-upload:before { content: "\e027"; } -.markdown.jupyter .glyphicon-inbox:before { +.markup.jupyter .glyphicon-inbox:before { content: "\e028"; } -.markdown.jupyter .glyphicon-play-circle:before { +.markup.jupyter .glyphicon-play-circle:before { content: "\e029"; } -.markdown.jupyter .glyphicon-repeat:before { +.markup.jupyter .glyphicon-repeat:before { content: "\e030"; } -.markdown.jupyter .glyphicon-refresh:before { +.markup.jupyter .glyphicon-refresh:before { content: "\e031"; } -.markdown.jupyter .glyphicon-list-alt:before { +.markup.jupyter .glyphicon-list-alt:before { content: "\e032"; } -.markdown.jupyter .glyphicon-lock:before { +.markup.jupyter .glyphicon-lock:before { content: "\e033"; } -.markdown.jupyter .glyphicon-flag:before { +.markup.jupyter .glyphicon-flag:before { content: "\e034"; } -.markdown.jupyter .glyphicon-headphones:before { +.markup.jupyter .glyphicon-headphones:before { content: "\e035"; } -.markdown.jupyter .glyphicon-volume-off:before { +.markup.jupyter .glyphicon-volume-off:before { content: "\e036"; } -.markdown.jupyter .glyphicon-volume-down:before { +.markup.jupyter .glyphicon-volume-down:before { content: "\e037"; } -.markdown.jupyter .glyphicon-volume-up:before { +.markup.jupyter .glyphicon-volume-up:before { content: "\e038"; } -.markdown.jupyter .glyphicon-qrcode:before { +.markup.jupyter .glyphicon-qrcode:before { content: "\e039"; } -.markdown.jupyter .glyphicon-barcode:before { +.markup.jupyter .glyphicon-barcode:before { content: "\e040"; } -.markdown.jupyter .glyphicon-tag:before { +.markup.jupyter .glyphicon-tag:before { content: "\e041"; } -.markdown.jupyter .glyphicon-tags:before { +.markup.jupyter .glyphicon-tags:before { content: "\e042"; } -.markdown.jupyter .glyphicon-book:before { +.markup.jupyter .glyphicon-book:before { content: "\e043"; } -.markdown.jupyter .glyphicon-bookmark:before { +.markup.jupyter .glyphicon-bookmark:before { content: "\e044"; } -.markdown.jupyter .glyphicon-print:before { +.markup.jupyter .glyphicon-print:before { content: "\e045"; } -.markdown.jupyter .glyphicon-camera:before { +.markup.jupyter .glyphicon-camera:before { content: "\e046"; } -.markdown.jupyter .glyphicon-font:before { +.markup.jupyter .glyphicon-font:before { content: "\e047"; } -.markdown.jupyter .glyphicon-bold:before { +.markup.jupyter .glyphicon-bold:before { content: "\e048"; } -.markdown.jupyter .glyphicon-italic:before { +.markup.jupyter .glyphicon-italic:before { content: "\e049"; } -.markdown.jupyter .glyphicon-text-height:before { +.markup.jupyter .glyphicon-text-height:before { content: "\e050"; } -.markdown.jupyter .glyphicon-text-width:before { +.markup.jupyter .glyphicon-text-width:before { content: "\e051"; } -.markdown.jupyter .glyphicon-align-left:before { +.markup.jupyter .glyphicon-align-left:before { content: "\e052"; } -.markdown.jupyter .glyphicon-align-center:before { +.markup.jupyter .glyphicon-align-center:before { content: "\e053"; } -.markdown.jupyter .glyphicon-align-right:before { +.markup.jupyter .glyphicon-align-right:before { content: "\e054"; } -.markdown.jupyter .glyphicon-align-justify:before { +.markup.jupyter .glyphicon-align-justify:before { content: "\e055"; } -.markdown.jupyter .glyphicon-list:before { +.markup.jupyter .glyphicon-list:before { content: "\e056"; } -.markdown.jupyter .glyphicon-indent-left:before { +.markup.jupyter .glyphicon-indent-left:before { content: "\e057"; } -.markdown.jupyter .glyphicon-indent-right:before { +.markup.jupyter .glyphicon-indent-right:before { content: "\e058"; } -.markdown.jupyter .glyphicon-facetime-video:before { +.markup.jupyter .glyphicon-facetime-video:before { content: "\e059"; } -.markdown.jupyter .glyphicon-picture:before { +.markup.jupyter .glyphicon-picture:before { content: "\e060"; } -.markdown.jupyter .glyphicon-map-marker:before { +.markup.jupyter .glyphicon-map-marker:before { content: "\e062"; } -.markdown.jupyter .glyphicon-adjust:before { +.markup.jupyter .glyphicon-adjust:before { content: "\e063"; } -.markdown.jupyter .glyphicon-tint:before { +.markup.jupyter .glyphicon-tint:before { content: "\e064"; } -.markdown.jupyter .glyphicon-edit:before { +.markup.jupyter .glyphicon-edit:before { content: "\e065"; } -.markdown.jupyter .glyphicon-share:before { +.markup.jupyter .glyphicon-share:before { content: "\e066"; } -.markdown.jupyter .glyphicon-check:before { +.markup.jupyter .glyphicon-check:before { content: "\e067"; } -.markdown.jupyter .glyphicon-move:before { +.markup.jupyter .glyphicon-move:before { content: "\e068"; } -.markdown.jupyter .glyphicon-step-backward:before { +.markup.jupyter .glyphicon-step-backward:before { content: "\e069"; } -.markdown.jupyter .glyphicon-fast-backward:before { +.markup.jupyter .glyphicon-fast-backward:before { content: "\e070"; } -.markdown.jupyter .glyphicon-backward:before { +.markup.jupyter .glyphicon-backward:before { content: "\e071"; } -.markdown.jupyter .glyphicon-play:before { +.markup.jupyter .glyphicon-play:before { content: "\e072"; } -.markdown.jupyter .glyphicon-pause:before { +.markup.jupyter .glyphicon-pause:before { content: "\e073"; } -.markdown.jupyter .glyphicon-stop:before { +.markup.jupyter .glyphicon-stop:before { content: "\e074"; } -.markdown.jupyter .glyphicon-forward:before { +.markup.jupyter .glyphicon-forward:before { content: "\e075"; } -.markdown.jupyter .glyphicon-fast-forward:before { +.markup.jupyter .glyphicon-fast-forward:before { content: "\e076"; } -.markdown.jupyter .glyphicon-step-forward:before { +.markup.jupyter .glyphicon-step-forward:before { content: "\e077"; } -.markdown.jupyter .glyphicon-eject:before { +.markup.jupyter .glyphicon-eject:before { content: "\e078"; } -.markdown.jupyter .glyphicon-chevron-left:before { +.markup.jupyter .glyphicon-chevron-left:before { content: "\e079"; } -.markdown.jupyter .glyphicon-chevron-right:before { +.markup.jupyter .glyphicon-chevron-right:before { content: "\e080"; } -.markdown.jupyter .glyphicon-plus-sign:before { +.markup.jupyter .glyphicon-plus-sign:before { content: "\e081"; } -.markdown.jupyter .glyphicon-minus-sign:before { +.markup.jupyter .glyphicon-minus-sign:before { content: "\e082"; } -.markdown.jupyter .glyphicon-remove-sign:before { +.markup.jupyter .glyphicon-remove-sign:before { content: "\e083"; } -.markdown.jupyter .glyphicon-ok-sign:before { +.markup.jupyter .glyphicon-ok-sign:before { content: "\e084"; } -.markdown.jupyter .glyphicon-question-sign:before { +.markup.jupyter .glyphicon-question-sign:before { content: "\e085"; } -.markdown.jupyter .glyphicon-info-sign:before { +.markup.jupyter .glyphicon-info-sign:before { content: "\e086"; } -.markdown.jupyter .glyphicon-screenshot:before { +.markup.jupyter .glyphicon-screenshot:before { content: "\e087"; } -.markdown.jupyter .glyphicon-remove-circle:before { +.markup.jupyter .glyphicon-remove-circle:before { content: "\e088"; } -.markdown.jupyter .glyphicon-ok-circle:before { +.markup.jupyter .glyphicon-ok-circle:before { content: "\e089"; } -.markdown.jupyter .glyphicon-ban-circle:before { +.markup.jupyter .glyphicon-ban-circle:before { content: "\e090"; } -.markdown.jupyter .glyphicon-arrow-left:before { +.markup.jupyter .glyphicon-arrow-left:before { content: "\e091"; } -.markdown.jupyter .glyphicon-arrow-right:before { +.markup.jupyter .glyphicon-arrow-right:before { content: "\e092"; } -.markdown.jupyter .glyphicon-arrow-up:before { +.markup.jupyter .glyphicon-arrow-up:before { content: "\e093"; } -.markdown.jupyter .glyphicon-arrow-down:before { +.markup.jupyter .glyphicon-arrow-down:before { content: "\e094"; } -.markdown.jupyter .glyphicon-share-alt:before { +.markup.jupyter .glyphicon-share-alt:before { content: "\e095"; } -.markdown.jupyter .glyphicon-resize-full:before { +.markup.jupyter .glyphicon-resize-full:before { content: "\e096"; } -.markdown.jupyter .glyphicon-resize-small:before { +.markup.jupyter .glyphicon-resize-small:before { content: "\e097"; } -.markdown.jupyter .glyphicon-exclamation-sign:before { +.markup.jupyter .glyphicon-exclamation-sign:before { content: "\e101"; } -.markdown.jupyter .glyphicon-gift:before { +.markup.jupyter .glyphicon-gift:before { content: "\e102"; } -.markdown.jupyter .glyphicon-leaf:before { +.markup.jupyter .glyphicon-leaf:before { content: "\e103"; } -.markdown.jupyter .glyphicon-fire:before { +.markup.jupyter .glyphicon-fire:before { content: "\e104"; } -.markdown.jupyter .glyphicon-eye-open:before { +.markup.jupyter .glyphicon-eye-open:before { content: "\e105"; } -.markdown.jupyter .glyphicon-eye-close:before { +.markup.jupyter .glyphicon-eye-close:before { content: "\e106"; } -.markdown.jupyter .glyphicon-warning-sign:before { +.markup.jupyter .glyphicon-warning-sign:before { content: "\e107"; } -.markdown.jupyter .glyphicon-plane:before { +.markup.jupyter .glyphicon-plane:before { content: "\e108"; } -.markdown.jupyter .glyphicon-calendar:before { +.markup.jupyter .glyphicon-calendar:before { content: "\e109"; } -.markdown.jupyter .glyphicon-random:before { +.markup.jupyter .glyphicon-random:before { content: "\e110"; } -.markdown.jupyter .glyphicon-comment:before { +.markup.jupyter .glyphicon-comment:before { content: "\e111"; } -.markdown.jupyter .glyphicon-magnet:before { +.markup.jupyter .glyphicon-magnet:before { content: "\e112"; } -.markdown.jupyter .glyphicon-chevron-up:before { +.markup.jupyter .glyphicon-chevron-up:before { content: "\e113"; } -.markdown.jupyter .glyphicon-chevron-down:before { +.markup.jupyter .glyphicon-chevron-down:before { content: "\e114"; } -.markdown.jupyter .glyphicon-retweet:before { +.markup.jupyter .glyphicon-retweet:before { content: "\e115"; } -.markdown.jupyter .glyphicon-shopping-cart:before { +.markup.jupyter .glyphicon-shopping-cart:before { content: "\e116"; } -.markdown.jupyter .glyphicon-folder-close:before { +.markup.jupyter .glyphicon-folder-close:before { content: "\e117"; } -.markdown.jupyter .glyphicon-folder-open:before { +.markup.jupyter .glyphicon-folder-open:before { content: "\e118"; } -.markdown.jupyter .glyphicon-resize-vertical:before { +.markup.jupyter .glyphicon-resize-vertical:before { content: "\e119"; } -.markdown.jupyter .glyphicon-resize-horizontal:before { +.markup.jupyter .glyphicon-resize-horizontal:before { content: "\e120"; } -.markdown.jupyter .glyphicon-hdd:before { +.markup.jupyter .glyphicon-hdd:before { content: "\e121"; } -.markdown.jupyter .glyphicon-bullhorn:before { +.markup.jupyter .glyphicon-bullhorn:before { content: "\e122"; } -.markdown.jupyter .glyphicon-bell:before { +.markup.jupyter .glyphicon-bell:before { content: "\e123"; } -.markdown.jupyter .glyphicon-certificate:before { +.markup.jupyter .glyphicon-certificate:before { content: "\e124"; } -.markdown.jupyter .glyphicon-thumbs-up:before { +.markup.jupyter .glyphicon-thumbs-up:before { content: "\e125"; } -.markdown.jupyter .glyphicon-thumbs-down:before { +.markup.jupyter .glyphicon-thumbs-down:before { content: "\e126"; } -.markdown.jupyter .glyphicon-hand-right:before { +.markup.jupyter .glyphicon-hand-right:before { content: "\e127"; } -.markdown.jupyter .glyphicon-hand-left:before { +.markup.jupyter .glyphicon-hand-left:before { content: "\e128"; } -.markdown.jupyter .glyphicon-hand-up:before { +.markup.jupyter .glyphicon-hand-up:before { content: "\e129"; } -.markdown.jupyter .glyphicon-hand-down:before { +.markup.jupyter .glyphicon-hand-down:before { content: "\e130"; } -.markdown.jupyter .glyphicon-circle-arrow-right:before { +.markup.jupyter .glyphicon-circle-arrow-right:before { content: "\e131"; } -.markdown.jupyter .glyphicon-circle-arrow-left:before { +.markup.jupyter .glyphicon-circle-arrow-left:before { content: "\e132"; } -.markdown.jupyter .glyphicon-circle-arrow-up:before { +.markup.jupyter .glyphicon-circle-arrow-up:before { content: "\e133"; } -.markdown.jupyter .glyphicon-circle-arrow-down:before { +.markup.jupyter .glyphicon-circle-arrow-down:before { content: "\e134"; } -.markdown.jupyter .glyphicon-globe:before { +.markup.jupyter .glyphicon-globe:before { content: "\e135"; } -.markdown.jupyter .glyphicon-wrench:before { +.markup.jupyter .glyphicon-wrench:before { content: "\e136"; } -.markdown.jupyter .glyphicon-tasks:before { +.markup.jupyter .glyphicon-tasks:before { content: "\e137"; } -.markdown.jupyter .glyphicon-filter:before { +.markup.jupyter .glyphicon-filter:before { content: "\e138"; } -.markdown.jupyter .glyphicon-briefcase:before { +.markup.jupyter .glyphicon-briefcase:before { content: "\e139"; } -.markdown.jupyter .glyphicon-fullscreen:before { +.markup.jupyter .glyphicon-fullscreen:before { content: "\e140"; } -.markdown.jupyter .glyphicon-dashboard:before { +.markup.jupyter .glyphicon-dashboard:before { content: "\e141"; } -.markdown.jupyter .glyphicon-paperclip:before { +.markup.jupyter .glyphicon-paperclip:before { content: "\e142"; } -.markdown.jupyter .glyphicon-heart-empty:before { +.markup.jupyter .glyphicon-heart-empty:before { content: "\e143"; } -.markdown.jupyter .glyphicon-link:before { +.markup.jupyter .glyphicon-link:before { content: "\e144"; } -.markdown.jupyter .glyphicon-phone:before { +.markup.jupyter .glyphicon-phone:before { content: "\e145"; } -.markdown.jupyter .glyphicon-pushpin:before { +.markup.jupyter .glyphicon-pushpin:before { content: "\e146"; } -.markdown.jupyter .glyphicon-usd:before { +.markup.jupyter .glyphicon-usd:before { content: "\e148"; } -.markdown.jupyter .glyphicon-gbp:before { +.markup.jupyter .glyphicon-gbp:before { content: "\e149"; } -.markdown.jupyter .glyphicon-sort:before { +.markup.jupyter .glyphicon-sort:before { content: "\e150"; } -.markdown.jupyter .glyphicon-sort-by-alphabet:before { +.markup.jupyter .glyphicon-sort-by-alphabet:before { content: "\e151"; } -.markdown.jupyter .glyphicon-sort-by-alphabet-alt:before { +.markup.jupyter .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } -.markdown.jupyter .glyphicon-sort-by-order:before { +.markup.jupyter .glyphicon-sort-by-order:before { content: "\e153"; } -.markdown.jupyter .glyphicon-sort-by-order-alt:before { +.markup.jupyter .glyphicon-sort-by-order-alt:before { content: "\e154"; } -.markdown.jupyter .glyphicon-sort-by-attributes:before { +.markup.jupyter .glyphicon-sort-by-attributes:before { content: "\e155"; } -.markdown.jupyter .glyphicon-sort-by-attributes-alt:before { +.markup.jupyter .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } -.markdown.jupyter .glyphicon-unchecked:before { +.markup.jupyter .glyphicon-unchecked:before { content: "\e157"; } -.markdown.jupyter .glyphicon-expand:before { +.markup.jupyter .glyphicon-expand:before { content: "\e158"; } -.markdown.jupyter .glyphicon-collapse-down:before { +.markup.jupyter .glyphicon-collapse-down:before { content: "\e159"; } -.markdown.jupyter .glyphicon-collapse-up:before { +.markup.jupyter .glyphicon-collapse-up:before { content: "\e160"; } -.markdown.jupyter .glyphicon-log-in:before { +.markup.jupyter .glyphicon-log-in:before { content: "\e161"; } -.markdown.jupyter .glyphicon-flash:before { +.markup.jupyter .glyphicon-flash:before { content: "\e162"; } -.markdown.jupyter .glyphicon-log-out:before { +.markup.jupyter .glyphicon-log-out:before { content: "\e163"; } -.markdown.jupyter .glyphicon-new-window:before { +.markup.jupyter .glyphicon-new-window:before { content: "\e164"; } -.markdown.jupyter .glyphicon-record:before { +.markup.jupyter .glyphicon-record:before { content: "\e165"; } -.markdown.jupyter .glyphicon-save:before { +.markup.jupyter .glyphicon-save:before { content: "\e166"; } -.markdown.jupyter .glyphicon-open:before { +.markup.jupyter .glyphicon-open:before { content: "\e167"; } -.markdown.jupyter .glyphicon-saved:before { +.markup.jupyter .glyphicon-saved:before { content: "\e168"; } -.markdown.jupyter .glyphicon-import:before { +.markup.jupyter .glyphicon-import:before { content: "\e169"; } -.markdown.jupyter .glyphicon-export:before { +.markup.jupyter .glyphicon-export:before { content: "\e170"; } -.markdown.jupyter .glyphicon-send:before { +.markup.jupyter .glyphicon-send:before { content: "\e171"; } -.markdown.jupyter .glyphicon-floppy-disk:before { +.markup.jupyter .glyphicon-floppy-disk:before { content: "\e172"; } -.markdown.jupyter .glyphicon-floppy-saved:before { +.markup.jupyter .glyphicon-floppy-saved:before { content: "\e173"; } -.markdown.jupyter .glyphicon-floppy-remove:before { +.markup.jupyter .glyphicon-floppy-remove:before { content: "\e174"; } -.markdown.jupyter .glyphicon-floppy-save:before { +.markup.jupyter .glyphicon-floppy-save:before { content: "\e175"; } -.markdown.jupyter .glyphicon-floppy-open:before { +.markup.jupyter .glyphicon-floppy-open:before { content: "\e176"; } -.markdown.jupyter .glyphicon-credit-card:before { +.markup.jupyter .glyphicon-credit-card:before { content: "\e177"; } -.markdown.jupyter .glyphicon-transfer:before { +.markup.jupyter .glyphicon-transfer:before { content: "\e178"; } -.markdown.jupyter .glyphicon-cutlery:before { +.markup.jupyter .glyphicon-cutlery:before { content: "\e179"; } -.markdown.jupyter .glyphicon-header:before { +.markup.jupyter .glyphicon-header:before { content: "\e180"; } -.markdown.jupyter .glyphicon-compressed:before { +.markup.jupyter .glyphicon-compressed:before { content: "\e181"; } -.markdown.jupyter .glyphicon-earphone:before { +.markup.jupyter .glyphicon-earphone:before { content: "\e182"; } -.markdown.jupyter .glyphicon-phone-alt:before { +.markup.jupyter .glyphicon-phone-alt:before { content: "\e183"; } -.markdown.jupyter .glyphicon-tower:before { +.markup.jupyter .glyphicon-tower:before { content: "\e184"; } -.markdown.jupyter .glyphicon-stats:before { +.markup.jupyter .glyphicon-stats:before { content: "\e185"; } -.markdown.jupyter .glyphicon-sd-video:before { +.markup.jupyter .glyphicon-sd-video:before { content: "\e186"; } -.markdown.jupyter .glyphicon-hd-video:before { +.markup.jupyter .glyphicon-hd-video:before { content: "\e187"; } -.markdown.jupyter .glyphicon-subtitles:before { +.markup.jupyter .glyphicon-subtitles:before { content: "\e188"; } -.markdown.jupyter .glyphicon-sound-stereo:before { +.markup.jupyter .glyphicon-sound-stereo:before { content: "\e189"; } -.markdown.jupyter .glyphicon-sound-dolby:before { +.markup.jupyter .glyphicon-sound-dolby:before { content: "\e190"; } -.markdown.jupyter .glyphicon-sound-5-1:before { +.markup.jupyter .glyphicon-sound-5-1:before { content: "\e191"; } -.markdown.jupyter .glyphicon-sound-6-1:before { +.markup.jupyter .glyphicon-sound-6-1:before { content: "\e192"; } -.markdown.jupyter .glyphicon-sound-7-1:before { +.markup.jupyter .glyphicon-sound-7-1:before { content: "\e193"; } -.markdown.jupyter .glyphicon-copyright-mark:before { +.markup.jupyter .glyphicon-copyright-mark:before { content: "\e194"; } -.markdown.jupyter .glyphicon-registration-mark:before { +.markup.jupyter .glyphicon-registration-mark:before { content: "\e195"; } -.markdown.jupyter .glyphicon-cloud-download:before { +.markup.jupyter .glyphicon-cloud-download:before { content: "\e197"; } -.markdown.jupyter .glyphicon-cloud-upload:before { +.markup.jupyter .glyphicon-cloud-upload:before { content: "\e198"; } -.markdown.jupyter .glyphicon-tree-conifer:before { +.markup.jupyter .glyphicon-tree-conifer:before { content: "\e199"; } -.markdown.jupyter .glyphicon-tree-deciduous:before { +.markup.jupyter .glyphicon-tree-deciduous:before { content: "\e200"; } -.markdown.jupyter .glyphicon-cd:before { +.markup.jupyter .glyphicon-cd:before { content: "\e201"; } -.markdown.jupyter .glyphicon-save-file:before { +.markup.jupyter .glyphicon-save-file:before { content: "\e202"; } -.markdown.jupyter .glyphicon-open-file:before { +.markup.jupyter .glyphicon-open-file:before { content: "\e203"; } -.markdown.jupyter .glyphicon-level-up:before { +.markup.jupyter .glyphicon-level-up:before { content: "\e204"; } -.markdown.jupyter .glyphicon-copy:before { +.markup.jupyter .glyphicon-copy:before { content: "\e205"; } -.markdown.jupyter .glyphicon-paste:before { +.markup.jupyter .glyphicon-paste:before { content: "\e206"; } -.markdown.jupyter .glyphicon-alert:before { +.markup.jupyter .glyphicon-alert:before { content: "\e209"; } -.markdown.jupyter .glyphicon-equalizer:before { +.markup.jupyter .glyphicon-equalizer:before { content: "\e210"; } -.markdown.jupyter .glyphicon-king:before { +.markup.jupyter .glyphicon-king:before { content: "\e211"; } -.markdown.jupyter .glyphicon-queen:before { +.markup.jupyter .glyphicon-queen:before { content: "\e212"; } -.markdown.jupyter .glyphicon-pawn:before { +.markup.jupyter .glyphicon-pawn:before { content: "\e213"; } -.markdown.jupyter .glyphicon-bishop:before { +.markup.jupyter .glyphicon-bishop:before { content: "\e214"; } -.markdown.jupyter .glyphicon-knight:before { +.markup.jupyter .glyphicon-knight:before { content: "\e215"; } -.markdown.jupyter .glyphicon-baby-formula:before { +.markup.jupyter .glyphicon-baby-formula:before { content: "\e216"; } -.markdown.jupyter .glyphicon-tent:before { +.markup.jupyter .glyphicon-tent:before { content: "\26fa"; } -.markdown.jupyter .glyphicon-blackboard:before { +.markup.jupyter .glyphicon-blackboard:before { content: "\e218"; } -.markdown.jupyter .glyphicon-bed:before { +.markup.jupyter .glyphicon-bed:before { content: "\e219"; } -.markdown.jupyter .glyphicon-apple:before { +.markup.jupyter .glyphicon-apple:before { content: "\f8ff"; } -.markdown.jupyter .glyphicon-erase:before { +.markup.jupyter .glyphicon-erase:before { content: "\e221"; } -.markdown.jupyter .glyphicon-hourglass:before { +.markup.jupyter .glyphicon-hourglass:before { content: "\231b"; } -.markdown.jupyter .glyphicon-lamp:before { +.markup.jupyter .glyphicon-lamp:before { content: "\e223"; } -.markdown.jupyter .glyphicon-duplicate:before { +.markup.jupyter .glyphicon-duplicate:before { content: "\e224"; } -.markdown.jupyter .glyphicon-piggy-bank:before { +.markup.jupyter .glyphicon-piggy-bank:before { content: "\e225"; } -.markdown.jupyter .glyphicon-scissors:before { +.markup.jupyter .glyphicon-scissors:before { content: "\e226"; } -.markdown.jupyter .glyphicon-bitcoin:before { +.markup.jupyter .glyphicon-bitcoin:before { content: "\e227"; } -.markdown.jupyter .glyphicon-btc:before { +.markup.jupyter .glyphicon-btc:before { content: "\e227"; } -.markdown.jupyter .glyphicon-xbt:before { +.markup.jupyter .glyphicon-xbt:before { content: "\e227"; } -.markdown.jupyter .glyphicon-yen:before { +.markup.jupyter .glyphicon-yen:before { content: "\00a5"; } -.markdown.jupyter .glyphicon-jpy:before { +.markup.jupyter .glyphicon-jpy:before { content: "\00a5"; } -.markdown.jupyter .glyphicon-ruble:before { +.markup.jupyter .glyphicon-ruble:before { content: "\20bd"; } -.markdown.jupyter .glyphicon-rub:before { +.markup.jupyter .glyphicon-rub:before { content: "\20bd"; } -.markdown.jupyter .glyphicon-scale:before { +.markup.jupyter .glyphicon-scale:before { content: "\e230"; } -.markdown.jupyter .glyphicon-ice-lolly:before { +.markup.jupyter .glyphicon-ice-lolly:before { content: "\e231"; } -.markdown.jupyter .glyphicon-ice-lolly-tasted:before { +.markup.jupyter .glyphicon-ice-lolly-tasted:before { content: "\e232"; } -.markdown.jupyter .glyphicon-education:before { +.markup.jupyter .glyphicon-education:before { content: "\e233"; } -.markdown.jupyter .glyphicon-option-horizontal:before { +.markup.jupyter .glyphicon-option-horizontal:before { content: "\e234"; } -.markdown.jupyter .glyphicon-option-vertical:before { +.markup.jupyter .glyphicon-option-vertical:before { content: "\e235"; } -.markdown.jupyter .glyphicon-menu-hamburger:before { +.markup.jupyter .glyphicon-menu-hamburger:before { content: "\e236"; } -.markdown.jupyter .glyphicon-modal-window:before { +.markup.jupyter .glyphicon-modal-window:before { content: "\e237"; } -.markdown.jupyter .glyphicon-oil:before { +.markup.jupyter .glyphicon-oil:before { content: "\e238"; } -.markdown.jupyter .glyphicon-grain:before { +.markup.jupyter .glyphicon-grain:before { content: "\e239"; } -.markdown.jupyter .glyphicon-sunglasses:before { +.markup.jupyter .glyphicon-sunglasses:before { content: "\e240"; } -.markdown.jupyter .glyphicon-text-size:before { +.markup.jupyter .glyphicon-text-size:before { content: "\e241"; } -.markdown.jupyter .glyphicon-text-color:before { +.markup.jupyter .glyphicon-text-color:before { content: "\e242"; } -.markdown.jupyter .glyphicon-text-background:before { +.markup.jupyter .glyphicon-text-background:before { content: "\e243"; } -.markdown.jupyter .glyphicon-object-align-top:before { +.markup.jupyter .glyphicon-object-align-top:before { content: "\e244"; } -.markdown.jupyter .glyphicon-object-align-bottom:before { +.markup.jupyter .glyphicon-object-align-bottom:before { content: "\e245"; } -.markdown.jupyter .glyphicon-object-align-horizontal:before { +.markup.jupyter .glyphicon-object-align-horizontal:before { content: "\e246"; } -.markdown.jupyter .glyphicon-object-align-left:before { +.markup.jupyter .glyphicon-object-align-left:before { content: "\e247"; } -.markdown.jupyter .glyphicon-object-align-vertical:before { +.markup.jupyter .glyphicon-object-align-vertical:before { content: "\e248"; } -.markdown.jupyter .glyphicon-object-align-right:before { +.markup.jupyter .glyphicon-object-align-right:before { content: "\e249"; } -.markdown.jupyter .glyphicon-triangle-right:before { +.markup.jupyter .glyphicon-triangle-right:before { content: "\e250"; } -.markdown.jupyter .glyphicon-triangle-left:before { +.markup.jupyter .glyphicon-triangle-left:before { content: "\e251"; } -.markdown.jupyter .glyphicon-triangle-bottom:before { +.markup.jupyter .glyphicon-triangle-bottom:before { content: "\e252"; } -.markdown.jupyter .glyphicon-triangle-top:before { +.markup.jupyter .glyphicon-triangle-top:before { content: "\e253"; } -.markdown.jupyter .glyphicon-console:before { +.markup.jupyter .glyphicon-console:before { content: "\e254"; } -.markdown.jupyter .glyphicon-superscript:before { +.markup.jupyter .glyphicon-superscript:before { content: "\e255"; } -.markdown.jupyter .glyphicon-subscript:before { +.markup.jupyter .glyphicon-subscript:before { content: "\e256"; } -.markdown.jupyter .glyphicon-menu-left:before { +.markup.jupyter .glyphicon-menu-left:before { content: "\e257"; } -.markdown.jupyter .glyphicon-menu-right:before { +.markup.jupyter .glyphicon-menu-right:before { content: "\e258"; } -.markdown.jupyter .glyphicon-menu-down:before { +.markup.jupyter .glyphicon-menu-down:before { content: "\e259"; } -.markdown.jupyter .glyphicon-menu-up:before { +.markup.jupyter .glyphicon-menu-up:before { content: "\e260"; } -.markdown.jupyter * { +.markup.jupyter * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } -.markdown.jupyter *:before, -.markdown.jupyter *:after { +.markup.jupyter *:before, +.markup.jupyter *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } -.markdown.jupyter html { +.markup.jupyter html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } -.markdown.jupyter body { +.markup.jupyter body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.42857143; color: #000; background-color: #fff; } -.markdown.jupyter input, -.markdown.jupyter button, -.markdown.jupyter select, -.markdown.jupyter textarea { +.markup.jupyter input, +.markup.jupyter button, +.markup.jupyter select, +.markup.jupyter textarea { font-family: inherit; font-size: inherit; line-height: inherit; } -.markdown.jupyter a { +.markup.jupyter a { color: #337ab7; text-decoration: none; } -.markdown.jupyter a:hover, -.markdown.jupyter a:focus { +.markup.jupyter a:hover, +.markup.jupyter a:focus { color: #23527c; text-decoration: underline; } -.markdown.jupyter a:focus { +.markup.jupyter a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } -.markdown.jupyter figure { +.markup.jupyter figure { margin: 0; } -.markdown.jupyter img { +.markup.jupyter img { vertical-align: middle; } -.markdown.jupyter .img-responsive, -.markdown.jupyter .thumbnail > img, -.markdown.jupyter .thumbnail a > img, -.markdown.jupyter .carousel-inner > .item > img, -.markdown.jupyter .carousel-inner > .item > a > img { +.markup.jupyter .img-responsive, +.markup.jupyter .thumbnail > img, +.markup.jupyter .thumbnail a > img, +.markup.jupyter .carousel-inner > .item > img, +.markup.jupyter .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; } -.markdown.jupyter .img-rounded { +.markup.jupyter .img-rounded { border-radius: 3px; } -.markdown.jupyter .img-thumbnail { +.markup.jupyter .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #fff; @@ -1347,16 +1347,16 @@ Adapted from GitHub theme max-width: 100%; height: auto; } -.markdown.jupyter .img-circle { +.markup.jupyter .img-circle { border-radius: 50%; } -.markdown.jupyter hr { +.markup.jupyter hr { margin-top: 18px; margin-bottom: 18px; border: 0; border-top: 1px solid #eeeeee; } -.markdown.jupyter .sr-only { +.markup.jupyter .sr-only { position: absolute; width: 1px; height: 1px; @@ -1366,8 +1366,8 @@ Adapted from GitHub theme clip: rect(0, 0, 0, 0); border: 0; } -.markdown.jupyter .sr-only-focusable:active, -.markdown.jupyter .sr-only-focusable:focus { +.markup.jupyter .sr-only-focusable:active, +.markup.jupyter .sr-only-focusable:focus { position: static; width: auto; height: auto; @@ -1375,291 +1375,291 @@ Adapted from GitHub theme overflow: visible; clip: auto; } -.markdown.jupyter [role="button"] { +.markup.jupyter [role="button"] { cursor: pointer; } -.markdown.jupyter h1, -.markdown.jupyter h2, -.markdown.jupyter h3, -.markdown.jupyter h4, -.markdown.jupyter h5, -.markdown.jupyter h6, -.markdown.jupyter .h1, -.markdown.jupyter .h2, -.markdown.jupyter .h3, -.markdown.jupyter .h4, -.markdown.jupyter .h5, -.markdown.jupyter .h6 { +.markup.jupyter h1, +.markup.jupyter h2, +.markup.jupyter h3, +.markup.jupyter h4, +.markup.jupyter h5, +.markup.jupyter h6, +.markup.jupyter .h1, +.markup.jupyter .h2, +.markup.jupyter .h3, +.markup.jupyter .h4, +.markup.jupyter .h5, +.markup.jupyter .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } -.markdown.jupyter h1 small, -.markdown.jupyter h2 small, -.markdown.jupyter h3 small, -.markdown.jupyter h4 small, -.markdown.jupyter h5 small, -.markdown.jupyter h6 small, -.markdown.jupyter .h1 small, -.markdown.jupyter .h2 small, -.markdown.jupyter .h3 small, -.markdown.jupyter .h4 small, -.markdown.jupyter .h5 small, -.markdown.jupyter .h6 small, -.markdown.jupyter h1 .small, -.markdown.jupyter h2 .small, -.markdown.jupyter h3 .small, -.markdown.jupyter h4 .small, -.markdown.jupyter h5 .small, -.markdown.jupyter h6 .small, -.markdown.jupyter .h1 .small, -.markdown.jupyter .h2 .small, -.markdown.jupyter .h3 .small, -.markdown.jupyter .h4 .small, -.markdown.jupyter .h5 .small, -.markdown.jupyter .h6 .small { +.markup.jupyter h1 small, +.markup.jupyter h2 small, +.markup.jupyter h3 small, +.markup.jupyter h4 small, +.markup.jupyter h5 small, +.markup.jupyter h6 small, +.markup.jupyter .h1 small, +.markup.jupyter .h2 small, +.markup.jupyter .h3 small, +.markup.jupyter .h4 small, +.markup.jupyter .h5 small, +.markup.jupyter .h6 small, +.markup.jupyter h1 .small, +.markup.jupyter h2 .small, +.markup.jupyter h3 .small, +.markup.jupyter h4 .small, +.markup.jupyter h5 .small, +.markup.jupyter h6 .small, +.markup.jupyter .h1 .small, +.markup.jupyter .h2 .small, +.markup.jupyter .h3 .small, +.markup.jupyter .h4 .small, +.markup.jupyter .h5 .small, +.markup.jupyter .h6 .small { font-weight: normal; line-height: 1; color: #777777; } -.markdown.jupyter h1, -.markdown.jupyter .h1, -.markdown.jupyter h2, -.markdown.jupyter .h2, -.markdown.jupyter h3, -.markdown.jupyter .h3 { +.markup.jupyter h1, +.markup.jupyter .h1, +.markup.jupyter h2, +.markup.jupyter .h2, +.markup.jupyter h3, +.markup.jupyter .h3 { margin-top: 18px; margin-bottom: 9px; } -.markdown.jupyter h1 small, -.markdown.jupyter .h1 small, -.markdown.jupyter h2 small, -.markdown.jupyter .h2 small, -.markdown.jupyter h3 small, -.markdown.jupyter .h3 small, -.markdown.jupyter h1 .small, -.markdown.jupyter .h1 .small, -.markdown.jupyter h2 .small, -.markdown.jupyter .h2 .small, -.markdown.jupyter h3 .small, -.markdown.jupyter .h3 .small { +.markup.jupyter h1 small, +.markup.jupyter .h1 small, +.markup.jupyter h2 small, +.markup.jupyter .h2 small, +.markup.jupyter h3 small, +.markup.jupyter .h3 small, +.markup.jupyter h1 .small, +.markup.jupyter .h1 .small, +.markup.jupyter h2 .small, +.markup.jupyter .h2 .small, +.markup.jupyter h3 .small, +.markup.jupyter .h3 .small { font-size: 65%; } -.markdown.jupyter h4, -.markdown.jupyter .h4, -.markdown.jupyter h5, -.markdown.jupyter .h5, -.markdown.jupyter h6, -.markdown.jupyter .h6 { +.markup.jupyter h4, +.markup.jupyter .h4, +.markup.jupyter h5, +.markup.jupyter .h5, +.markup.jupyter h6, +.markup.jupyter .h6 { margin-top: 9px; margin-bottom: 9px; } -.markdown.jupyter h4 small, -.markdown.jupyter .h4 small, -.markdown.jupyter h5 small, -.markdown.jupyter .h5 small, -.markdown.jupyter h6 small, -.markdown.jupyter .h6 small, -.markdown.jupyter h4 .small, -.markdown.jupyter .h4 .small, -.markdown.jupyter h5 .small, -.markdown.jupyter .h5 .small, -.markdown.jupyter h6 .small, -.markdown.jupyter .h6 .small { +.markup.jupyter h4 small, +.markup.jupyter .h4 small, +.markup.jupyter h5 small, +.markup.jupyter .h5 small, +.markup.jupyter h6 small, +.markup.jupyter .h6 small, +.markup.jupyter h4 .small, +.markup.jupyter .h4 .small, +.markup.jupyter h5 .small, +.markup.jupyter .h5 .small, +.markup.jupyter h6 .small, +.markup.jupyter .h6 .small { font-size: 75%; } -.markdown.jupyter h1, -.markdown.jupyter .h1 { +.markup.jupyter h1, +.markup.jupyter .h1 { font-size: 33px; } -.markdown.jupyter h2, -.markdown.jupyter .h2 { +.markup.jupyter h2, +.markup.jupyter .h2 { font-size: 27px; } -.markdown.jupyter h3, -.markdown.jupyter .h3 { +.markup.jupyter h3, +.markup.jupyter .h3 { font-size: 23px; } -.markdown.jupyter h4, -.markdown.jupyter .h4 { +.markup.jupyter h4, +.markup.jupyter .h4 { font-size: 17px; } -.markdown.jupyter h5, -.markdown.jupyter .h5 { +.markup.jupyter h5, +.markup.jupyter .h5 { font-size: 13px; } -.markdown.jupyter h6, -.markdown.jupyter .h6 { +.markup.jupyter h6, +.markup.jupyter .h6 { font-size: 12px; } -.markdown.jupyter p { +.markup.jupyter p { margin: 0 0 9px; } -.markdown.jupyter .lead { +.markup.jupyter .lead { margin-bottom: 18px; font-size: 14px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { - .markdown.jupyter .lead { + .markup.jupyter .lead { font-size: 19.5px; } } -.markdown.jupyter small, -.markdown.jupyter .small { +.markup.jupyter small, +.markup.jupyter .small { font-size: 92%; } -.markdown.jupyter mark, -.markdown.jupyter .mark { +.markup.jupyter mark, +.markup.jupyter .mark { background-color: #fcf8e3; padding: 0.2em; } -.markdown.jupyter .text-left { +.markup.jupyter .text-left { text-align: left; } -.markdown.jupyter .text-right { +.markup.jupyter .text-right { text-align: right; } -.markdown.jupyter .text-center { +.markup.jupyter .text-center { text-align: center; } -.markdown.jupyter .text-justify { +.markup.jupyter .text-justify { text-align: justify; } -.markdown.jupyter .text-nowrap { +.markup.jupyter .text-nowrap { white-space: nowrap; } -.markdown.jupyter .text-lowercase { +.markup.jupyter .text-lowercase { text-transform: lowercase; } -.markdown.jupyter .text-uppercase { +.markup.jupyter .text-uppercase { text-transform: uppercase; } -.markdown.jupyter .text-capitalize { +.markup.jupyter .text-capitalize { text-transform: capitalize; } -.markdown.jupyter .text-muted { +.markup.jupyter .text-muted { color: #777777; } -.markdown.jupyter .text-primary { +.markup.jupyter .text-primary { color: #337ab7; } -.markdown.jupyter a.text-primary:hover, -.markdown.jupyter a.text-primary:focus { +.markup.jupyter a.text-primary:hover, +.markup.jupyter a.text-primary:focus { color: #286090; } -.markdown.jupyter .text-success { +.markup.jupyter .text-success { color: #3c763d; } -.markdown.jupyter a.text-success:hover, -.markdown.jupyter a.text-success:focus { +.markup.jupyter a.text-success:hover, +.markup.jupyter a.text-success:focus { color: #2b542c; } -.markdown.jupyter .text-info { +.markup.jupyter .text-info { color: #31708f; } -.markdown.jupyter a.text-info:hover, -.markdown.jupyter a.text-info:focus { +.markup.jupyter a.text-info:hover, +.markup.jupyter a.text-info:focus { color: #245269; } -.markdown.jupyter .text-warning { +.markup.jupyter .text-warning { color: #8a6d3b; } -.markdown.jupyter a.text-warning:hover, -.markdown.jupyter a.text-warning:focus { +.markup.jupyter a.text-warning:hover, +.markup.jupyter a.text-warning:focus { color: #66512c; } -.markdown.jupyter .text-danger { +.markup.jupyter .text-danger { color: #a94442; } -.markdown.jupyter a.text-danger:hover, -.markdown.jupyter a.text-danger:focus { +.markup.jupyter a.text-danger:hover, +.markup.jupyter a.text-danger:focus { color: #843534; } -.markdown.jupyter .bg-primary { +.markup.jupyter .bg-primary { color: #fff; background-color: #337ab7; } -.markdown.jupyter a.bg-primary:hover, -.markdown.jupyter a.bg-primary:focus { +.markup.jupyter a.bg-primary:hover, +.markup.jupyter a.bg-primary:focus { background-color: #286090; } -.markdown.jupyter .bg-success { +.markup.jupyter .bg-success { background-color: #dff0d8; } -.markdown.jupyter a.bg-success:hover, -.markdown.jupyter a.bg-success:focus { +.markup.jupyter a.bg-success:hover, +.markup.jupyter a.bg-success:focus { background-color: #c1e2b3; } -.markdown.jupyter .bg-info { +.markup.jupyter .bg-info { background-color: #d9edf7; } -.markdown.jupyter a.bg-info:hover, -.markdown.jupyter a.bg-info:focus { +.markup.jupyter a.bg-info:hover, +.markup.jupyter a.bg-info:focus { background-color: #afd9ee; } -.markdown.jupyter .bg-warning { +.markup.jupyter .bg-warning { background-color: #fcf8e3; } -.markdown.jupyter a.bg-warning:hover, -.markdown.jupyter a.bg-warning:focus { +.markup.jupyter a.bg-warning:hover, +.markup.jupyter a.bg-warning:focus { background-color: #f7ecb5; } -.markdown.jupyter .bg-danger { +.markup.jupyter .bg-danger { background-color: #f2dede; } -.markdown.jupyter a.bg-danger:hover, -.markdown.jupyter a.bg-danger:focus { +.markup.jupyter a.bg-danger:hover, +.markup.jupyter a.bg-danger:focus { background-color: #e4b9b9; } -.markdown.jupyter .page-header { +.markup.jupyter .page-header { padding-bottom: 8px; margin: 36px 0 18px; border-bottom: 1px solid #eeeeee; } -.markdown.jupyter ul, -.markdown.jupyter ol { +.markup.jupyter ul, +.markup.jupyter ol { margin-top: 0; margin-bottom: 9px; } -.markdown.jupyter ul ul, -.markdown.jupyter ol ul, -.markdown.jupyter ul ol, -.markdown.jupyter ol ol { +.markup.jupyter ul ul, +.markup.jupyter ol ul, +.markup.jupyter ul ol, +.markup.jupyter ol ol { margin-bottom: 0; } -.markdown.jupyter .list-unstyled { +.markup.jupyter .list-unstyled { padding-left: 0; list-style: none; } -.markdown.jupyter .list-inline { +.markup.jupyter .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } -.markdown.jupyter .list-inline > li { +.markup.jupyter .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } -.markdown.jupyter dl { +.markup.jupyter dl { margin-top: 0; margin-bottom: 18px; } -.markdown.jupyter dt, -.markdown.jupyter dd { +.markup.jupyter dt, +.markup.jupyter dd { line-height: 1.42857143; } -.markdown.jupyter dt { +.markup.jupyter dt { font-weight: bold; } -.markdown.jupyter dd { +.markup.jupyter dd { margin-left: 0; } @media (min-width: 541px) { - .markdown.jupyter .dl-horizontal dt { + .markup.jupyter .dl-horizontal dt { float: left; width: 160px; clear: left; @@ -1668,86 +1668,86 @@ Adapted from GitHub theme text-overflow: ellipsis; white-space: nowrap; } - .markdown.jupyter .dl-horizontal dd { + .markup.jupyter .dl-horizontal dd { margin-left: 180px; } } -.markdown.jupyter abbr[title], -.markdown.jupyter abbr[data-original-title] { +.markup.jupyter abbr[title], +.markup.jupyter abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; } -.markdown.jupyter .initialism { +.markup.jupyter .initialism { font-size: 90%; text-transform: uppercase; } -.markdown.jupyter blockquote { +.markup.jupyter blockquote { padding: 9px 18px; margin: 0 0 18px; font-size: inherit; border-left: 5px solid #eeeeee; } -.markdown.jupyter blockquote p:last-child, -.markdown.jupyter blockquote ul:last-child, -.markdown.jupyter blockquote ol:last-child { +.markup.jupyter blockquote p:last-child, +.markup.jupyter blockquote ul:last-child, +.markup.jupyter blockquote ol:last-child { margin-bottom: 0; } -.markdown.jupyter blockquote footer, -.markdown.jupyter blockquote small, -.markdown.jupyter blockquote .small { +.markup.jupyter blockquote footer, +.markup.jupyter blockquote small, +.markup.jupyter blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777777; } -.markdown.jupyter blockquote footer:before, -.markdown.jupyter blockquote small:before, -.markdown.jupyter blockquote .small:before { +.markup.jupyter blockquote footer:before, +.markup.jupyter blockquote small:before, +.markup.jupyter blockquote .small:before { content: '\2014 \00A0'; } -.markdown.jupyter .blockquote-reverse, -.markdown.jupyter blockquote.pull-right { +.markup.jupyter .blockquote-reverse, +.markup.jupyter blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; } -.markdown.jupyter .blockquote-reverse footer:before, -.markdown.jupyter blockquote.pull-right footer:before, -.markdown.jupyter .blockquote-reverse small:before, -.markdown.jupyter blockquote.pull-right small:before, -.markdown.jupyter .blockquote-reverse .small:before, -.markdown.jupyter blockquote.pull-right .small:before { +.markup.jupyter .blockquote-reverse footer:before, +.markup.jupyter blockquote.pull-right footer:before, +.markup.jupyter .blockquote-reverse small:before, +.markup.jupyter blockquote.pull-right small:before, +.markup.jupyter .blockquote-reverse .small:before, +.markup.jupyter blockquote.pull-right .small:before { content: ''; } -.markdown.jupyter .blockquote-reverse footer:after, -.markdown.jupyter blockquote.pull-right footer:after, -.markdown.jupyter .blockquote-reverse small:after, -.markdown.jupyter blockquote.pull-right small:after, -.markdown.jupyter .blockquote-reverse .small:after, -.markdown.jupyter blockquote.pull-right .small:after { +.markup.jupyter .blockquote-reverse footer:after, +.markup.jupyter blockquote.pull-right footer:after, +.markup.jupyter .blockquote-reverse small:after, +.markup.jupyter blockquote.pull-right small:after, +.markup.jupyter .blockquote-reverse .small:after, +.markup.jupyter blockquote.pull-right .small:after { content: '\00A0 \2014'; } -.markdown.jupyter address { +.markup.jupyter address { margin-bottom: 18px; font-style: normal; line-height: 1.42857143; } -.markdown.jupyter code, -.markdown.jupyter kbd, -.markdown.jupyter pre, -.markdown.jupyter samp { +.markup.jupyter code, +.markup.jupyter kbd, +.markup.jupyter pre, +.markup.jupyter samp { font-family: monospace; } -.markdown.jupyter code { +.markup.jupyter code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 2px; } -.markdown.jupyter kbd { +.markup.jupyter kbd { padding: 2px 4px; font-size: 90%; color: #888; @@ -1755,13 +1755,13 @@ Adapted from GitHub theme border-radius: 1px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } -.markdown.jupyter kbd kbd { +.markup.jupyter kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none; } -.markdown.jupyter pre { +.markup.jupyter pre { display: block; padding: 8.5px; margin: 0 0 9px; @@ -1774,7 +1774,7 @@ Adapted from GitHub theme border: 1px solid #ccc; border-radius: 2px; } -.markdown.jupyter pre code { +.markup.jupyter pre code { padding: 0; font-size: inherit; color: inherit; @@ -1782,1000 +1782,1000 @@ Adapted from GitHub theme background-color: transparent; border-radius: 0; } -.markdown.jupyter .pre-scrollable { +.markup.jupyter .pre-scrollable { max-height: 340px; overflow-y: scroll; } -.markdown.jupyter .container { +.markup.jupyter .container { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } -.markdown.jupyter .container-fluid { +.markup.jupyter .container-fluid { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } -.markdown.jupyter .row { +.markup.jupyter .row { margin-left: 0px; margin-right: 0px; } -.markdown.jupyter .col-xs-1, -.markdown.jupyter .col-sm-1, -.markdown.jupyter .col-md-1, -.markdown.jupyter .col-lg-1, -.markdown.jupyter .col-xs-2, -.markdown.jupyter .col-sm-2, -.markdown.jupyter .col-md-2, -.markdown.jupyter .col-lg-2, -.markdown.jupyter .col-xs-3, -.markdown.jupyter .col-sm-3, -.markdown.jupyter .col-md-3, -.markdown.jupyter .col-lg-3, -.markdown.jupyter .col-xs-4, -.markdown.jupyter .col-sm-4, -.markdown.jupyter .col-md-4, -.markdown.jupyter .col-lg-4, -.markdown.jupyter .col-xs-5, -.markdown.jupyter .col-sm-5, -.markdown.jupyter .col-md-5, -.markdown.jupyter .col-lg-5, -.markdown.jupyter .col-xs-6, -.markdown.jupyter .col-sm-6, -.markdown.jupyter .col-md-6, -.markdown.jupyter .col-lg-6, -.markdown.jupyter .col-xs-7, -.markdown.jupyter .col-sm-7, -.markdown.jupyter .col-md-7, -.markdown.jupyter .col-lg-7, -.markdown.jupyter .col-xs-8, -.markdown.jupyter .col-sm-8, -.markdown.jupyter .col-md-8, -.markdown.jupyter .col-lg-8, -.markdown.jupyter .col-xs-9, -.markdown.jupyter .col-sm-9, -.markdown.jupyter .col-md-9, -.markdown.jupyter .col-lg-9, -.markdown.jupyter .col-xs-10, -.markdown.jupyter .col-sm-10, -.markdown.jupyter .col-md-10, -.markdown.jupyter .col-lg-10, -.markdown.jupyter .col-xs-11, -.markdown.jupyter .col-sm-11, -.markdown.jupyter .col-md-11, -.markdown.jupyter .col-lg-11, -.markdown.jupyter .col-xs-12, -.markdown.jupyter .col-sm-12, -.markdown.jupyter .col-md-12, -.markdown.jupyter .col-lg-12 { +.markup.jupyter .col-xs-1, +.markup.jupyter .col-sm-1, +.markup.jupyter .col-md-1, +.markup.jupyter .col-lg-1, +.markup.jupyter .col-xs-2, +.markup.jupyter .col-sm-2, +.markup.jupyter .col-md-2, +.markup.jupyter .col-lg-2, +.markup.jupyter .col-xs-3, +.markup.jupyter .col-sm-3, +.markup.jupyter .col-md-3, +.markup.jupyter .col-lg-3, +.markup.jupyter .col-xs-4, +.markup.jupyter .col-sm-4, +.markup.jupyter .col-md-4, +.markup.jupyter .col-lg-4, +.markup.jupyter .col-xs-5, +.markup.jupyter .col-sm-5, +.markup.jupyter .col-md-5, +.markup.jupyter .col-lg-5, +.markup.jupyter .col-xs-6, +.markup.jupyter .col-sm-6, +.markup.jupyter .col-md-6, +.markup.jupyter .col-lg-6, +.markup.jupyter .col-xs-7, +.markup.jupyter .col-sm-7, +.markup.jupyter .col-md-7, +.markup.jupyter .col-lg-7, +.markup.jupyter .col-xs-8, +.markup.jupyter .col-sm-8, +.markup.jupyter .col-md-8, +.markup.jupyter .col-lg-8, +.markup.jupyter .col-xs-9, +.markup.jupyter .col-sm-9, +.markup.jupyter .col-md-9, +.markup.jupyter .col-lg-9, +.markup.jupyter .col-xs-10, +.markup.jupyter .col-sm-10, +.markup.jupyter .col-md-10, +.markup.jupyter .col-lg-10, +.markup.jupyter .col-xs-11, +.markup.jupyter .col-sm-11, +.markup.jupyter .col-md-11, +.markup.jupyter .col-lg-11, +.markup.jupyter .col-xs-12, +.markup.jupyter .col-sm-12, +.markup.jupyter .col-md-12, +.markup.jupyter .col-lg-12 { position: relative; min-height: 1px; padding-left: 0px; padding-right: 0px; } -.markdown.jupyter .col-xs-1, -.markdown.jupyter .col-xs-2, -.markdown.jupyter .col-xs-3, -.markdown.jupyter .col-xs-4, -.markdown.jupyter .col-xs-5, -.markdown.jupyter .col-xs-6, -.markdown.jupyter .col-xs-7, -.markdown.jupyter .col-xs-8, -.markdown.jupyter .col-xs-9, -.markdown.jupyter .col-xs-10, -.markdown.jupyter .col-xs-11, -.markdown.jupyter .col-xs-12 { +.markup.jupyter .col-xs-1, +.markup.jupyter .col-xs-2, +.markup.jupyter .col-xs-3, +.markup.jupyter .col-xs-4, +.markup.jupyter .col-xs-5, +.markup.jupyter .col-xs-6, +.markup.jupyter .col-xs-7, +.markup.jupyter .col-xs-8, +.markup.jupyter .col-xs-9, +.markup.jupyter .col-xs-10, +.markup.jupyter .col-xs-11, +.markup.jupyter .col-xs-12 { float: left; } -.markdown.jupyter .col-xs-12 { +.markup.jupyter .col-xs-12 { width: 100%; } -.markdown.jupyter .col-xs-11 { +.markup.jupyter .col-xs-11 { width: 91.66666667%; } -.markdown.jupyter .col-xs-10 { +.markup.jupyter .col-xs-10 { width: 83.33333333%; } -.markdown.jupyter .col-xs-9 { +.markup.jupyter .col-xs-9 { width: 75%; } -.markdown.jupyter .col-xs-8 { +.markup.jupyter .col-xs-8 { width: 66.66666667%; } -.markdown.jupyter .col-xs-7 { +.markup.jupyter .col-xs-7 { width: 58.33333333%; } -.markdown.jupyter .col-xs-6 { +.markup.jupyter .col-xs-6 { width: 50%; } -.markdown.jupyter .col-xs-5 { +.markup.jupyter .col-xs-5 { width: 41.66666667%; } -.markdown.jupyter .col-xs-4 { +.markup.jupyter .col-xs-4 { width: 33.33333333%; } -.markdown.jupyter .col-xs-3 { +.markup.jupyter .col-xs-3 { width: 25%; } -.markdown.jupyter .col-xs-2 { +.markup.jupyter .col-xs-2 { width: 16.66666667%; } -.markdown.jupyter .col-xs-1 { +.markup.jupyter .col-xs-1 { width: 8.33333333%; } -.markdown.jupyter .col-xs-pull-12 { +.markup.jupyter .col-xs-pull-12 { right: 100%; } -.markdown.jupyter .col-xs-pull-11 { +.markup.jupyter .col-xs-pull-11 { right: 91.66666667%; } -.markdown.jupyter .col-xs-pull-10 { +.markup.jupyter .col-xs-pull-10 { right: 83.33333333%; } -.markdown.jupyter .col-xs-pull-9 { +.markup.jupyter .col-xs-pull-9 { right: 75%; } -.markdown.jupyter .col-xs-pull-8 { +.markup.jupyter .col-xs-pull-8 { right: 66.66666667%; } -.markdown.jupyter .col-xs-pull-7 { +.markup.jupyter .col-xs-pull-7 { right: 58.33333333%; } -.markdown.jupyter .col-xs-pull-6 { +.markup.jupyter .col-xs-pull-6 { right: 50%; } -.markdown.jupyter .col-xs-pull-5 { +.markup.jupyter .col-xs-pull-5 { right: 41.66666667%; } -.markdown.jupyter .col-xs-pull-4 { +.markup.jupyter .col-xs-pull-4 { right: 33.33333333%; } -.markdown.jupyter .col-xs-pull-3 { +.markup.jupyter .col-xs-pull-3 { right: 25%; } -.markdown.jupyter .col-xs-pull-2 { +.markup.jupyter .col-xs-pull-2 { right: 16.66666667%; } -.markdown.jupyter .col-xs-pull-1 { +.markup.jupyter .col-xs-pull-1 { right: 8.33333333%; } -.markdown.jupyter .col-xs-pull-0 { +.markup.jupyter .col-xs-pull-0 { right: auto; } -.markdown.jupyter .col-xs-push-12 { +.markup.jupyter .col-xs-push-12 { left: 100%; } -.markdown.jupyter .col-xs-push-11 { +.markup.jupyter .col-xs-push-11 { left: 91.66666667%; } -.markdown.jupyter .col-xs-push-10 { +.markup.jupyter .col-xs-push-10 { left: 83.33333333%; } -.markdown.jupyter .col-xs-push-9 { +.markup.jupyter .col-xs-push-9 { left: 75%; } -.markdown.jupyter .col-xs-push-8 { +.markup.jupyter .col-xs-push-8 { left: 66.66666667%; } -.markdown.jupyter .col-xs-push-7 { +.markup.jupyter .col-xs-push-7 { left: 58.33333333%; } -.markdown.jupyter .col-xs-push-6 { +.markup.jupyter .col-xs-push-6 { left: 50%; } -.markdown.jupyter .col-xs-push-5 { +.markup.jupyter .col-xs-push-5 { left: 41.66666667%; } -.markdown.jupyter .col-xs-push-4 { +.markup.jupyter .col-xs-push-4 { left: 33.33333333%; } -.markdown.jupyter .col-xs-push-3 { +.markup.jupyter .col-xs-push-3 { left: 25%; } -.markdown.jupyter .col-xs-push-2 { +.markup.jupyter .col-xs-push-2 { left: 16.66666667%; } -.markdown.jupyter .col-xs-push-1 { +.markup.jupyter .col-xs-push-1 { left: 8.33333333%; } -.markdown.jupyter .col-xs-push-0 { +.markup.jupyter .col-xs-push-0 { left: auto; } -.markdown.jupyter .col-xs-offset-12 { +.markup.jupyter .col-xs-offset-12 { margin-left: 100%; } -.markdown.jupyter .col-xs-offset-11 { +.markup.jupyter .col-xs-offset-11 { margin-left: 91.66666667%; } -.markdown.jupyter .col-xs-offset-10 { +.markup.jupyter .col-xs-offset-10 { margin-left: 83.33333333%; } -.markdown.jupyter .col-xs-offset-9 { +.markup.jupyter .col-xs-offset-9 { margin-left: 75%; } -.markdown.jupyter .col-xs-offset-8 { +.markup.jupyter .col-xs-offset-8 { margin-left: 66.66666667%; } -.markdown.jupyter .col-xs-offset-7 { +.markup.jupyter .col-xs-offset-7 { margin-left: 58.33333333%; } -.markdown.jupyter .col-xs-offset-6 { +.markup.jupyter .col-xs-offset-6 { margin-left: 50%; } -.markdown.jupyter .col-xs-offset-5 { +.markup.jupyter .col-xs-offset-5 { margin-left: 41.66666667%; } -.markdown.jupyter .col-xs-offset-4 { +.markup.jupyter .col-xs-offset-4 { margin-left: 33.33333333%; } -.markdown.jupyter .col-xs-offset-3 { +.markup.jupyter .col-xs-offset-3 { margin-left: 25%; } -.markdown.jupyter .col-xs-offset-2 { +.markup.jupyter .col-xs-offset-2 { margin-left: 16.66666667%; } -.markdown.jupyter .col-xs-offset-1 { +.markup.jupyter .col-xs-offset-1 { margin-left: 8.33333333%; } -.markdown.jupyter .col-xs-offset-0 { +.markup.jupyter .col-xs-offset-0 { margin-left: 0%; } @media (min-width: 768px) { - .markdown.jupyter .col-sm-1, - .markdown.jupyter .col-sm-2, - .markdown.jupyter .col-sm-3, - .markdown.jupyter .col-sm-4, - .markdown.jupyter .col-sm-5, - .markdown.jupyter .col-sm-6, - .markdown.jupyter .col-sm-7, - .markdown.jupyter .col-sm-8, - .markdown.jupyter .col-sm-9, - .markdown.jupyter .col-sm-10, - .markdown.jupyter .col-sm-11, - .markdown.jupyter .col-sm-12 { + .markup.jupyter .col-sm-1, + .markup.jupyter .col-sm-2, + .markup.jupyter .col-sm-3, + .markup.jupyter .col-sm-4, + .markup.jupyter .col-sm-5, + .markup.jupyter .col-sm-6, + .markup.jupyter .col-sm-7, + .markup.jupyter .col-sm-8, + .markup.jupyter .col-sm-9, + .markup.jupyter .col-sm-10, + .markup.jupyter .col-sm-11, + .markup.jupyter .col-sm-12 { float: left; } - .markdown.jupyter .col-sm-12 { + .markup.jupyter .col-sm-12 { width: 100%; } - .markdown.jupyter .col-sm-11 { + .markup.jupyter .col-sm-11 { width: 91.66666667%; } - .markdown.jupyter .col-sm-10 { + .markup.jupyter .col-sm-10 { width: 83.33333333%; } - .markdown.jupyter .col-sm-9 { + .markup.jupyter .col-sm-9 { width: 75%; } - .markdown.jupyter .col-sm-8 { + .markup.jupyter .col-sm-8 { width: 66.66666667%; } - .markdown.jupyter .col-sm-7 { + .markup.jupyter .col-sm-7 { width: 58.33333333%; } - .markdown.jupyter .col-sm-6 { + .markup.jupyter .col-sm-6 { width: 50%; } - .markdown.jupyter .col-sm-5 { + .markup.jupyter .col-sm-5 { width: 41.66666667%; } - .markdown.jupyter .col-sm-4 { + .markup.jupyter .col-sm-4 { width: 33.33333333%; } - .markdown.jupyter .col-sm-3 { + .markup.jupyter .col-sm-3 { width: 25%; } - .markdown.jupyter .col-sm-2 { + .markup.jupyter .col-sm-2 { width: 16.66666667%; } - .markdown.jupyter .col-sm-1 { + .markup.jupyter .col-sm-1 { width: 8.33333333%; } - .markdown.jupyter .col-sm-pull-12 { + .markup.jupyter .col-sm-pull-12 { right: 100%; } - .markdown.jupyter .col-sm-pull-11 { + .markup.jupyter .col-sm-pull-11 { right: 91.66666667%; } - .markdown.jupyter .col-sm-pull-10 { + .markup.jupyter .col-sm-pull-10 { right: 83.33333333%; } - .markdown.jupyter .col-sm-pull-9 { + .markup.jupyter .col-sm-pull-9 { right: 75%; } - .markdown.jupyter .col-sm-pull-8 { + .markup.jupyter .col-sm-pull-8 { right: 66.66666667%; } - .markdown.jupyter .col-sm-pull-7 { + .markup.jupyter .col-sm-pull-7 { right: 58.33333333%; } - .markdown.jupyter .col-sm-pull-6 { + .markup.jupyter .col-sm-pull-6 { right: 50%; } - .markdown.jupyter .col-sm-pull-5 { + .markup.jupyter .col-sm-pull-5 { right: 41.66666667%; } - .markdown.jupyter .col-sm-pull-4 { + .markup.jupyter .col-sm-pull-4 { right: 33.33333333%; } - .markdown.jupyter .col-sm-pull-3 { + .markup.jupyter .col-sm-pull-3 { right: 25%; } - .markdown.jupyter .col-sm-pull-2 { + .markup.jupyter .col-sm-pull-2 { right: 16.66666667%; } - .markdown.jupyter .col-sm-pull-1 { + .markup.jupyter .col-sm-pull-1 { right: 8.33333333%; } - .markdown.jupyter .col-sm-pull-0 { + .markup.jupyter .col-sm-pull-0 { right: auto; } - .markdown.jupyter .col-sm-push-12 { + .markup.jupyter .col-sm-push-12 { left: 100%; } - .markdown.jupyter .col-sm-push-11 { + .markup.jupyter .col-sm-push-11 { left: 91.66666667%; } - .markdown.jupyter .col-sm-push-10 { + .markup.jupyter .col-sm-push-10 { left: 83.33333333%; } - .markdown.jupyter .col-sm-push-9 { + .markup.jupyter .col-sm-push-9 { left: 75%; } - .markdown.jupyter .col-sm-push-8 { + .markup.jupyter .col-sm-push-8 { left: 66.66666667%; } - .markdown.jupyter .col-sm-push-7 { + .markup.jupyter .col-sm-push-7 { left: 58.33333333%; } - .markdown.jupyter .col-sm-push-6 { + .markup.jupyter .col-sm-push-6 { left: 50%; } - .markdown.jupyter .col-sm-push-5 { + .markup.jupyter .col-sm-push-5 { left: 41.66666667%; } - .markdown.jupyter .col-sm-push-4 { + .markup.jupyter .col-sm-push-4 { left: 33.33333333%; } - .markdown.jupyter .col-sm-push-3 { + .markup.jupyter .col-sm-push-3 { left: 25%; } - .markdown.jupyter .col-sm-push-2 { + .markup.jupyter .col-sm-push-2 { left: 16.66666667%; } - .markdown.jupyter .col-sm-push-1 { + .markup.jupyter .col-sm-push-1 { left: 8.33333333%; } - .markdown.jupyter .col-sm-push-0 { + .markup.jupyter .col-sm-push-0 { left: auto; } - .markdown.jupyter .col-sm-offset-12 { + .markup.jupyter .col-sm-offset-12 { margin-left: 100%; } - .markdown.jupyter .col-sm-offset-11 { + .markup.jupyter .col-sm-offset-11 { margin-left: 91.66666667%; } - .markdown.jupyter .col-sm-offset-10 { + .markup.jupyter .col-sm-offset-10 { margin-left: 83.33333333%; } - .markdown.jupyter .col-sm-offset-9 { + .markup.jupyter .col-sm-offset-9 { margin-left: 75%; } - .markdown.jupyter .col-sm-offset-8 { + .markup.jupyter .col-sm-offset-8 { margin-left: 66.66666667%; } - .markdown.jupyter .col-sm-offset-7 { + .markup.jupyter .col-sm-offset-7 { margin-left: 58.33333333%; } - .markdown.jupyter .col-sm-offset-6 { + .markup.jupyter .col-sm-offset-6 { margin-left: 50%; } - .markdown.jupyter .col-sm-offset-5 { + .markup.jupyter .col-sm-offset-5 { margin-left: 41.66666667%; } - .markdown.jupyter .col-sm-offset-4 { + .markup.jupyter .col-sm-offset-4 { margin-left: 33.33333333%; } - .markdown.jupyter .col-sm-offset-3 { + .markup.jupyter .col-sm-offset-3 { margin-left: 25%; } - .markdown.jupyter .col-sm-offset-2 { + .markup.jupyter .col-sm-offset-2 { margin-left: 16.66666667%; } - .markdown.jupyter .col-sm-offset-1 { + .markup.jupyter .col-sm-offset-1 { margin-left: 8.33333333%; } - .markdown.jupyter .col-sm-offset-0 { + .markup.jupyter .col-sm-offset-0 { margin-left: 0%; } } @media (min-width: 992px) { - .markdown.jupyter .col-md-1, - .markdown.jupyter .col-md-2, - .markdown.jupyter .col-md-3, - .markdown.jupyter .col-md-4, - .markdown.jupyter .col-md-5, - .markdown.jupyter .col-md-6, - .markdown.jupyter .col-md-7, - .markdown.jupyter .col-md-8, - .markdown.jupyter .col-md-9, - .markdown.jupyter .col-md-10, - .markdown.jupyter .col-md-11, - .markdown.jupyter .col-md-12 { + .markup.jupyter .col-md-1, + .markup.jupyter .col-md-2, + .markup.jupyter .col-md-3, + .markup.jupyter .col-md-4, + .markup.jupyter .col-md-5, + .markup.jupyter .col-md-6, + .markup.jupyter .col-md-7, + .markup.jupyter .col-md-8, + .markup.jupyter .col-md-9, + .markup.jupyter .col-md-10, + .markup.jupyter .col-md-11, + .markup.jupyter .col-md-12 { float: left; } - .markdown.jupyter .col-md-12 { + .markup.jupyter .col-md-12 { width: 100%; } - .markdown.jupyter .col-md-11 { + .markup.jupyter .col-md-11 { width: 91.66666667%; } - .markdown.jupyter .col-md-10 { + .markup.jupyter .col-md-10 { width: 83.33333333%; } - .markdown.jupyter .col-md-9 { + .markup.jupyter .col-md-9 { width: 75%; } - .markdown.jupyter .col-md-8 { + .markup.jupyter .col-md-8 { width: 66.66666667%; } - .markdown.jupyter .col-md-7 { + .markup.jupyter .col-md-7 { width: 58.33333333%; } - .markdown.jupyter .col-md-6 { + .markup.jupyter .col-md-6 { width: 50%; } - .markdown.jupyter .col-md-5 { + .markup.jupyter .col-md-5 { width: 41.66666667%; } - .markdown.jupyter .col-md-4 { + .markup.jupyter .col-md-4 { width: 33.33333333%; } - .markdown.jupyter .col-md-3 { + .markup.jupyter .col-md-3 { width: 25%; } - .markdown.jupyter .col-md-2 { + .markup.jupyter .col-md-2 { width: 16.66666667%; } - .markdown.jupyter .col-md-1 { + .markup.jupyter .col-md-1 { width: 8.33333333%; } - .markdown.jupyter .col-md-pull-12 { + .markup.jupyter .col-md-pull-12 { right: 100%; } - .markdown.jupyter .col-md-pull-11 { + .markup.jupyter .col-md-pull-11 { right: 91.66666667%; } - .markdown.jupyter .col-md-pull-10 { + .markup.jupyter .col-md-pull-10 { right: 83.33333333%; } - .markdown.jupyter .col-md-pull-9 { + .markup.jupyter .col-md-pull-9 { right: 75%; } - .markdown.jupyter .col-md-pull-8 { + .markup.jupyter .col-md-pull-8 { right: 66.66666667%; } - .markdown.jupyter .col-md-pull-7 { + .markup.jupyter .col-md-pull-7 { right: 58.33333333%; } - .markdown.jupyter .col-md-pull-6 { + .markup.jupyter .col-md-pull-6 { right: 50%; } - .markdown.jupyter .col-md-pull-5 { + .markup.jupyter .col-md-pull-5 { right: 41.66666667%; } - .markdown.jupyter .col-md-pull-4 { + .markup.jupyter .col-md-pull-4 { right: 33.33333333%; } - .markdown.jupyter .col-md-pull-3 { + .markup.jupyter .col-md-pull-3 { right: 25%; } - .markdown.jupyter .col-md-pull-2 { + .markup.jupyter .col-md-pull-2 { right: 16.66666667%; } - .markdown.jupyter .col-md-pull-1 { + .markup.jupyter .col-md-pull-1 { right: 8.33333333%; } - .markdown.jupyter .col-md-pull-0 { + .markup.jupyter .col-md-pull-0 { right: auto; } - .markdown.jupyter .col-md-push-12 { + .markup.jupyter .col-md-push-12 { left: 100%; } - .markdown.jupyter .col-md-push-11 { + .markup.jupyter .col-md-push-11 { left: 91.66666667%; } - .markdown.jupyter .col-md-push-10 { + .markup.jupyter .col-md-push-10 { left: 83.33333333%; } - .markdown.jupyter .col-md-push-9 { + .markup.jupyter .col-md-push-9 { left: 75%; } - .markdown.jupyter .col-md-push-8 { + .markup.jupyter .col-md-push-8 { left: 66.66666667%; } - .markdown.jupyter .col-md-push-7 { + .markup.jupyter .col-md-push-7 { left: 58.33333333%; } - .markdown.jupyter .col-md-push-6 { + .markup.jupyter .col-md-push-6 { left: 50%; } - .markdown.jupyter .col-md-push-5 { + .markup.jupyter .col-md-push-5 { left: 41.66666667%; } - .markdown.jupyter .col-md-push-4 { + .markup.jupyter .col-md-push-4 { left: 33.33333333%; } - .markdown.jupyter .col-md-push-3 { + .markup.jupyter .col-md-push-3 { left: 25%; } - .markdown.jupyter .col-md-push-2 { + .markup.jupyter .col-md-push-2 { left: 16.66666667%; } - .markdown.jupyter .col-md-push-1 { + .markup.jupyter .col-md-push-1 { left: 8.33333333%; } - .markdown.jupyter .col-md-push-0 { + .markup.jupyter .col-md-push-0 { left: auto; } - .markdown.jupyter .col-md-offset-12 { + .markup.jupyter .col-md-offset-12 { margin-left: 100%; } - .markdown.jupyter .col-md-offset-11 { + .markup.jupyter .col-md-offset-11 { margin-left: 91.66666667%; } - .markdown.jupyter .col-md-offset-10 { + .markup.jupyter .col-md-offset-10 { margin-left: 83.33333333%; } - .markdown.jupyter .col-md-offset-9 { + .markup.jupyter .col-md-offset-9 { margin-left: 75%; } - .markdown.jupyter .col-md-offset-8 { + .markup.jupyter .col-md-offset-8 { margin-left: 66.66666667%; } - .markdown.jupyter .col-md-offset-7 { + .markup.jupyter .col-md-offset-7 { margin-left: 58.33333333%; } - .markdown.jupyter .col-md-offset-6 { + .markup.jupyter .col-md-offset-6 { margin-left: 50%; } - .markdown.jupyter .col-md-offset-5 { + .markup.jupyter .col-md-offset-5 { margin-left: 41.66666667%; } - .markdown.jupyter .col-md-offset-4 { + .markup.jupyter .col-md-offset-4 { margin-left: 33.33333333%; } - .markdown.jupyter .col-md-offset-3 { + .markup.jupyter .col-md-offset-3 { margin-left: 25%; } - .markdown.jupyter .col-md-offset-2 { + .markup.jupyter .col-md-offset-2 { margin-left: 16.66666667%; } - .markdown.jupyter .col-md-offset-1 { + .markup.jupyter .col-md-offset-1 { margin-left: 8.33333333%; } - .markdown.jupyter .col-md-offset-0 { + .markup.jupyter .col-md-offset-0 { margin-left: 0%; } } @media (min-width: 1200px) { - .markdown.jupyter .col-lg-1, - .markdown.jupyter .col-lg-2, - .markdown.jupyter .col-lg-3, - .markdown.jupyter .col-lg-4, - .markdown.jupyter .col-lg-5, - .markdown.jupyter .col-lg-6, - .markdown.jupyter .col-lg-7, - .markdown.jupyter .col-lg-8, - .markdown.jupyter .col-lg-9, - .markdown.jupyter .col-lg-10, - .markdown.jupyter .col-lg-11, - .markdown.jupyter .col-lg-12 { + .markup.jupyter .col-lg-1, + .markup.jupyter .col-lg-2, + .markup.jupyter .col-lg-3, + .markup.jupyter .col-lg-4, + .markup.jupyter .col-lg-5, + .markup.jupyter .col-lg-6, + .markup.jupyter .col-lg-7, + .markup.jupyter .col-lg-8, + .markup.jupyter .col-lg-9, + .markup.jupyter .col-lg-10, + .markup.jupyter .col-lg-11, + .markup.jupyter .col-lg-12 { float: left; } - .markdown.jupyter .col-lg-12 { + .markup.jupyter .col-lg-12 { width: 100%; } - .markdown.jupyter .col-lg-11 { + .markup.jupyter .col-lg-11 { width: 91.66666667%; } - .markdown.jupyter .col-lg-10 { + .markup.jupyter .col-lg-10 { width: 83.33333333%; } - .markdown.jupyter .col-lg-9 { + .markup.jupyter .col-lg-9 { width: 75%; } - .markdown.jupyter .col-lg-8 { + .markup.jupyter .col-lg-8 { width: 66.66666667%; } - .markdown.jupyter .col-lg-7 { + .markup.jupyter .col-lg-7 { width: 58.33333333%; } - .markdown.jupyter .col-lg-6 { + .markup.jupyter .col-lg-6 { width: 50%; } - .markdown.jupyter .col-lg-5 { + .markup.jupyter .col-lg-5 { width: 41.66666667%; } - .markdown.jupyter .col-lg-4 { + .markup.jupyter .col-lg-4 { width: 33.33333333%; } - .markdown.jupyter .col-lg-3 { + .markup.jupyter .col-lg-3 { width: 25%; } - .markdown.jupyter .col-lg-2 { + .markup.jupyter .col-lg-2 { width: 16.66666667%; } - .markdown.jupyter .col-lg-1 { + .markup.jupyter .col-lg-1 { width: 8.33333333%; } - .markdown.jupyter .col-lg-pull-12 { + .markup.jupyter .col-lg-pull-12 { right: 100%; } - .markdown.jupyter .col-lg-pull-11 { + .markup.jupyter .col-lg-pull-11 { right: 91.66666667%; } - .markdown.jupyter .col-lg-pull-10 { + .markup.jupyter .col-lg-pull-10 { right: 83.33333333%; } - .markdown.jupyter .col-lg-pull-9 { + .markup.jupyter .col-lg-pull-9 { right: 75%; } - .markdown.jupyter .col-lg-pull-8 { + .markup.jupyter .col-lg-pull-8 { right: 66.66666667%; } - .markdown.jupyter .col-lg-pull-7 { + .markup.jupyter .col-lg-pull-7 { right: 58.33333333%; } - .markdown.jupyter .col-lg-pull-6 { + .markup.jupyter .col-lg-pull-6 { right: 50%; } - .markdown.jupyter .col-lg-pull-5 { + .markup.jupyter .col-lg-pull-5 { right: 41.66666667%; } - .markdown.jupyter .col-lg-pull-4 { + .markup.jupyter .col-lg-pull-4 { right: 33.33333333%; } - .markdown.jupyter .col-lg-pull-3 { + .markup.jupyter .col-lg-pull-3 { right: 25%; } - .markdown.jupyter .col-lg-pull-2 { + .markup.jupyter .col-lg-pull-2 { right: 16.66666667%; } - .markdown.jupyter .col-lg-pull-1 { + .markup.jupyter .col-lg-pull-1 { right: 8.33333333%; } - .markdown.jupyter .col-lg-pull-0 { + .markup.jupyter .col-lg-pull-0 { right: auto; } - .markdown.jupyter .col-lg-push-12 { + .markup.jupyter .col-lg-push-12 { left: 100%; } - .markdown.jupyter .col-lg-push-11 { + .markup.jupyter .col-lg-push-11 { left: 91.66666667%; } - .markdown.jupyter .col-lg-push-10 { + .markup.jupyter .col-lg-push-10 { left: 83.33333333%; } - .markdown.jupyter .col-lg-push-9 { + .markup.jupyter .col-lg-push-9 { left: 75%; } - .markdown.jupyter .col-lg-push-8 { + .markup.jupyter .col-lg-push-8 { left: 66.66666667%; } - .markdown.jupyter .col-lg-push-7 { + .markup.jupyter .col-lg-push-7 { left: 58.33333333%; } - .markdown.jupyter .col-lg-push-6 { + .markup.jupyter .col-lg-push-6 { left: 50%; } - .markdown.jupyter .col-lg-push-5 { + .markup.jupyter .col-lg-push-5 { left: 41.66666667%; } - .markdown.jupyter .col-lg-push-4 { + .markup.jupyter .col-lg-push-4 { left: 33.33333333%; } - .markdown.jupyter .col-lg-push-3 { + .markup.jupyter .col-lg-push-3 { left: 25%; } - .markdown.jupyter .col-lg-push-2 { + .markup.jupyter .col-lg-push-2 { left: 16.66666667%; } - .markdown.jupyter .col-lg-push-1 { + .markup.jupyter .col-lg-push-1 { left: 8.33333333%; } - .markdown.jupyter .col-lg-push-0 { + .markup.jupyter .col-lg-push-0 { left: auto; } - .markdown.jupyter .col-lg-offset-12 { + .markup.jupyter .col-lg-offset-12 { margin-left: 100%; } - .markdown.jupyter .col-lg-offset-11 { + .markup.jupyter .col-lg-offset-11 { margin-left: 91.66666667%; } - .markdown.jupyter .col-lg-offset-10 { + .markup.jupyter .col-lg-offset-10 { margin-left: 83.33333333%; } - .markdown.jupyter .col-lg-offset-9 { + .markup.jupyter .col-lg-offset-9 { margin-left: 75%; } - .markdown.jupyter .col-lg-offset-8 { + .markup.jupyter .col-lg-offset-8 { margin-left: 66.66666667%; } - .markdown.jupyter .col-lg-offset-7 { + .markup.jupyter .col-lg-offset-7 { margin-left: 58.33333333%; } - .markdown.jupyter .col-lg-offset-6 { + .markup.jupyter .col-lg-offset-6 { margin-left: 50%; } - .markdown.jupyter .col-lg-offset-5 { + .markup.jupyter .col-lg-offset-5 { margin-left: 41.66666667%; } - .markdown.jupyter .col-lg-offset-4 { + .markup.jupyter .col-lg-offset-4 { margin-left: 33.33333333%; } - .markdown.jupyter .col-lg-offset-3 { + .markup.jupyter .col-lg-offset-3 { margin-left: 25%; } - .markdown.jupyter .col-lg-offset-2 { + .markup.jupyter .col-lg-offset-2 { margin-left: 16.66666667%; } - .markdown.jupyter .col-lg-offset-1 { + .markup.jupyter .col-lg-offset-1 { margin-left: 8.33333333%; } - .markdown.jupyter .col-lg-offset-0 { + .markup.jupyter .col-lg-offset-0 { margin-left: 0%; } } -.markdown.jupyter table { +.markup.jupyter table { background-color: transparent; } -.markdown.jupyter caption { +.markup.jupyter caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; } -.markdown.jupyter th { +.markup.jupyter th { text-align: left; } -.markdown.jupyter .table { +.markup.jupyter .table { width: 100%; max-width: 100%; margin-bottom: 18px; } -.markdown.jupyter .table > thead > tr > th, -.markdown.jupyter .table > tbody > tr > th, -.markdown.jupyter .table > tfoot > tr > th, -.markdown.jupyter .table > thead > tr > td, -.markdown.jupyter .table > tbody > tr > td, -.markdown.jupyter .table > tfoot > tr > td { +.markup.jupyter .table > thead > tr > th, +.markup.jupyter .table > tbody > tr > th, +.markup.jupyter .table > tfoot > tr > th, +.markup.jupyter .table > thead > tr > td, +.markup.jupyter .table > tbody > tr > td, +.markup.jupyter .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } -.markdown.jupyter .table > thead > tr > th { +.markup.jupyter .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } -.markdown.jupyter .table > caption + thead > tr:first-child > th, -.markdown.jupyter .table > colgroup + thead > tr:first-child > th, -.markdown.jupyter .table > thead:first-child > tr:first-child > th, -.markdown.jupyter .table > caption + thead > tr:first-child > td, -.markdown.jupyter .table > colgroup + thead > tr:first-child > td, -.markdown.jupyter .table > thead:first-child > tr:first-child > td { +.markup.jupyter .table > caption + thead > tr:first-child > th, +.markup.jupyter .table > colgroup + thead > tr:first-child > th, +.markup.jupyter .table > thead:first-child > tr:first-child > th, +.markup.jupyter .table > caption + thead > tr:first-child > td, +.markup.jupyter .table > colgroup + thead > tr:first-child > td, +.markup.jupyter .table > thead:first-child > tr:first-child > td { border-top: 0; } -.markdown.jupyter .table > tbody + tbody { +.markup.jupyter .table > tbody + tbody { border-top: 2px solid #ddd; } -.markdown.jupyter .table .table { +.markup.jupyter .table .table { background-color: #fff; } -.markdown.jupyter .table-condensed > thead > tr > th, -.markdown.jupyter .table-condensed > tbody > tr > th, -.markdown.jupyter .table-condensed > tfoot > tr > th, -.markdown.jupyter .table-condensed > thead > tr > td, -.markdown.jupyter .table-condensed > tbody > tr > td, -.markdown.jupyter .table-condensed > tfoot > tr > td { +.markup.jupyter .table-condensed > thead > tr > th, +.markup.jupyter .table-condensed > tbody > tr > th, +.markup.jupyter .table-condensed > tfoot > tr > th, +.markup.jupyter .table-condensed > thead > tr > td, +.markup.jupyter .table-condensed > tbody > tr > td, +.markup.jupyter .table-condensed > tfoot > tr > td { padding: 5px; } -.markdown.jupyter .table-bordered { +.markup.jupyter .table-bordered { border: 1px solid #ddd; } -.markdown.jupyter .table-bordered > thead > tr > th, -.markdown.jupyter .table-bordered > tbody > tr > th, -.markdown.jupyter .table-bordered > tfoot > tr > th, -.markdown.jupyter .table-bordered > thead > tr > td, -.markdown.jupyter .table-bordered > tbody > tr > td, -.markdown.jupyter .table-bordered > tfoot > tr > td { +.markup.jupyter .table-bordered > thead > tr > th, +.markup.jupyter .table-bordered > tbody > tr > th, +.markup.jupyter .table-bordered > tfoot > tr > th, +.markup.jupyter .table-bordered > thead > tr > td, +.markup.jupyter .table-bordered > tbody > tr > td, +.markup.jupyter .table-bordered > tfoot > tr > td { border: 1px solid #ddd; } -.markdown.jupyter .table-bordered > thead > tr > th, -.markdown.jupyter .table-bordered > thead > tr > td { +.markup.jupyter .table-bordered > thead > tr > th, +.markup.jupyter .table-bordered > thead > tr > td { border-bottom-width: 2px; } -.markdown.jupyter .table-striped > tbody > tr:nth-of-type(odd) { +.markup.jupyter .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } -.markdown.jupyter .table-hover > tbody > tr:hover { +.markup.jupyter .table-hover > tbody > tr:hover { background-color: #f5f5f5; } -.markdown.jupyter table col[class*="col-"] { +.markup.jupyter table col[class*="col-"] { position: static; float: none; display: table-column; } -.markdown.jupyter table td[class*="col-"], -.markdown.jupyter table th[class*="col-"] { +.markup.jupyter table td[class*="col-"], +.markup.jupyter table th[class*="col-"] { position: static; float: none; display: table-cell; } -.markdown.jupyter .table > thead > tr > td.active, -.markdown.jupyter .table > tbody > tr > td.active, -.markdown.jupyter .table > tfoot > tr > td.active, -.markdown.jupyter .table > thead > tr > th.active, -.markdown.jupyter .table > tbody > tr > th.active, -.markdown.jupyter .table > tfoot > tr > th.active, -.markdown.jupyter .table > thead > tr.active > td, -.markdown.jupyter .table > tbody > tr.active > td, -.markdown.jupyter .table > tfoot > tr.active > td, -.markdown.jupyter .table > thead > tr.active > th, -.markdown.jupyter .table > tbody > tr.active > th, -.markdown.jupyter .table > tfoot > tr.active > th { +.markup.jupyter .table > thead > tr > td.active, +.markup.jupyter .table > tbody > tr > td.active, +.markup.jupyter .table > tfoot > tr > td.active, +.markup.jupyter .table > thead > tr > th.active, +.markup.jupyter .table > tbody > tr > th.active, +.markup.jupyter .table > tfoot > tr > th.active, +.markup.jupyter .table > thead > tr.active > td, +.markup.jupyter .table > tbody > tr.active > td, +.markup.jupyter .table > tfoot > tr.active > td, +.markup.jupyter .table > thead > tr.active > th, +.markup.jupyter .table > tbody > tr.active > th, +.markup.jupyter .table > tfoot > tr.active > th { background-color: #f5f5f5; } -.markdown.jupyter .table-hover > tbody > tr > td.active:hover, -.markdown.jupyter .table-hover > tbody > tr > th.active:hover, -.markdown.jupyter .table-hover > tbody > tr.active:hover > td, -.markdown.jupyter .table-hover > tbody > tr:hover > .active, -.markdown.jupyter .table-hover > tbody > tr.active:hover > th { +.markup.jupyter .table-hover > tbody > tr > td.active:hover, +.markup.jupyter .table-hover > tbody > tr > th.active:hover, +.markup.jupyter .table-hover > tbody > tr.active:hover > td, +.markup.jupyter .table-hover > tbody > tr:hover > .active, +.markup.jupyter .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } -.markdown.jupyter .table > thead > tr > td.success, -.markdown.jupyter .table > tbody > tr > td.success, -.markdown.jupyter .table > tfoot > tr > td.success, -.markdown.jupyter .table > thead > tr > th.success, -.markdown.jupyter .table > tbody > tr > th.success, -.markdown.jupyter .table > tfoot > tr > th.success, -.markdown.jupyter .table > thead > tr.success > td, -.markdown.jupyter .table > tbody > tr.success > td, -.markdown.jupyter .table > tfoot > tr.success > td, -.markdown.jupyter .table > thead > tr.success > th, -.markdown.jupyter .table > tbody > tr.success > th, -.markdown.jupyter .table > tfoot > tr.success > th { +.markup.jupyter .table > thead > tr > td.success, +.markup.jupyter .table > tbody > tr > td.success, +.markup.jupyter .table > tfoot > tr > td.success, +.markup.jupyter .table > thead > tr > th.success, +.markup.jupyter .table > tbody > tr > th.success, +.markup.jupyter .table > tfoot > tr > th.success, +.markup.jupyter .table > thead > tr.success > td, +.markup.jupyter .table > tbody > tr.success > td, +.markup.jupyter .table > tfoot > tr.success > td, +.markup.jupyter .table > thead > tr.success > th, +.markup.jupyter .table > tbody > tr.success > th, +.markup.jupyter .table > tfoot > tr.success > th { background-color: #dff0d8; } -.markdown.jupyter .table-hover > tbody > tr > td.success:hover, -.markdown.jupyter .table-hover > tbody > tr > th.success:hover, -.markdown.jupyter .table-hover > tbody > tr.success:hover > td, -.markdown.jupyter .table-hover > tbody > tr:hover > .success, -.markdown.jupyter .table-hover > tbody > tr.success:hover > th { +.markup.jupyter .table-hover > tbody > tr > td.success:hover, +.markup.jupyter .table-hover > tbody > tr > th.success:hover, +.markup.jupyter .table-hover > tbody > tr.success:hover > td, +.markup.jupyter .table-hover > tbody > tr:hover > .success, +.markup.jupyter .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } -.markdown.jupyter .table > thead > tr > td.info, -.markdown.jupyter .table > tbody > tr > td.info, -.markdown.jupyter .table > tfoot > tr > td.info, -.markdown.jupyter .table > thead > tr > th.info, -.markdown.jupyter .table > tbody > tr > th.info, -.markdown.jupyter .table > tfoot > tr > th.info, -.markdown.jupyter .table > thead > tr.info > td, -.markdown.jupyter .table > tbody > tr.info > td, -.markdown.jupyter .table > tfoot > tr.info > td, -.markdown.jupyter .table > thead > tr.info > th, -.markdown.jupyter .table > tbody > tr.info > th, -.markdown.jupyter .table > tfoot > tr.info > th { +.markup.jupyter .table > thead > tr > td.info, +.markup.jupyter .table > tbody > tr > td.info, +.markup.jupyter .table > tfoot > tr > td.info, +.markup.jupyter .table > thead > tr > th.info, +.markup.jupyter .table > tbody > tr > th.info, +.markup.jupyter .table > tfoot > tr > th.info, +.markup.jupyter .table > thead > tr.info > td, +.markup.jupyter .table > tbody > tr.info > td, +.markup.jupyter .table > tfoot > tr.info > td, +.markup.jupyter .table > thead > tr.info > th, +.markup.jupyter .table > tbody > tr.info > th, +.markup.jupyter .table > tfoot > tr.info > th { background-color: #d9edf7; } -.markdown.jupyter .table-hover > tbody > tr > td.info:hover, -.markdown.jupyter .table-hover > tbody > tr > th.info:hover, -.markdown.jupyter .table-hover > tbody > tr.info:hover > td, -.markdown.jupyter .table-hover > tbody > tr:hover > .info, -.markdown.jupyter .table-hover > tbody > tr.info:hover > th { +.markup.jupyter .table-hover > tbody > tr > td.info:hover, +.markup.jupyter .table-hover > tbody > tr > th.info:hover, +.markup.jupyter .table-hover > tbody > tr.info:hover > td, +.markup.jupyter .table-hover > tbody > tr:hover > .info, +.markup.jupyter .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } -.markdown.jupyter .table > thead > tr > td.warning, -.markdown.jupyter .table > tbody > tr > td.warning, -.markdown.jupyter .table > tfoot > tr > td.warning, -.markdown.jupyter .table > thead > tr > th.warning, -.markdown.jupyter .table > tbody > tr > th.warning, -.markdown.jupyter .table > tfoot > tr > th.warning, -.markdown.jupyter .table > thead > tr.warning > td, -.markdown.jupyter .table > tbody > tr.warning > td, -.markdown.jupyter .table > tfoot > tr.warning > td, -.markdown.jupyter .table > thead > tr.warning > th, -.markdown.jupyter .table > tbody > tr.warning > th, -.markdown.jupyter .table > tfoot > tr.warning > th { +.markup.jupyter .table > thead > tr > td.warning, +.markup.jupyter .table > tbody > tr > td.warning, +.markup.jupyter .table > tfoot > tr > td.warning, +.markup.jupyter .table > thead > tr > th.warning, +.markup.jupyter .table > tbody > tr > th.warning, +.markup.jupyter .table > tfoot > tr > th.warning, +.markup.jupyter .table > thead > tr.warning > td, +.markup.jupyter .table > tbody > tr.warning > td, +.markup.jupyter .table > tfoot > tr.warning > td, +.markup.jupyter .table > thead > tr.warning > th, +.markup.jupyter .table > tbody > tr.warning > th, +.markup.jupyter .table > tfoot > tr.warning > th { background-color: #fcf8e3; } -.markdown.jupyter .table-hover > tbody > tr > td.warning:hover, -.markdown.jupyter .table-hover > tbody > tr > th.warning:hover, -.markdown.jupyter .table-hover > tbody > tr.warning:hover > td, -.markdown.jupyter .table-hover > tbody > tr:hover > .warning, -.markdown.jupyter .table-hover > tbody > tr.warning:hover > th { +.markup.jupyter .table-hover > tbody > tr > td.warning:hover, +.markup.jupyter .table-hover > tbody > tr > th.warning:hover, +.markup.jupyter .table-hover > tbody > tr.warning:hover > td, +.markup.jupyter .table-hover > tbody > tr:hover > .warning, +.markup.jupyter .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } -.markdown.jupyter .table > thead > tr > td.danger, -.markdown.jupyter .table > tbody > tr > td.danger, -.markdown.jupyter .table > tfoot > tr > td.danger, -.markdown.jupyter .table > thead > tr > th.danger, -.markdown.jupyter .table > tbody > tr > th.danger, -.markdown.jupyter .table > tfoot > tr > th.danger, -.markdown.jupyter .table > thead > tr.danger > td, -.markdown.jupyter .table > tbody > tr.danger > td, -.markdown.jupyter .table > tfoot > tr.danger > td, -.markdown.jupyter .table > thead > tr.danger > th, -.markdown.jupyter .table > tbody > tr.danger > th, -.markdown.jupyter .table > tfoot > tr.danger > th { +.markup.jupyter .table > thead > tr > td.danger, +.markup.jupyter .table > tbody > tr > td.danger, +.markup.jupyter .table > tfoot > tr > td.danger, +.markup.jupyter .table > thead > tr > th.danger, +.markup.jupyter .table > tbody > tr > th.danger, +.markup.jupyter .table > tfoot > tr > th.danger, +.markup.jupyter .table > thead > tr.danger > td, +.markup.jupyter .table > tbody > tr.danger > td, +.markup.jupyter .table > tfoot > tr.danger > td, +.markup.jupyter .table > thead > tr.danger > th, +.markup.jupyter .table > tbody > tr.danger > th, +.markup.jupyter .table > tfoot > tr.danger > th { background-color: #f2dede; } -.markdown.jupyter .table-hover > tbody > tr > td.danger:hover, -.markdown.jupyter .table-hover > tbody > tr > th.danger:hover, -.markdown.jupyter .table-hover > tbody > tr.danger:hover > td, -.markdown.jupyter .table-hover > tbody > tr:hover > .danger, -.markdown.jupyter .table-hover > tbody > tr.danger:hover > th { +.markup.jupyter .table-hover > tbody > tr > td.danger:hover, +.markup.jupyter .table-hover > tbody > tr > th.danger:hover, +.markup.jupyter .table-hover > tbody > tr.danger:hover > td, +.markup.jupyter .table-hover > tbody > tr:hover > .danger, +.markup.jupyter .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } -.markdown.jupyter .table-responsive { +.markup.jupyter .table-responsive { overflow-x: auto; min-height: 0.01%; } @media screen and (max-width: 767px) { - .markdown.jupyter .table-responsive { + .markup.jupyter .table-responsive { width: 100%; margin-bottom: 13.5px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } - .markdown.jupyter .table-responsive > .table { + .markup.jupyter .table-responsive > .table { margin-bottom: 0; } - .markdown.jupyter .table-responsive > .table > thead > tr > th, - .markdown.jupyter .table-responsive > .table > tbody > tr > th, - .markdown.jupyter .table-responsive > .table > tfoot > tr > th, - .markdown.jupyter .table-responsive > .table > thead > tr > td, - .markdown.jupyter .table-responsive > .table > tbody > tr > td, - .markdown.jupyter .table-responsive > .table > tfoot > tr > td { + .markup.jupyter .table-responsive > .table > thead > tr > th, + .markup.jupyter .table-responsive > .table > tbody > tr > th, + .markup.jupyter .table-responsive > .table > tfoot > tr > th, + .markup.jupyter .table-responsive > .table > thead > tr > td, + .markup.jupyter .table-responsive > .table > tbody > tr > td, + .markup.jupyter .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } - .markdown.jupyter .table-responsive > .table-bordered { + .markup.jupyter .table-responsive > .table-bordered { border: 0; } - .markdown.jupyter .table-responsive > .table-bordered > thead > tr > th:first-child, - .markdown.jupyter .table-responsive > .table-bordered > tbody > tr > th:first-child, - .markdown.jupyter .table-responsive > .table-bordered > tfoot > tr > th:first-child, - .markdown.jupyter .table-responsive > .table-bordered > thead > tr > td:first-child, - .markdown.jupyter .table-responsive > .table-bordered > tbody > tr > td:first-child, - .markdown.jupyter .table-responsive > .table-bordered > tfoot > tr > td:first-child { + .markup.jupyter .table-responsive > .table-bordered > thead > tr > th:first-child, + .markup.jupyter .table-responsive > .table-bordered > tbody > tr > th:first-child, + .markup.jupyter .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .markup.jupyter .table-responsive > .table-bordered > thead > tr > td:first-child, + .markup.jupyter .table-responsive > .table-bordered > tbody > tr > td:first-child, + .markup.jupyter .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } - .markdown.jupyter .table-responsive > .table-bordered > thead > tr > th:last-child, - .markdown.jupyter .table-responsive > .table-bordered > tbody > tr > th:last-child, - .markdown.jupyter .table-responsive > .table-bordered > tfoot > tr > th:last-child, - .markdown.jupyter .table-responsive > .table-bordered > thead > tr > td:last-child, - .markdown.jupyter .table-responsive > .table-bordered > tbody > tr > td:last-child, - .markdown.jupyter .table-responsive > .table-bordered > tfoot > tr > td:last-child { + .markup.jupyter .table-responsive > .table-bordered > thead > tr > th:last-child, + .markup.jupyter .table-responsive > .table-bordered > tbody > tr > th:last-child, + .markup.jupyter .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .markup.jupyter .table-responsive > .table-bordered > thead > tr > td:last-child, + .markup.jupyter .table-responsive > .table-bordered > tbody > tr > td:last-child, + .markup.jupyter .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } - .markdown.jupyter .table-responsive > .table-bordered > tbody > tr:last-child > th, - .markdown.jupyter .table-responsive > .table-bordered > tfoot > tr:last-child > th, - .markdown.jupyter .table-responsive > .table-bordered > tbody > tr:last-child > td, - .markdown.jupyter .table-responsive > .table-bordered > tfoot > tr:last-child > td { + .markup.jupyter .table-responsive > .table-bordered > tbody > tr:last-child > th, + .markup.jupyter .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .markup.jupyter .table-responsive > .table-bordered > tbody > tr:last-child > td, + .markup.jupyter .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } -.markdown.jupyter fieldset { +.markup.jupyter fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } -.markdown.jupyter legend { +.markup.jupyter legend { display: block; width: 100%; padding: 0; @@ -2786,48 +2786,48 @@ Adapted from GitHub theme border: 0; border-bottom: 1px solid #e5e5e5; } -.markdown.jupyter label { +.markup.jupyter label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; } -.markdown.jupyter input[type="search"] { +.markup.jupyter input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } -.markdown.jupyter input[type="radio"], -.markdown.jupyter input[type="checkbox"] { +.markup.jupyter input[type="radio"], +.markup.jupyter input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } -.markdown.jupyter input[type="file"] { +.markup.jupyter input[type="file"] { display: block; } -.markdown.jupyter input[type="range"] { +.markup.jupyter input[type="range"] { display: block; width: 100%; } -.markdown.jupyter select[multiple], -.markdown.jupyter select[size] { +.markup.jupyter select[multiple], +.markup.jupyter select[size] { height: auto; } -.markdown.jupyter input[type="file"]:focus, -.markdown.jupyter input[type="radio"]:focus, -.markdown.jupyter input[type="checkbox"]:focus { +.markup.jupyter input[type="file"]:focus, +.markup.jupyter input[type="radio"]:focus, +.markup.jupyter input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } -.markdown.jupyter output { +.markup.jupyter output { display: block; padding-top: 7px; font-size: 13px; line-height: 1.42857143; color: #555555; } -.markdown.jupyter .form-control { +.markup.jupyter .form-control { display: block; width: 100%; height: 32px; @@ -2845,102 +2845,102 @@ Adapted from GitHub theme -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } -.markdown.jupyter .form-control:focus { +.markup.jupyter .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } -.markdown.jupyter .form-control::-moz-placeholder { +.markup.jupyter .form-control::-moz-placeholder { color: #999; opacity: 1; } -.markdown.jupyter .form-control:-ms-input-placeholder { +.markup.jupyter .form-control:-ms-input-placeholder { color: #999; } -.markdown.jupyter .form-control::-webkit-input-placeholder { +.markup.jupyter .form-control::-webkit-input-placeholder { color: #999; } -.markdown.jupyter .form-control::-ms-expand { +.markup.jupyter .form-control::-ms-expand { border: 0; background-color: transparent; } -.markdown.jupyter .form-control[disabled], -.markdown.jupyter .form-control[readonly], -.markdown.jupyter fieldset[disabled] .form-control { +.markup.jupyter .form-control[disabled], +.markup.jupyter .form-control[readonly], +.markup.jupyter fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; } -.markdown.jupyter .form-control[disabled], -.markdown.jupyter fieldset[disabled] .form-control { +.markup.jupyter .form-control[disabled], +.markup.jupyter fieldset[disabled] .form-control { cursor: not-allowed; } -.markdown.jupyter textarea.form-control { +.markup.jupyter textarea.form-control { height: auto; } -.markdown.jupyter input[type="search"] { +.markup.jupyter input[type="search"] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { - .markdown.jupyter input[type="date"].form-control, - .markdown.jupyter input[type="time"].form-control, - .markdown.jupyter input[type="datetime-local"].form-control, - .markdown.jupyter input[type="month"].form-control { + .markup.jupyter input[type="date"].form-control, + .markup.jupyter input[type="time"].form-control, + .markup.jupyter input[type="datetime-local"].form-control, + .markup.jupyter input[type="month"].form-control { line-height: 32px; } - .markdown.jupyter input[type="date"].input-sm, - .markdown.jupyter input[type="time"].input-sm, - .markdown.jupyter input[type="datetime-local"].input-sm, - .markdown.jupyter input[type="month"].input-sm, - .markdown.jupyter .input-group-sm input[type="date"], - .markdown.jupyter .input-group-sm input[type="time"], - .markdown.jupyter .input-group-sm input[type="datetime-local"], - .markdown.jupyter .input-group-sm input[type="month"] { + .markup.jupyter input[type="date"].input-sm, + .markup.jupyter input[type="time"].input-sm, + .markup.jupyter input[type="datetime-local"].input-sm, + .markup.jupyter input[type="month"].input-sm, + .markup.jupyter .input-group-sm input[type="date"], + .markup.jupyter .input-group-sm input[type="time"], + .markup.jupyter .input-group-sm input[type="datetime-local"], + .markup.jupyter .input-group-sm input[type="month"] { line-height: 30px; } - .markdown.jupyter input[type="date"].input-lg, - .markdown.jupyter input[type="time"].input-lg, - .markdown.jupyter input[type="datetime-local"].input-lg, - .markdown.jupyter input[type="month"].input-lg, - .markdown.jupyter .input-group-lg input[type="date"], - .markdown.jupyter .input-group-lg input[type="time"], - .markdown.jupyter .input-group-lg input[type="datetime-local"], - .markdown.jupyter .input-group-lg input[type="month"] { + .markup.jupyter input[type="date"].input-lg, + .markup.jupyter input[type="time"].input-lg, + .markup.jupyter input[type="datetime-local"].input-lg, + .markup.jupyter input[type="month"].input-lg, + .markup.jupyter .input-group-lg input[type="date"], + .markup.jupyter .input-group-lg input[type="time"], + .markup.jupyter .input-group-lg input[type="datetime-local"], + .markup.jupyter .input-group-lg input[type="month"] { line-height: 45px; } } -.markdown.jupyter .form-group { +.markup.jupyter .form-group { margin-bottom: 15px; } -.markdown.jupyter .radio, -.markdown.jupyter .checkbox { +.markup.jupyter .radio, +.markup.jupyter .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } -.markdown.jupyter .radio label, -.markdown.jupyter .checkbox label { +.markup.jupyter .radio label, +.markup.jupyter .checkbox label { min-height: 18px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } -.markdown.jupyter .radio input[type="radio"], -.markdown.jupyter .radio-inline input[type="radio"], -.markdown.jupyter .checkbox input[type="checkbox"], -.markdown.jupyter .checkbox-inline input[type="checkbox"] { +.markup.jupyter .radio input[type="radio"], +.markup.jupyter .radio-inline input[type="radio"], +.markup.jupyter .checkbox input[type="checkbox"], +.markup.jupyter .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; } -.markdown.jupyter .radio + .radio, -.markdown.jupyter .checkbox + .checkbox { +.markup.jupyter .radio + .radio, +.markup.jupyter .checkbox + .checkbox { margin-top: -5px; } -.markdown.jupyter .radio-inline, -.markdown.jupyter .checkbox-inline { +.markup.jupyter .radio-inline, +.markup.jupyter .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; @@ -2949,123 +2949,123 @@ Adapted from GitHub theme font-weight: normal; cursor: pointer; } -.markdown.jupyter .radio-inline + .radio-inline, -.markdown.jupyter .checkbox-inline + .checkbox-inline { +.markup.jupyter .radio-inline + .radio-inline, +.markup.jupyter .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } -.markdown.jupyter input[type="radio"][disabled], -.markdown.jupyter input[type="checkbox"][disabled], -.markdown.jupyter input[type="radio"].disabled, -.markdown.jupyter input[type="checkbox"].disabled, -.markdown.jupyter fieldset[disabled] input[type="radio"], -.markdown.jupyter fieldset[disabled] input[type="checkbox"] { +.markup.jupyter input[type="radio"][disabled], +.markup.jupyter input[type="checkbox"][disabled], +.markup.jupyter input[type="radio"].disabled, +.markup.jupyter input[type="checkbox"].disabled, +.markup.jupyter fieldset[disabled] input[type="radio"], +.markup.jupyter fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } -.markdown.jupyter .radio-inline.disabled, -.markdown.jupyter .checkbox-inline.disabled, -.markdown.jupyter fieldset[disabled] .radio-inline, -.markdown.jupyter fieldset[disabled] .checkbox-inline { +.markup.jupyter .radio-inline.disabled, +.markup.jupyter .checkbox-inline.disabled, +.markup.jupyter fieldset[disabled] .radio-inline, +.markup.jupyter fieldset[disabled] .checkbox-inline { cursor: not-allowed; } -.markdown.jupyter .radio.disabled label, -.markdown.jupyter .checkbox.disabled label, -.markdown.jupyter fieldset[disabled] .radio label, -.markdown.jupyter fieldset[disabled] .checkbox label { +.markup.jupyter .radio.disabled label, +.markup.jupyter .checkbox.disabled label, +.markup.jupyter fieldset[disabled] .radio label, +.markup.jupyter fieldset[disabled] .checkbox label { cursor: not-allowed; } -.markdown.jupyter .form-control-static { +.markup.jupyter .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 31px; } -.markdown.jupyter .form-control-static.input-lg, -.markdown.jupyter .form-control-static.input-sm { +.markup.jupyter .form-control-static.input-lg, +.markup.jupyter .form-control-static.input-sm { padding-left: 0; padding-right: 0; } -.markdown.jupyter .input-sm { +.markup.jupyter .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } -.markdown.jupyter select.input-sm { +.markup.jupyter select.input-sm { height: 30px; line-height: 30px; } -.markdown.jupyter textarea.input-sm, -.markdown.jupyter select[multiple].input-sm { +.markup.jupyter textarea.input-sm, +.markup.jupyter select[multiple].input-sm { height: auto; } -.markdown.jupyter .form-group-sm .form-control { +.markup.jupyter .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } -.markdown.jupyter .form-group-sm select.form-control { +.markup.jupyter .form-group-sm select.form-control { height: 30px; line-height: 30px; } -.markdown.jupyter .form-group-sm textarea.form-control, -.markdown.jupyter .form-group-sm select[multiple].form-control { +.markup.jupyter .form-group-sm textarea.form-control, +.markup.jupyter .form-group-sm select[multiple].form-control { height: auto; } -.markdown.jupyter .form-group-sm .form-control-static { +.markup.jupyter .form-group-sm .form-control-static { height: 30px; min-height: 30px; padding: 6px 10px; font-size: 12px; line-height: 1.5; } -.markdown.jupyter .input-lg { +.markup.jupyter .input-lg { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } -.markdown.jupyter select.input-lg { +.markup.jupyter select.input-lg { height: 45px; line-height: 45px; } -.markdown.jupyter textarea.input-lg, -.markdown.jupyter select[multiple].input-lg { +.markup.jupyter textarea.input-lg, +.markup.jupyter select[multiple].input-lg { height: auto; } -.markdown.jupyter .form-group-lg .form-control { +.markup.jupyter .form-group-lg .form-control { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } -.markdown.jupyter .form-group-lg select.form-control { +.markup.jupyter .form-group-lg select.form-control { height: 45px; line-height: 45px; } -.markdown.jupyter .form-group-lg textarea.form-control, -.markdown.jupyter .form-group-lg select[multiple].form-control { +.markup.jupyter .form-group-lg textarea.form-control, +.markup.jupyter .form-group-lg select[multiple].form-control { height: auto; } -.markdown.jupyter .form-group-lg .form-control-static { +.markup.jupyter .form-group-lg .form-control-static { height: 45px; min-height: 35px; padding: 11px 16px; font-size: 17px; line-height: 1.3333333; } -.markdown.jupyter .has-feedback { +.markup.jupyter .has-feedback { position: relative; } -.markdown.jupyter .has-feedback .form-control { +.markup.jupyter .has-feedback .form-control { padding-right: 40px; } -.markdown.jupyter .form-control-feedback { +.markup.jupyter .form-control-feedback { position: absolute; top: 0; right: 0; @@ -3077,211 +3077,211 @@ Adapted from GitHub theme text-align: center; pointer-events: none; } -.markdown.jupyter .input-lg + .form-control-feedback, -.markdown.jupyter .input-group-lg + .form-control-feedback, -.markdown.jupyter .form-group-lg .form-control + .form-control-feedback { +.markup.jupyter .input-lg + .form-control-feedback, +.markup.jupyter .input-group-lg + .form-control-feedback, +.markup.jupyter .form-group-lg .form-control + .form-control-feedback { width: 45px; height: 45px; line-height: 45px; } -.markdown.jupyter .input-sm + .form-control-feedback, -.markdown.jupyter .input-group-sm + .form-control-feedback, -.markdown.jupyter .form-group-sm .form-control + .form-control-feedback { +.markup.jupyter .input-sm + .form-control-feedback, +.markup.jupyter .input-group-sm + .form-control-feedback, +.markup.jupyter .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } -.markdown.jupyter .has-success .help-block, -.markdown.jupyter .has-success .control-label, -.markdown.jupyter .has-success .radio, -.markdown.jupyter .has-success .checkbox, -.markdown.jupyter .has-success .radio-inline, -.markdown.jupyter .has-success .checkbox-inline, -.markdown.jupyter .has-success.radio label, -.markdown.jupyter .has-success.checkbox label, -.markdown.jupyter .has-success.radio-inline label, -.markdown.jupyter .has-success.checkbox-inline label { +.markup.jupyter .has-success .help-block, +.markup.jupyter .has-success .control-label, +.markup.jupyter .has-success .radio, +.markup.jupyter .has-success .checkbox, +.markup.jupyter .has-success .radio-inline, +.markup.jupyter .has-success .checkbox-inline, +.markup.jupyter .has-success.radio label, +.markup.jupyter .has-success.checkbox label, +.markup.jupyter .has-success.radio-inline label, +.markup.jupyter .has-success.checkbox-inline label { color: #3c763d; } -.markdown.jupyter .has-success .form-control { +.markup.jupyter .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } -.markdown.jupyter .has-success .form-control:focus { +.markup.jupyter .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } -.markdown.jupyter .has-success .input-group-addon { +.markup.jupyter .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } -.markdown.jupyter .has-success .form-control-feedback { +.markup.jupyter .has-success .form-control-feedback { color: #3c763d; } -.markdown.jupyter .has-warning .help-block, -.markdown.jupyter .has-warning .control-label, -.markdown.jupyter .has-warning .radio, -.markdown.jupyter .has-warning .checkbox, -.markdown.jupyter .has-warning .radio-inline, -.markdown.jupyter .has-warning .checkbox-inline, -.markdown.jupyter .has-warning.radio label, -.markdown.jupyter .has-warning.checkbox label, -.markdown.jupyter .has-warning.radio-inline label, -.markdown.jupyter .has-warning.checkbox-inline label { +.markup.jupyter .has-warning .help-block, +.markup.jupyter .has-warning .control-label, +.markup.jupyter .has-warning .radio, +.markup.jupyter .has-warning .checkbox, +.markup.jupyter .has-warning .radio-inline, +.markup.jupyter .has-warning .checkbox-inline, +.markup.jupyter .has-warning.radio label, +.markup.jupyter .has-warning.checkbox label, +.markup.jupyter .has-warning.radio-inline label, +.markup.jupyter .has-warning.checkbox-inline label { color: #8a6d3b; } -.markdown.jupyter .has-warning .form-control { +.markup.jupyter .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } -.markdown.jupyter .has-warning .form-control:focus { +.markup.jupyter .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } -.markdown.jupyter .has-warning .input-group-addon { +.markup.jupyter .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } -.markdown.jupyter .has-warning .form-control-feedback { +.markup.jupyter .has-warning .form-control-feedback { color: #8a6d3b; } -.markdown.jupyter .has-error .help-block, -.markdown.jupyter .has-error .control-label, -.markdown.jupyter .has-error .radio, -.markdown.jupyter .has-error .checkbox, -.markdown.jupyter .has-error .radio-inline, -.markdown.jupyter .has-error .checkbox-inline, -.markdown.jupyter .has-error.radio label, -.markdown.jupyter .has-error.checkbox label, -.markdown.jupyter .has-error.radio-inline label, -.markdown.jupyter .has-error.checkbox-inline label { +.markup.jupyter .has-error .help-block, +.markup.jupyter .has-error .control-label, +.markup.jupyter .has-error .radio, +.markup.jupyter .has-error .checkbox, +.markup.jupyter .has-error .radio-inline, +.markup.jupyter .has-error .checkbox-inline, +.markup.jupyter .has-error.radio label, +.markup.jupyter .has-error.checkbox label, +.markup.jupyter .has-error.radio-inline label, +.markup.jupyter .has-error.checkbox-inline label { color: #a94442; } -.markdown.jupyter .has-error .form-control { +.markup.jupyter .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } -.markdown.jupyter .has-error .form-control:focus { +.markup.jupyter .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } -.markdown.jupyter .has-error .input-group-addon { +.markup.jupyter .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } -.markdown.jupyter .has-error .form-control-feedback { +.markup.jupyter .has-error .form-control-feedback { color: #a94442; } -.markdown.jupyter .has-feedback label ~ .form-control-feedback { +.markup.jupyter .has-feedback label ~ .form-control-feedback { top: 23px; } -.markdown.jupyter .has-feedback label.sr-only ~ .form-control-feedback { +.markup.jupyter .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } -.markdown.jupyter .help-block { +.markup.jupyter .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #404040; } @media (min-width: 768px) { - .markdown.jupyter .form-inline .form-group { + .markup.jupyter .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } - .markdown.jupyter .form-inline .form-control { + .markup.jupyter .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } - .markdown.jupyter .form-inline .form-control-static { + .markup.jupyter .form-inline .form-control-static { display: inline-block; } - .markdown.jupyter .form-inline .input-group { + .markup.jupyter .form-inline .input-group { display: inline-table; vertical-align: middle; } - .markdown.jupyter .form-inline .input-group .input-group-addon, - .markdown.jupyter .form-inline .input-group .input-group-btn, - .markdown.jupyter .form-inline .input-group .form-control { + .markup.jupyter .form-inline .input-group .input-group-addon, + .markup.jupyter .form-inline .input-group .input-group-btn, + .markup.jupyter .form-inline .input-group .form-control { width: auto; } - .markdown.jupyter .form-inline .input-group > .form-control { + .markup.jupyter .form-inline .input-group > .form-control { width: 100%; } - .markdown.jupyter .form-inline .control-label { + .markup.jupyter .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } - .markdown.jupyter .form-inline .radio, - .markdown.jupyter .form-inline .checkbox { + .markup.jupyter .form-inline .radio, + .markup.jupyter .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } - .markdown.jupyter .form-inline .radio label, - .markdown.jupyter .form-inline .checkbox label { + .markup.jupyter .form-inline .radio label, + .markup.jupyter .form-inline .checkbox label { padding-left: 0; } - .markdown.jupyter .form-inline .radio input[type="radio"], - .markdown.jupyter .form-inline .checkbox input[type="checkbox"] { + .markup.jupyter .form-inline .radio input[type="radio"], + .markup.jupyter .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } - .markdown.jupyter .form-inline .has-feedback .form-control-feedback { + .markup.jupyter .form-inline .has-feedback .form-control-feedback { top: 0; } } -.markdown.jupyter .form-horizontal .radio, -.markdown.jupyter .form-horizontal .checkbox, -.markdown.jupyter .form-horizontal .radio-inline, -.markdown.jupyter .form-horizontal .checkbox-inline { +.markup.jupyter .form-horizontal .radio, +.markup.jupyter .form-horizontal .checkbox, +.markup.jupyter .form-horizontal .radio-inline, +.markup.jupyter .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; } -.markdown.jupyter .form-horizontal .radio, -.markdown.jupyter .form-horizontal .checkbox { +.markup.jupyter .form-horizontal .radio, +.markup.jupyter .form-horizontal .checkbox { min-height: 25px; } -.markdown.jupyter .form-horizontal .form-group { +.markup.jupyter .form-horizontal .form-group { margin-left: 0px; margin-right: 0px; } @media (min-width: 768px) { - .markdown.jupyter .form-horizontal .control-label { + .markup.jupyter .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } } -.markdown.jupyter .form-horizontal .has-feedback .form-control-feedback { +.markup.jupyter .form-horizontal .has-feedback .form-control-feedback { right: 0px; } @media (min-width: 768px) { - .markdown.jupyter .form-horizontal .form-group-lg .control-label { + .markup.jupyter .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 17px; } } @media (min-width: 768px) { - .markdown.jupyter .form-horizontal .form-group-sm .control-label { + .markup.jupyter .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } } -.markdown.jupyter .btn { +.markup.jupyter .btn { display: inline-block; margin-bottom: 0; font-weight: normal; @@ -3301,471 +3301,471 @@ Adapted from GitHub theme -ms-user-select: none; user-select: none; } -.markdown.jupyter .btn:focus, -.markdown.jupyter .btn:active:focus, -.markdown.jupyter .btn.active:focus, -.markdown.jupyter .btn.focus, -.markdown.jupyter .btn:active.focus, -.markdown.jupyter .btn.active.focus { +.markup.jupyter .btn:focus, +.markup.jupyter .btn:active:focus, +.markup.jupyter .btn.active:focus, +.markup.jupyter .btn.focus, +.markup.jupyter .btn:active.focus, +.markup.jupyter .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } -.markdown.jupyter .btn:hover, -.markdown.jupyter .btn:focus, -.markdown.jupyter .btn.focus { +.markup.jupyter .btn:hover, +.markup.jupyter .btn:focus, +.markup.jupyter .btn.focus { color: #333; text-decoration: none; } -.markdown.jupyter .btn:active, -.markdown.jupyter .btn.active { +.markup.jupyter .btn:active, +.markup.jupyter .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } -.markdown.jupyter .btn.disabled, -.markdown.jupyter .btn[disabled], -.markdown.jupyter fieldset[disabled] .btn { +.markup.jupyter .btn.disabled, +.markup.jupyter .btn[disabled], +.markup.jupyter fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } -.markdown.jupyter a.btn.disabled, -.markdown.jupyter fieldset[disabled] a.btn { +.markup.jupyter a.btn.disabled, +.markup.jupyter fieldset[disabled] a.btn { pointer-events: none; } -.markdown.jupyter .btn-default { +.markup.jupyter .btn-default { color: #333; background-color: #fff; border-color: #ccc; } -.markdown.jupyter .btn-default:focus, -.markdown.jupyter .btn-default.focus { +.markup.jupyter .btn-default:focus, +.markup.jupyter .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } -.markdown.jupyter .btn-default:hover { +.markup.jupyter .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } -.markdown.jupyter .btn-default:active, -.markdown.jupyter .btn-default.active, -.markdown.jupyter .open > .dropdown-toggle.btn-default { +.markup.jupyter .btn-default:active, +.markup.jupyter .btn-default.active, +.markup.jupyter .open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } -.markdown.jupyter .btn-default:active:hover, -.markdown.jupyter .btn-default.active:hover, -.markdown.jupyter .open > .dropdown-toggle.btn-default:hover, -.markdown.jupyter .btn-default:active:focus, -.markdown.jupyter .btn-default.active:focus, -.markdown.jupyter .open > .dropdown-toggle.btn-default:focus, -.markdown.jupyter .btn-default:active.focus, -.markdown.jupyter .btn-default.active.focus, -.markdown.jupyter .open > .dropdown-toggle.btn-default.focus { +.markup.jupyter .btn-default:active:hover, +.markup.jupyter .btn-default.active:hover, +.markup.jupyter .open > .dropdown-toggle.btn-default:hover, +.markup.jupyter .btn-default:active:focus, +.markup.jupyter .btn-default.active:focus, +.markup.jupyter .open > .dropdown-toggle.btn-default:focus, +.markup.jupyter .btn-default:active.focus, +.markup.jupyter .btn-default.active.focus, +.markup.jupyter .open > .dropdown-toggle.btn-default.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } -.markdown.jupyter .btn-default:active, -.markdown.jupyter .btn-default.active, -.markdown.jupyter .open > .dropdown-toggle.btn-default { +.markup.jupyter .btn-default:active, +.markup.jupyter .btn-default.active, +.markup.jupyter .open > .dropdown-toggle.btn-default { background-image: none; } -.markdown.jupyter .btn-default.disabled:hover, -.markdown.jupyter .btn-default[disabled]:hover, -.markdown.jupyter fieldset[disabled] .btn-default:hover, -.markdown.jupyter .btn-default.disabled:focus, -.markdown.jupyter .btn-default[disabled]:focus, -.markdown.jupyter fieldset[disabled] .btn-default:focus, -.markdown.jupyter .btn-default.disabled.focus, -.markdown.jupyter .btn-default[disabled].focus, -.markdown.jupyter fieldset[disabled] .btn-default.focus { +.markup.jupyter .btn-default.disabled:hover, +.markup.jupyter .btn-default[disabled]:hover, +.markup.jupyter fieldset[disabled] .btn-default:hover, +.markup.jupyter .btn-default.disabled:focus, +.markup.jupyter .btn-default[disabled]:focus, +.markup.jupyter fieldset[disabled] .btn-default:focus, +.markup.jupyter .btn-default.disabled.focus, +.markup.jupyter .btn-default[disabled].focus, +.markup.jupyter fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; } -.markdown.jupyter .btn-default .badge { +.markup.jupyter .btn-default .badge { color: #fff; background-color: #333; } -.markdown.jupyter .btn-primary { +.markup.jupyter .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } -.markdown.jupyter .btn-primary:focus, -.markdown.jupyter .btn-primary.focus { +.markup.jupyter .btn-primary:focus, +.markup.jupyter .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; } -.markdown.jupyter .btn-primary:hover { +.markup.jupyter .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; } -.markdown.jupyter .btn-primary:active, -.markdown.jupyter .btn-primary.active, -.markdown.jupyter .open > .dropdown-toggle.btn-primary { +.markup.jupyter .btn-primary:active, +.markup.jupyter .btn-primary.active, +.markup.jupyter .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } -.markdown.jupyter .btn-primary:active:hover, -.markdown.jupyter .btn-primary.active:hover, -.markdown.jupyter .open > .dropdown-toggle.btn-primary:hover, -.markdown.jupyter .btn-primary:active:focus, -.markdown.jupyter .btn-primary.active:focus, -.markdown.jupyter .open > .dropdown-toggle.btn-primary:focus, -.markdown.jupyter .btn-primary:active.focus, -.markdown.jupyter .btn-primary.active.focus, -.markdown.jupyter .open > .dropdown-toggle.btn-primary.focus { +.markup.jupyter .btn-primary:active:hover, +.markup.jupyter .btn-primary.active:hover, +.markup.jupyter .open > .dropdown-toggle.btn-primary:hover, +.markup.jupyter .btn-primary:active:focus, +.markup.jupyter .btn-primary.active:focus, +.markup.jupyter .open > .dropdown-toggle.btn-primary:focus, +.markup.jupyter .btn-primary:active.focus, +.markup.jupyter .btn-primary.active.focus, +.markup.jupyter .open > .dropdown-toggle.btn-primary.focus { color: #fff; background-color: #204d74; border-color: #122b40; } -.markdown.jupyter .btn-primary:active, -.markdown.jupyter .btn-primary.active, -.markdown.jupyter .open > .dropdown-toggle.btn-primary { +.markup.jupyter .btn-primary:active, +.markup.jupyter .btn-primary.active, +.markup.jupyter .open > .dropdown-toggle.btn-primary { background-image: none; } -.markdown.jupyter .btn-primary.disabled:hover, -.markdown.jupyter .btn-primary[disabled]:hover, -.markdown.jupyter fieldset[disabled] .btn-primary:hover, -.markdown.jupyter .btn-primary.disabled:focus, -.markdown.jupyter .btn-primary[disabled]:focus, -.markdown.jupyter fieldset[disabled] .btn-primary:focus, -.markdown.jupyter .btn-primary.disabled.focus, -.markdown.jupyter .btn-primary[disabled].focus, -.markdown.jupyter fieldset[disabled] .btn-primary.focus { +.markup.jupyter .btn-primary.disabled:hover, +.markup.jupyter .btn-primary[disabled]:hover, +.markup.jupyter fieldset[disabled] .btn-primary:hover, +.markup.jupyter .btn-primary.disabled:focus, +.markup.jupyter .btn-primary[disabled]:focus, +.markup.jupyter fieldset[disabled] .btn-primary:focus, +.markup.jupyter .btn-primary.disabled.focus, +.markup.jupyter .btn-primary[disabled].focus, +.markup.jupyter fieldset[disabled] .btn-primary.focus { background-color: #337ab7; border-color: #2e6da4; } -.markdown.jupyter .btn-primary .badge { +.markup.jupyter .btn-primary .badge { color: #337ab7; background-color: #fff; } -.markdown.jupyter .btn-success { +.markup.jupyter .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } -.markdown.jupyter .btn-success:focus, -.markdown.jupyter .btn-success.focus { +.markup.jupyter .btn-success:focus, +.markup.jupyter .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; } -.markdown.jupyter .btn-success:hover { +.markup.jupyter .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; } -.markdown.jupyter .btn-success:active, -.markdown.jupyter .btn-success.active, -.markdown.jupyter .open > .dropdown-toggle.btn-success { +.markup.jupyter .btn-success:active, +.markup.jupyter .btn-success.active, +.markup.jupyter .open > .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; } -.markdown.jupyter .btn-success:active:hover, -.markdown.jupyter .btn-success.active:hover, -.markdown.jupyter .open > .dropdown-toggle.btn-success:hover, -.markdown.jupyter .btn-success:active:focus, -.markdown.jupyter .btn-success.active:focus, -.markdown.jupyter .open > .dropdown-toggle.btn-success:focus, -.markdown.jupyter .btn-success:active.focus, -.markdown.jupyter .btn-success.active.focus, -.markdown.jupyter .open > .dropdown-toggle.btn-success.focus { +.markup.jupyter .btn-success:active:hover, +.markup.jupyter .btn-success.active:hover, +.markup.jupyter .open > .dropdown-toggle.btn-success:hover, +.markup.jupyter .btn-success:active:focus, +.markup.jupyter .btn-success.active:focus, +.markup.jupyter .open > .dropdown-toggle.btn-success:focus, +.markup.jupyter .btn-success:active.focus, +.markup.jupyter .btn-success.active.focus, +.markup.jupyter .open > .dropdown-toggle.btn-success.focus { color: #fff; background-color: #398439; border-color: #255625; } -.markdown.jupyter .btn-success:active, -.markdown.jupyter .btn-success.active, -.markdown.jupyter .open > .dropdown-toggle.btn-success { +.markup.jupyter .btn-success:active, +.markup.jupyter .btn-success.active, +.markup.jupyter .open > .dropdown-toggle.btn-success { background-image: none; } -.markdown.jupyter .btn-success.disabled:hover, -.markdown.jupyter .btn-success[disabled]:hover, -.markdown.jupyter fieldset[disabled] .btn-success:hover, -.markdown.jupyter .btn-success.disabled:focus, -.markdown.jupyter .btn-success[disabled]:focus, -.markdown.jupyter fieldset[disabled] .btn-success:focus, -.markdown.jupyter .btn-success.disabled.focus, -.markdown.jupyter .btn-success[disabled].focus, -.markdown.jupyter fieldset[disabled] .btn-success.focus { +.markup.jupyter .btn-success.disabled:hover, +.markup.jupyter .btn-success[disabled]:hover, +.markup.jupyter fieldset[disabled] .btn-success:hover, +.markup.jupyter .btn-success.disabled:focus, +.markup.jupyter .btn-success[disabled]:focus, +.markup.jupyter fieldset[disabled] .btn-success:focus, +.markup.jupyter .btn-success.disabled.focus, +.markup.jupyter .btn-success[disabled].focus, +.markup.jupyter fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c; } -.markdown.jupyter .btn-success .badge { +.markup.jupyter .btn-success .badge { color: #5cb85c; background-color: #fff; } -.markdown.jupyter .btn-info { +.markup.jupyter .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } -.markdown.jupyter .btn-info:focus, -.markdown.jupyter .btn-info.focus { +.markup.jupyter .btn-info:focus, +.markup.jupyter .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } -.markdown.jupyter .btn-info:hover { +.markup.jupyter .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } -.markdown.jupyter .btn-info:active, -.markdown.jupyter .btn-info.active, -.markdown.jupyter .open > .dropdown-toggle.btn-info { +.markup.jupyter .btn-info:active, +.markup.jupyter .btn-info.active, +.markup.jupyter .open > .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; } -.markdown.jupyter .btn-info:active:hover, -.markdown.jupyter .btn-info.active:hover, -.markdown.jupyter .open > .dropdown-toggle.btn-info:hover, -.markdown.jupyter .btn-info:active:focus, -.markdown.jupyter .btn-info.active:focus, -.markdown.jupyter .open > .dropdown-toggle.btn-info:focus, -.markdown.jupyter .btn-info:active.focus, -.markdown.jupyter .btn-info.active.focus, -.markdown.jupyter .open > .dropdown-toggle.btn-info.focus { +.markup.jupyter .btn-info:active:hover, +.markup.jupyter .btn-info.active:hover, +.markup.jupyter .open > .dropdown-toggle.btn-info:hover, +.markup.jupyter .btn-info:active:focus, +.markup.jupyter .btn-info.active:focus, +.markup.jupyter .open > .dropdown-toggle.btn-info:focus, +.markup.jupyter .btn-info:active.focus, +.markup.jupyter .btn-info.active.focus, +.markup.jupyter .open > .dropdown-toggle.btn-info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } -.markdown.jupyter .btn-info:active, -.markdown.jupyter .btn-info.active, -.markdown.jupyter .open > .dropdown-toggle.btn-info { +.markup.jupyter .btn-info:active, +.markup.jupyter .btn-info.active, +.markup.jupyter .open > .dropdown-toggle.btn-info { background-image: none; } -.markdown.jupyter .btn-info.disabled:hover, -.markdown.jupyter .btn-info[disabled]:hover, -.markdown.jupyter fieldset[disabled] .btn-info:hover, -.markdown.jupyter .btn-info.disabled:focus, -.markdown.jupyter .btn-info[disabled]:focus, -.markdown.jupyter fieldset[disabled] .btn-info:focus, -.markdown.jupyter .btn-info.disabled.focus, -.markdown.jupyter .btn-info[disabled].focus, -.markdown.jupyter fieldset[disabled] .btn-info.focus { +.markup.jupyter .btn-info.disabled:hover, +.markup.jupyter .btn-info[disabled]:hover, +.markup.jupyter fieldset[disabled] .btn-info:hover, +.markup.jupyter .btn-info.disabled:focus, +.markup.jupyter .btn-info[disabled]:focus, +.markup.jupyter fieldset[disabled] .btn-info:focus, +.markup.jupyter .btn-info.disabled.focus, +.markup.jupyter .btn-info[disabled].focus, +.markup.jupyter fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; } -.markdown.jupyter .btn-info .badge { +.markup.jupyter .btn-info .badge { color: #5bc0de; background-color: #fff; } -.markdown.jupyter .btn-warning { +.markup.jupyter .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } -.markdown.jupyter .btn-warning:focus, -.markdown.jupyter .btn-warning.focus { +.markup.jupyter .btn-warning:focus, +.markup.jupyter .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } -.markdown.jupyter .btn-warning:hover { +.markup.jupyter .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } -.markdown.jupyter .btn-warning:active, -.markdown.jupyter .btn-warning.active, -.markdown.jupyter .open > .dropdown-toggle.btn-warning { +.markup.jupyter .btn-warning:active, +.markup.jupyter .btn-warning.active, +.markup.jupyter .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; } -.markdown.jupyter .btn-warning:active:hover, -.markdown.jupyter .btn-warning.active:hover, -.markdown.jupyter .open > .dropdown-toggle.btn-warning:hover, -.markdown.jupyter .btn-warning:active:focus, -.markdown.jupyter .btn-warning.active:focus, -.markdown.jupyter .open > .dropdown-toggle.btn-warning:focus, -.markdown.jupyter .btn-warning:active.focus, -.markdown.jupyter .btn-warning.active.focus, -.markdown.jupyter .open > .dropdown-toggle.btn-warning.focus { +.markup.jupyter .btn-warning:active:hover, +.markup.jupyter .btn-warning.active:hover, +.markup.jupyter .open > .dropdown-toggle.btn-warning:hover, +.markup.jupyter .btn-warning:active:focus, +.markup.jupyter .btn-warning.active:focus, +.markup.jupyter .open > .dropdown-toggle.btn-warning:focus, +.markup.jupyter .btn-warning:active.focus, +.markup.jupyter .btn-warning.active.focus, +.markup.jupyter .open > .dropdown-toggle.btn-warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } -.markdown.jupyter .btn-warning:active, -.markdown.jupyter .btn-warning.active, -.markdown.jupyter .open > .dropdown-toggle.btn-warning { +.markup.jupyter .btn-warning:active, +.markup.jupyter .btn-warning.active, +.markup.jupyter .open > .dropdown-toggle.btn-warning { background-image: none; } -.markdown.jupyter .btn-warning.disabled:hover, -.markdown.jupyter .btn-warning[disabled]:hover, -.markdown.jupyter fieldset[disabled] .btn-warning:hover, -.markdown.jupyter .btn-warning.disabled:focus, -.markdown.jupyter .btn-warning[disabled]:focus, -.markdown.jupyter fieldset[disabled] .btn-warning:focus, -.markdown.jupyter .btn-warning.disabled.focus, -.markdown.jupyter .btn-warning[disabled].focus, -.markdown.jupyter fieldset[disabled] .btn-warning.focus { +.markup.jupyter .btn-warning.disabled:hover, +.markup.jupyter .btn-warning[disabled]:hover, +.markup.jupyter fieldset[disabled] .btn-warning:hover, +.markup.jupyter .btn-warning.disabled:focus, +.markup.jupyter .btn-warning[disabled]:focus, +.markup.jupyter fieldset[disabled] .btn-warning:focus, +.markup.jupyter .btn-warning.disabled.focus, +.markup.jupyter .btn-warning[disabled].focus, +.markup.jupyter fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236; } -.markdown.jupyter .btn-warning .badge { +.markup.jupyter .btn-warning .badge { color: #f0ad4e; background-color: #fff; } -.markdown.jupyter .btn-danger { +.markup.jupyter .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } -.markdown.jupyter .btn-danger:focus, -.markdown.jupyter .btn-danger.focus { +.markup.jupyter .btn-danger:focus, +.markup.jupyter .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } -.markdown.jupyter .btn-danger:hover { +.markup.jupyter .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } -.markdown.jupyter .btn-danger:active, -.markdown.jupyter .btn-danger.active, -.markdown.jupyter .open > .dropdown-toggle.btn-danger { +.markup.jupyter .btn-danger:active, +.markup.jupyter .btn-danger.active, +.markup.jupyter .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } -.markdown.jupyter .btn-danger:active:hover, -.markdown.jupyter .btn-danger.active:hover, -.markdown.jupyter .open > .dropdown-toggle.btn-danger:hover, -.markdown.jupyter .btn-danger:active:focus, -.markdown.jupyter .btn-danger.active:focus, -.markdown.jupyter .open > .dropdown-toggle.btn-danger:focus, -.markdown.jupyter .btn-danger:active.focus, -.markdown.jupyter .btn-danger.active.focus, -.markdown.jupyter .open > .dropdown-toggle.btn-danger.focus { +.markup.jupyter .btn-danger:active:hover, +.markup.jupyter .btn-danger.active:hover, +.markup.jupyter .open > .dropdown-toggle.btn-danger:hover, +.markup.jupyter .btn-danger:active:focus, +.markup.jupyter .btn-danger.active:focus, +.markup.jupyter .open > .dropdown-toggle.btn-danger:focus, +.markup.jupyter .btn-danger:active.focus, +.markup.jupyter .btn-danger.active.focus, +.markup.jupyter .open > .dropdown-toggle.btn-danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } -.markdown.jupyter .btn-danger:active, -.markdown.jupyter .btn-danger.active, -.markdown.jupyter .open > .dropdown-toggle.btn-danger { +.markup.jupyter .btn-danger:active, +.markup.jupyter .btn-danger.active, +.markup.jupyter .open > .dropdown-toggle.btn-danger { background-image: none; } -.markdown.jupyter .btn-danger.disabled:hover, -.markdown.jupyter .btn-danger[disabled]:hover, -.markdown.jupyter fieldset[disabled] .btn-danger:hover, -.markdown.jupyter .btn-danger.disabled:focus, -.markdown.jupyter .btn-danger[disabled]:focus, -.markdown.jupyter fieldset[disabled] .btn-danger:focus, -.markdown.jupyter .btn-danger.disabled.focus, -.markdown.jupyter .btn-danger[disabled].focus, -.markdown.jupyter fieldset[disabled] .btn-danger.focus { +.markup.jupyter .btn-danger.disabled:hover, +.markup.jupyter .btn-danger[disabled]:hover, +.markup.jupyter fieldset[disabled] .btn-danger:hover, +.markup.jupyter .btn-danger.disabled:focus, +.markup.jupyter .btn-danger[disabled]:focus, +.markup.jupyter fieldset[disabled] .btn-danger:focus, +.markup.jupyter .btn-danger.disabled.focus, +.markup.jupyter .btn-danger[disabled].focus, +.markup.jupyter fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; } -.markdown.jupyter .btn-danger .badge { +.markup.jupyter .btn-danger .badge { color: #d9534f; background-color: #fff; } -.markdown.jupyter .btn-link { +.markup.jupyter .btn-link { color: #337ab7; font-weight: normal; border-radius: 0; } -.markdown.jupyter .btn-link, -.markdown.jupyter .btn-link:active, -.markdown.jupyter .btn-link.active, -.markdown.jupyter .btn-link[disabled], -.markdown.jupyter fieldset[disabled] .btn-link { +.markup.jupyter .btn-link, +.markup.jupyter .btn-link:active, +.markup.jupyter .btn-link.active, +.markup.jupyter .btn-link[disabled], +.markup.jupyter fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } -.markdown.jupyter .btn-link, -.markdown.jupyter .btn-link:hover, -.markdown.jupyter .btn-link:focus, -.markdown.jupyter .btn-link:active { +.markup.jupyter .btn-link, +.markup.jupyter .btn-link:hover, +.markup.jupyter .btn-link:focus, +.markup.jupyter .btn-link:active { border-color: transparent; } -.markdown.jupyter .btn-link:hover, -.markdown.jupyter .btn-link:focus { +.markup.jupyter .btn-link:hover, +.markup.jupyter .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; } -.markdown.jupyter .btn-link[disabled]:hover, -.markdown.jupyter fieldset[disabled] .btn-link:hover, -.markdown.jupyter .btn-link[disabled]:focus, -.markdown.jupyter fieldset[disabled] .btn-link:focus { +.markup.jupyter .btn-link[disabled]:hover, +.markup.jupyter fieldset[disabled] .btn-link:hover, +.markup.jupyter .btn-link[disabled]:focus, +.markup.jupyter fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; } -.markdown.jupyter .btn-lg, -.markdown.jupyter .btn-group-lg > .btn { +.markup.jupyter .btn-lg, +.markup.jupyter .btn-group-lg > .btn { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } -.markdown.jupyter .btn-sm, -.markdown.jupyter .btn-group-sm > .btn { +.markup.jupyter .btn-sm, +.markup.jupyter .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } -.markdown.jupyter .btn-xs, -.markdown.jupyter .btn-group-xs > .btn { +.markup.jupyter .btn-xs, +.markup.jupyter .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 1px; } -.markdown.jupyter .btn-block { +.markup.jupyter .btn-block { display: block; width: 100%; } -.markdown.jupyter .btn-block + .btn-block { +.markup.jupyter .btn-block + .btn-block { margin-top: 5px; } -.markdown.jupyter input[type="submit"].btn-block, -.markdown.jupyter input[type="reset"].btn-block, -.markdown.jupyter input[type="button"].btn-block { +.markup.jupyter input[type="submit"].btn-block, +.markup.jupyter input[type="reset"].btn-block, +.markup.jupyter input[type="button"].btn-block { width: 100%; } -.markdown.jupyter .fade { +.markup.jupyter .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } -.markdown.jupyter .fade.in { +.markup.jupyter .fade.in { opacity: 1; } -.markdown.jupyter .collapse { +.markup.jupyter .collapse { display: none; } -.markdown.jupyter .collapse.in { +.markup.jupyter .collapse.in { display: block; } -.markdown.jupyter tr.collapse.in { +.markup.jupyter tr.collapse.in { display: table-row; } -.markdown.jupyter tbody.collapse.in { +.markup.jupyter tbody.collapse.in { display: table-row-group; } -.markdown.jupyter .collapsing { +.markup.jupyter .collapsing { position: relative; height: 0; overflow: hidden; @@ -3776,7 +3776,7 @@ Adapted from GitHub theme -webkit-transition-timing-function: ease; transition-timing-function: ease; } -.markdown.jupyter .caret { +.markup.jupyter .caret { display: inline-block; width: 0; height: 0; @@ -3787,14 +3787,14 @@ Adapted from GitHub theme border-right: 4px solid transparent; border-left: 4px solid transparent; } -.markdown.jupyter .dropup, -.markdown.jupyter .dropdown { +.markup.jupyter .dropup, +.markup.jupyter .dropdown { position: relative; } -.markdown.jupyter .dropdown-toggle:focus { +.markup.jupyter .dropdown-toggle:focus { outline: 0; } -.markdown.jupyter .dropdown-menu { +.markup.jupyter .dropdown-menu { position: absolute; top: 100%; left: 0; @@ -3815,17 +3815,17 @@ Adapted from GitHub theme box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } -.markdown.jupyter .dropdown-menu.pull-right { +.markup.jupyter .dropdown-menu.pull-right { right: 0; left: auto; } -.markdown.jupyter .dropdown-menu .divider { +.markup.jupyter .dropdown-menu .divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } -.markdown.jupyter .dropdown-menu > li > a { +.markup.jupyter .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; @@ -3834,48 +3834,48 @@ Adapted from GitHub theme color: #333333; white-space: nowrap; } -.markdown.jupyter .dropdown-menu > li > a:hover, -.markdown.jupyter .dropdown-menu > li > a:focus { +.markup.jupyter .dropdown-menu > li > a:hover, +.markup.jupyter .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; } -.markdown.jupyter .dropdown-menu > .active > a, -.markdown.jupyter .dropdown-menu > .active > a:hover, -.markdown.jupyter .dropdown-menu > .active > a:focus { +.markup.jupyter .dropdown-menu > .active > a, +.markup.jupyter .dropdown-menu > .active > a:hover, +.markup.jupyter .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #337ab7; } -.markdown.jupyter .dropdown-menu > .disabled > a, -.markdown.jupyter .dropdown-menu > .disabled > a:hover, -.markdown.jupyter .dropdown-menu > .disabled > a:focus { +.markup.jupyter .dropdown-menu > .disabled > a, +.markup.jupyter .dropdown-menu > .disabled > a:hover, +.markup.jupyter .dropdown-menu > .disabled > a:focus { color: #777777; } -.markdown.jupyter .dropdown-menu > .disabled > a:hover, -.markdown.jupyter .dropdown-menu > .disabled > a:focus { +.markup.jupyter .dropdown-menu > .disabled > a:hover, +.markup.jupyter .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); cursor: not-allowed; } -.markdown.jupyter .open > .dropdown-menu { +.markup.jupyter .open > .dropdown-menu { display: block; } -.markdown.jupyter .open > a { +.markup.jupyter .open > a { outline: 0; } -.markdown.jupyter .dropdown-menu-right { +.markup.jupyter .dropdown-menu-right { left: auto; right: 0; } -.markdown.jupyter .dropdown-menu-left { +.markup.jupyter .dropdown-menu-left { left: 0; right: auto; } -.markdown.jupyter .dropdown-header { +.markup.jupyter .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; @@ -3883,7 +3883,7 @@ Adapted from GitHub theme color: #777777; white-space: nowrap; } -.markdown.jupyter .dropdown-backdrop { +.markup.jupyter .dropdown-backdrop { position: fixed; left: 0; right: 0; @@ -3891,287 +3891,287 @@ Adapted from GitHub theme top: 0; z-index: 990; } -.markdown.jupyter .pull-right > .dropdown-menu { +.markup.jupyter .pull-right > .dropdown-menu { right: 0; left: auto; } -.markdown.jupyter .dropup .caret, -.markdown.jupyter .navbar-fixed-bottom .dropdown .caret { +.markup.jupyter .dropup .caret, +.markup.jupyter .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: ""; } -.markdown.jupyter .dropup .dropdown-menu, -.markdown.jupyter .navbar-fixed-bottom .dropdown .dropdown-menu { +.markup.jupyter .dropup .dropdown-menu, +.markup.jupyter .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 541px) { - .markdown.jupyter .navbar-right .dropdown-menu { + .markup.jupyter .navbar-right .dropdown-menu { left: auto; right: 0; } - .markdown.jupyter .navbar-right .dropdown-menu-left { + .markup.jupyter .navbar-right .dropdown-menu-left { left: 0; right: auto; } } -.markdown.jupyter .btn-group, -.markdown.jupyter .btn-group-vertical { +.markup.jupyter .btn-group, +.markup.jupyter .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } -.markdown.jupyter .btn-group > .btn, -.markdown.jupyter .btn-group-vertical > .btn { +.markup.jupyter .btn-group > .btn, +.markup.jupyter .btn-group-vertical > .btn { position: relative; float: left; } -.markdown.jupyter .btn-group > .btn:hover, -.markdown.jupyter .btn-group-vertical > .btn:hover, -.markdown.jupyter .btn-group > .btn:focus, -.markdown.jupyter .btn-group-vertical > .btn:focus, -.markdown.jupyter .btn-group > .btn:active, -.markdown.jupyter .btn-group-vertical > .btn:active, -.markdown.jupyter .btn-group > .btn.active, -.markdown.jupyter .btn-group-vertical > .btn.active { +.markup.jupyter .btn-group > .btn:hover, +.markup.jupyter .btn-group-vertical > .btn:hover, +.markup.jupyter .btn-group > .btn:focus, +.markup.jupyter .btn-group-vertical > .btn:focus, +.markup.jupyter .btn-group > .btn:active, +.markup.jupyter .btn-group-vertical > .btn:active, +.markup.jupyter .btn-group > .btn.active, +.markup.jupyter .btn-group-vertical > .btn.active { z-index: 2; } -.markdown.jupyter .btn-group .btn + .btn, -.markdown.jupyter .btn-group .btn + .btn-group, -.markdown.jupyter .btn-group .btn-group + .btn, -.markdown.jupyter .btn-group .btn-group + .btn-group { +.markup.jupyter .btn-group .btn + .btn, +.markup.jupyter .btn-group .btn + .btn-group, +.markup.jupyter .btn-group .btn-group + .btn, +.markup.jupyter .btn-group .btn-group + .btn-group { margin-left: -1px; } -.markdown.jupyter .btn-toolbar { +.markup.jupyter .btn-toolbar { margin-left: -5px; } -.markdown.jupyter .btn-toolbar .btn, -.markdown.jupyter .btn-toolbar .btn-group, -.markdown.jupyter .btn-toolbar .input-group { +.markup.jupyter .btn-toolbar .btn, +.markup.jupyter .btn-toolbar .btn-group, +.markup.jupyter .btn-toolbar .input-group { float: left; } -.markdown.jupyter .btn-toolbar > .btn, -.markdown.jupyter .btn-toolbar > .btn-group, -.markdown.jupyter .btn-toolbar > .input-group { +.markup.jupyter .btn-toolbar > .btn, +.markup.jupyter .btn-toolbar > .btn-group, +.markup.jupyter .btn-toolbar > .input-group { margin-left: 5px; } -.markdown.jupyter .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { +.markup.jupyter .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } -.markdown.jupyter .btn-group > .btn:first-child { +.markup.jupyter .btn-group > .btn:first-child { margin-left: 0; } -.markdown.jupyter .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { +.markup.jupyter .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } -.markdown.jupyter .btn-group > .btn:last-child:not(:first-child), -.markdown.jupyter .btn-group > .dropdown-toggle:not(:first-child) { +.markup.jupyter .btn-group > .btn:last-child:not(:first-child), +.markup.jupyter .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } -.markdown.jupyter .btn-group > .btn-group { +.markup.jupyter .btn-group > .btn-group { float: left; } -.markdown.jupyter .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { +.markup.jupyter .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } -.markdown.jupyter .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, -.markdown.jupyter .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { +.markup.jupyter .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, +.markup.jupyter .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } -.markdown.jupyter .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { +.markup.jupyter .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } -.markdown.jupyter .btn-group .dropdown-toggle:active, -.markdown.jupyter .btn-group.open .dropdown-toggle { +.markup.jupyter .btn-group .dropdown-toggle:active, +.markup.jupyter .btn-group.open .dropdown-toggle { outline: 0; } -.markdown.jupyter .btn-group > .btn + .dropdown-toggle { +.markup.jupyter .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } -.markdown.jupyter .btn-group > .btn-lg + .dropdown-toggle { +.markup.jupyter .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } -.markdown.jupyter .btn-group.open .dropdown-toggle { +.markup.jupyter .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } -.markdown.jupyter .btn-group.open .dropdown-toggle.btn-link { +.markup.jupyter .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } -.markdown.jupyter .btn .caret { +.markup.jupyter .btn .caret { margin-left: 0; } -.markdown.jupyter .btn-lg .caret { +.markup.jupyter .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } -.markdown.jupyter .dropup .btn-lg .caret { +.markup.jupyter .dropup .btn-lg .caret { border-width: 0 5px 5px; } -.markdown.jupyter .btn-group-vertical > .btn, -.markdown.jupyter .btn-group-vertical > .btn-group, -.markdown.jupyter .btn-group-vertical > .btn-group > .btn { +.markup.jupyter .btn-group-vertical > .btn, +.markup.jupyter .btn-group-vertical > .btn-group, +.markup.jupyter .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } -.markdown.jupyter .btn-group-vertical > .btn-group > .btn { +.markup.jupyter .btn-group-vertical > .btn-group > .btn { float: none; } -.markdown.jupyter .btn-group-vertical > .btn + .btn, -.markdown.jupyter .btn-group-vertical > .btn + .btn-group, -.markdown.jupyter .btn-group-vertical > .btn-group + .btn, -.markdown.jupyter .btn-group-vertical > .btn-group + .btn-group { +.markup.jupyter .btn-group-vertical > .btn + .btn, +.markup.jupyter .btn-group-vertical > .btn + .btn-group, +.markup.jupyter .btn-group-vertical > .btn-group + .btn, +.markup.jupyter .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } -.markdown.jupyter .btn-group-vertical > .btn:not(:first-child):not(:last-child) { +.markup.jupyter .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } -.markdown.jupyter .btn-group-vertical > .btn:first-child:not(:last-child) { +.markup.jupyter .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 2px; border-top-left-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } -.markdown.jupyter .btn-group-vertical > .btn:last-child:not(:first-child) { +.markup.jupyter .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } -.markdown.jupyter .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { +.markup.jupyter .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } -.markdown.jupyter .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, -.markdown.jupyter .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { +.markup.jupyter .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, +.markup.jupyter .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } -.markdown.jupyter .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { +.markup.jupyter .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } -.markdown.jupyter .btn-group-justified { +.markup.jupyter .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } -.markdown.jupyter .btn-group-justified > .btn, -.markdown.jupyter .btn-group-justified > .btn-group { +.markup.jupyter .btn-group-justified > .btn, +.markup.jupyter .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } -.markdown.jupyter .btn-group-justified > .btn-group .btn { +.markup.jupyter .btn-group-justified > .btn-group .btn { width: 100%; } -.markdown.jupyter .btn-group-justified > .btn-group .dropdown-menu { +.markup.jupyter .btn-group-justified > .btn-group .dropdown-menu { left: auto; } -.markdown.jupyter [data-toggle="buttons"] > .btn input[type="radio"], -.markdown.jupyter [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], -.markdown.jupyter [data-toggle="buttons"] > .btn input[type="checkbox"], -.markdown.jupyter [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { +.markup.jupyter [data-toggle="buttons"] > .btn input[type="radio"], +.markup.jupyter [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], +.markup.jupyter [data-toggle="buttons"] > .btn input[type="checkbox"], +.markup.jupyter [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } -.markdown.jupyter .input-group { +.markup.jupyter .input-group { position: relative; display: table; border-collapse: separate; } -.markdown.jupyter .input-group[class*="col-"] { +.markup.jupyter .input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; } -.markdown.jupyter .input-group .form-control { +.markup.jupyter .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } -.markdown.jupyter .input-group .form-control:focus { +.markup.jupyter .input-group .form-control:focus { z-index: 3; } -.markdown.jupyter .input-group-lg > .form-control, -.markdown.jupyter .input-group-lg > .input-group-addon, -.markdown.jupyter .input-group-lg > .input-group-btn > .btn { +.markup.jupyter .input-group-lg > .form-control, +.markup.jupyter .input-group-lg > .input-group-addon, +.markup.jupyter .input-group-lg > .input-group-btn > .btn { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } -.markdown.jupyter select.input-group-lg > .form-control, -.markdown.jupyter select.input-group-lg > .input-group-addon, -.markdown.jupyter select.input-group-lg > .input-group-btn > .btn { +.markup.jupyter select.input-group-lg > .form-control, +.markup.jupyter select.input-group-lg > .input-group-addon, +.markup.jupyter select.input-group-lg > .input-group-btn > .btn { height: 45px; line-height: 45px; } -.markdown.jupyter textarea.input-group-lg > .form-control, -.markdown.jupyter textarea.input-group-lg > .input-group-addon, -.markdown.jupyter textarea.input-group-lg > .input-group-btn > .btn, -.markdown.jupyter select[multiple].input-group-lg > .form-control, -.markdown.jupyter select[multiple].input-group-lg > .input-group-addon, -.markdown.jupyter select[multiple].input-group-lg > .input-group-btn > .btn { +.markup.jupyter textarea.input-group-lg > .form-control, +.markup.jupyter textarea.input-group-lg > .input-group-addon, +.markup.jupyter textarea.input-group-lg > .input-group-btn > .btn, +.markup.jupyter select[multiple].input-group-lg > .form-control, +.markup.jupyter select[multiple].input-group-lg > .input-group-addon, +.markup.jupyter select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } -.markdown.jupyter .input-group-sm > .form-control, -.markdown.jupyter .input-group-sm > .input-group-addon, -.markdown.jupyter .input-group-sm > .input-group-btn > .btn { +.markup.jupyter .input-group-sm > .form-control, +.markup.jupyter .input-group-sm > .input-group-addon, +.markup.jupyter .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } -.markdown.jupyter select.input-group-sm > .form-control, -.markdown.jupyter select.input-group-sm > .input-group-addon, -.markdown.jupyter select.input-group-sm > .input-group-btn > .btn { +.markup.jupyter select.input-group-sm > .form-control, +.markup.jupyter select.input-group-sm > .input-group-addon, +.markup.jupyter select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } -.markdown.jupyter textarea.input-group-sm > .form-control, -.markdown.jupyter textarea.input-group-sm > .input-group-addon, -.markdown.jupyter textarea.input-group-sm > .input-group-btn > .btn, -.markdown.jupyter select[multiple].input-group-sm > .form-control, -.markdown.jupyter select[multiple].input-group-sm > .input-group-addon, -.markdown.jupyter select[multiple].input-group-sm > .input-group-btn > .btn { +.markup.jupyter textarea.input-group-sm > .form-control, +.markup.jupyter textarea.input-group-sm > .input-group-addon, +.markup.jupyter textarea.input-group-sm > .input-group-btn > .btn, +.markup.jupyter select[multiple].input-group-sm > .form-control, +.markup.jupyter select[multiple].input-group-sm > .input-group-addon, +.markup.jupyter select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } -.markdown.jupyter .input-group-addon, -.markdown.jupyter .input-group-btn, -.markdown.jupyter .input-group .form-control { +.markup.jupyter .input-group-addon, +.markup.jupyter .input-group-btn, +.markup.jupyter .input-group .form-control { display: table-cell; } -.markdown.jupyter .input-group-addon:not(:first-child):not(:last-child), -.markdown.jupyter .input-group-btn:not(:first-child):not(:last-child), -.markdown.jupyter .input-group .form-control:not(:first-child):not(:last-child) { +.markup.jupyter .input-group-addon:not(:first-child):not(:last-child), +.markup.jupyter .input-group-btn:not(:first-child):not(:last-child), +.markup.jupyter .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } -.markdown.jupyter .input-group-addon, -.markdown.jupyter .input-group-btn { +.markup.jupyter .input-group-addon, +.markup.jupyter .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } -.markdown.jupyter .input-group-addon { +.markup.jupyter .input-group-addon { padding: 6px 12px; font-size: 13px; font-weight: normal; @@ -4182,280 +4182,280 @@ Adapted from GitHub theme border: 1px solid #ccc; border-radius: 2px; } -.markdown.jupyter .input-group-addon.input-sm { +.markup.jupyter .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 1px; } -.markdown.jupyter .input-group-addon.input-lg { +.markup.jupyter .input-group-addon.input-lg { padding: 10px 16px; font-size: 17px; border-radius: 3px; } -.markdown.jupyter .input-group-addon input[type="radio"], -.markdown.jupyter .input-group-addon input[type="checkbox"] { +.markup.jupyter .input-group-addon input[type="radio"], +.markup.jupyter .input-group-addon input[type="checkbox"] { margin-top: 0; } -.markdown.jupyter .input-group .form-control:first-child, -.markdown.jupyter .input-group-addon:first-child, -.markdown.jupyter .input-group-btn:first-child > .btn, -.markdown.jupyter .input-group-btn:first-child > .btn-group > .btn, -.markdown.jupyter .input-group-btn:first-child > .dropdown-toggle, -.markdown.jupyter .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), -.markdown.jupyter .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { +.markup.jupyter .input-group .form-control:first-child, +.markup.jupyter .input-group-addon:first-child, +.markup.jupyter .input-group-btn:first-child > .btn, +.markup.jupyter .input-group-btn:first-child > .btn-group > .btn, +.markup.jupyter .input-group-btn:first-child > .dropdown-toggle, +.markup.jupyter .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.markup.jupyter .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } -.markdown.jupyter .input-group-addon:first-child { +.markup.jupyter .input-group-addon:first-child { border-right: 0; } -.markdown.jupyter .input-group .form-control:last-child, -.markdown.jupyter .input-group-addon:last-child, -.markdown.jupyter .input-group-btn:last-child > .btn, -.markdown.jupyter .input-group-btn:last-child > .btn-group > .btn, -.markdown.jupyter .input-group-btn:last-child > .dropdown-toggle, -.markdown.jupyter .input-group-btn:first-child > .btn:not(:first-child), -.markdown.jupyter .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { +.markup.jupyter .input-group .form-control:last-child, +.markup.jupyter .input-group-addon:last-child, +.markup.jupyter .input-group-btn:last-child > .btn, +.markup.jupyter .input-group-btn:last-child > .btn-group > .btn, +.markup.jupyter .input-group-btn:last-child > .dropdown-toggle, +.markup.jupyter .input-group-btn:first-child > .btn:not(:first-child), +.markup.jupyter .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } -.markdown.jupyter .input-group-addon:last-child { +.markup.jupyter .input-group-addon:last-child { border-left: 0; } -.markdown.jupyter .input-group-btn { +.markup.jupyter .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } -.markdown.jupyter .input-group-btn > .btn { +.markup.jupyter .input-group-btn > .btn { position: relative; } -.markdown.jupyter .input-group-btn > .btn + .btn { +.markup.jupyter .input-group-btn > .btn + .btn { margin-left: -1px; } -.markdown.jupyter .input-group-btn > .btn:hover, -.markdown.jupyter .input-group-btn > .btn:focus, -.markdown.jupyter .input-group-btn > .btn:active { +.markup.jupyter .input-group-btn > .btn:hover, +.markup.jupyter .input-group-btn > .btn:focus, +.markup.jupyter .input-group-btn > .btn:active { z-index: 2; } -.markdown.jupyter .input-group-btn:first-child > .btn, -.markdown.jupyter .input-group-btn:first-child > .btn-group { +.markup.jupyter .input-group-btn:first-child > .btn, +.markup.jupyter .input-group-btn:first-child > .btn-group { margin-right: -1px; } -.markdown.jupyter .input-group-btn:last-child > .btn, -.markdown.jupyter .input-group-btn:last-child > .btn-group { +.markup.jupyter .input-group-btn:last-child > .btn, +.markup.jupyter .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; } -.markdown.jupyter .nav { +.markup.jupyter .nav { margin-bottom: 0; padding-left: 0; list-style: none; } -.markdown.jupyter .nav > li { +.markup.jupyter .nav > li { position: relative; display: block; } -.markdown.jupyter .nav > li > a { +.markup.jupyter .nav > li > a { position: relative; display: block; padding: 10px 15px; } -.markdown.jupyter .nav > li > a:hover, -.markdown.jupyter .nav > li > a:focus { +.markup.jupyter .nav > li > a:hover, +.markup.jupyter .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } -.markdown.jupyter .nav > li.disabled > a { +.markup.jupyter .nav > li.disabled > a { color: #777777; } -.markdown.jupyter .nav > li.disabled > a:hover, -.markdown.jupyter .nav > li.disabled > a:focus { +.markup.jupyter .nav > li.disabled > a:hover, +.markup.jupyter .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; } -.markdown.jupyter .nav .open > a, -.markdown.jupyter .nav .open > a:hover, -.markdown.jupyter .nav .open > a:focus { +.markup.jupyter .nav .open > a, +.markup.jupyter .nav .open > a:hover, +.markup.jupyter .nav .open > a:focus { background-color: #eeeeee; border-color: #337ab7; } -.markdown.jupyter .nav .nav-divider { +.markup.jupyter .nav .nav-divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } -.markdown.jupyter .nav > li > a > img { +.markup.jupyter .nav > li > a > img { max-width: none; } -.markdown.jupyter .nav-tabs { +.markup.jupyter .nav-tabs { border-bottom: 1px solid #ddd; } -.markdown.jupyter .nav-tabs > li { +.markup.jupyter .nav-tabs > li { float: left; margin-bottom: -1px; } -.markdown.jupyter .nav-tabs > li > a { +.markup.jupyter .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 2px 2px 0 0; } -.markdown.jupyter .nav-tabs > li > a:hover { +.markup.jupyter .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; } -.markdown.jupyter .nav-tabs > li.active > a, -.markdown.jupyter .nav-tabs > li.active > a:hover, -.markdown.jupyter .nav-tabs > li.active > a:focus { +.markup.jupyter .nav-tabs > li.active > a, +.markup.jupyter .nav-tabs > li.active > a:hover, +.markup.jupyter .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } -.markdown.jupyter .nav-tabs.nav-justified { +.markup.jupyter .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } -.markdown.jupyter .nav-tabs.nav-justified > li { +.markup.jupyter .nav-tabs.nav-justified > li { float: none; } -.markdown.jupyter .nav-tabs.nav-justified > li > a { +.markup.jupyter .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } -.markdown.jupyter .nav-tabs.nav-justified > .dropdown .dropdown-menu { +.markup.jupyter .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { - .markdown.jupyter .nav-tabs.nav-justified > li { + .markup.jupyter .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } - .markdown.jupyter .nav-tabs.nav-justified > li > a { + .markup.jupyter .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } -.markdown.jupyter .nav-tabs.nav-justified > li > a { +.markup.jupyter .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 2px; } -.markdown.jupyter .nav-tabs.nav-justified > .active > a, -.markdown.jupyter .nav-tabs.nav-justified > .active > a:hover, -.markdown.jupyter .nav-tabs.nav-justified > .active > a:focus { +.markup.jupyter .nav-tabs.nav-justified > .active > a, +.markup.jupyter .nav-tabs.nav-justified > .active > a:hover, +.markup.jupyter .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { - .markdown.jupyter .nav-tabs.nav-justified > li > a { + .markup.jupyter .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } - .markdown.jupyter .nav-tabs.nav-justified > .active > a, - .markdown.jupyter .nav-tabs.nav-justified > .active > a:hover, - .markdown.jupyter .nav-tabs.nav-justified > .active > a:focus { + .markup.jupyter .nav-tabs.nav-justified > .active > a, + .markup.jupyter .nav-tabs.nav-justified > .active > a:hover, + .markup.jupyter .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } } -.markdown.jupyter .nav-pills > li { +.markup.jupyter .nav-pills > li { float: left; } -.markdown.jupyter .nav-pills > li > a { +.markup.jupyter .nav-pills > li > a { border-radius: 2px; } -.markdown.jupyter .nav-pills > li + li { +.markup.jupyter .nav-pills > li + li { margin-left: 2px; } -.markdown.jupyter .nav-pills > li.active > a, -.markdown.jupyter .nav-pills > li.active > a:hover, -.markdown.jupyter .nav-pills > li.active > a:focus { +.markup.jupyter .nav-pills > li.active > a, +.markup.jupyter .nav-pills > li.active > a:hover, +.markup.jupyter .nav-pills > li.active > a:focus { color: #fff; background-color: #337ab7; } -.markdown.jupyter .nav-stacked > li { +.markup.jupyter .nav-stacked > li { float: none; } -.markdown.jupyter .nav-stacked > li + li { +.markup.jupyter .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } -.markdown.jupyter .nav-justified { +.markup.jupyter .nav-justified { width: 100%; } -.markdown.jupyter .nav-justified > li { +.markup.jupyter .nav-justified > li { float: none; } -.markdown.jupyter .nav-justified > li > a { +.markup.jupyter .nav-justified > li > a { text-align: center; margin-bottom: 5px; } -.markdown.jupyter .nav-justified > .dropdown .dropdown-menu { +.markup.jupyter .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { - .markdown.jupyter .nav-justified > li { + .markup.jupyter .nav-justified > li { display: table-cell; width: 1%; } - .markdown.jupyter .nav-justified > li > a { + .markup.jupyter .nav-justified > li > a { margin-bottom: 0; } } -.markdown.jupyter .nav-tabs-justified { +.markup.jupyter .nav-tabs-justified { border-bottom: 0; } -.markdown.jupyter .nav-tabs-justified > li > a { +.markup.jupyter .nav-tabs-justified > li > a { margin-right: 0; border-radius: 2px; } -.markdown.jupyter .nav-tabs-justified > .active > a, -.markdown.jupyter .nav-tabs-justified > .active > a:hover, -.markdown.jupyter .nav-tabs-justified > .active > a:focus { +.markup.jupyter .nav-tabs-justified > .active > a, +.markup.jupyter .nav-tabs-justified > .active > a:hover, +.markup.jupyter .nav-tabs-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { - .markdown.jupyter .nav-tabs-justified > li > a { + .markup.jupyter .nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } - .markdown.jupyter .nav-tabs-justified > .active > a, - .markdown.jupyter .nav-tabs-justified > .active > a:hover, - .markdown.jupyter .nav-tabs-justified > .active > a:focus { + .markup.jupyter .nav-tabs-justified > .active > a, + .markup.jupyter .nav-tabs-justified > .active > a:hover, + .markup.jupyter .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } -.markdown.jupyter .tab-content > .tab-pane { +.markup.jupyter .tab-content > .tab-pane { display: none; } -.markdown.jupyter .tab-content > .active { +.markup.jupyter .tab-content > .active { display: block; } -.markdown.jupyter .nav-tabs .dropdown-menu { +.markup.jupyter .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } -.markdown.jupyter .navbar { +.markup.jupyter .navbar { position: relative; min-height: 30px; margin-bottom: 18px; border: 1px solid transparent; } @media (min-width: 541px) { - .markdown.jupyter .navbar { + .markup.jupyter .navbar { border-radius: 2px; } } @media (min-width: 541px) { - .markdown.jupyter .navbar-header { + .markup.jupyter .navbar-header { float: left; } } -.markdown.jupyter .navbar-collapse { +.markup.jupyter .navbar-collapse { overflow-x: visible; padding-right: 0px; padding-left: 0px; @@ -4463,109 +4463,109 @@ Adapted from GitHub theme box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } -.markdown.jupyter .navbar-collapse.in { +.markup.jupyter .navbar-collapse.in { overflow-y: auto; } @media (min-width: 541px) { - .markdown.jupyter .navbar-collapse { + .markup.jupyter .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } - .markdown.jupyter .navbar-collapse.collapse { + .markup.jupyter .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } - .markdown.jupyter .navbar-collapse.in { + .markup.jupyter .navbar-collapse.in { overflow-y: visible; } - .markdown.jupyter .navbar-fixed-top .navbar-collapse, - .markdown.jupyter .navbar-static-top .navbar-collapse, - .markdown.jupyter .navbar-fixed-bottom .navbar-collapse { + .markup.jupyter .navbar-fixed-top .navbar-collapse, + .markup.jupyter .navbar-static-top .navbar-collapse, + .markup.jupyter .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } } -.markdown.jupyter .navbar-fixed-top .navbar-collapse, -.markdown.jupyter .navbar-fixed-bottom .navbar-collapse { +.markup.jupyter .navbar-fixed-top .navbar-collapse, +.markup.jupyter .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-device-width: 540px) and (orientation: landscape) { - .markdown.jupyter .navbar-fixed-top .navbar-collapse, - .markdown.jupyter .navbar-fixed-bottom .navbar-collapse { + .markup.jupyter .navbar-fixed-top .navbar-collapse, + .markup.jupyter .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } -.markdown.jupyter .container > .navbar-header, -.markdown.jupyter .container-fluid > .navbar-header, -.markdown.jupyter .container > .navbar-collapse, -.markdown.jupyter .container-fluid > .navbar-collapse { +.markup.jupyter .container > .navbar-header, +.markup.jupyter .container-fluid > .navbar-header, +.markup.jupyter .container > .navbar-collapse, +.markup.jupyter .container-fluid > .navbar-collapse { margin-right: 0px; margin-left: 0px; } @media (min-width: 541px) { - .markdown.jupyter .container > .navbar-header, - .markdown.jupyter .container-fluid > .navbar-header, - .markdown.jupyter .container > .navbar-collapse, - .markdown.jupyter .container-fluid > .navbar-collapse { + .markup.jupyter .container > .navbar-header, + .markup.jupyter .container-fluid > .navbar-header, + .markup.jupyter .container > .navbar-collapse, + .markup.jupyter .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } -.markdown.jupyter .navbar-static-top { +.markup.jupyter .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 541px) { - .markdown.jupyter .navbar-static-top { + .markup.jupyter .navbar-static-top { border-radius: 0; } } -.markdown.jupyter .navbar-fixed-top, -.markdown.jupyter .navbar-fixed-bottom { +.markup.jupyter .navbar-fixed-top, +.markup.jupyter .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 541px) { - .markdown.jupyter .navbar-fixed-top, - .markdown.jupyter .navbar-fixed-bottom { + .markup.jupyter .navbar-fixed-top, + .markup.jupyter .navbar-fixed-bottom { border-radius: 0; } } -.markdown.jupyter .navbar-fixed-top { +.markup.jupyter .navbar-fixed-top { top: 0; border-width: 0 0 1px; } -.markdown.jupyter .navbar-fixed-bottom { +.markup.jupyter .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } -.markdown.jupyter .navbar-brand { +.markup.jupyter .navbar-brand { float: left; padding: 6px 0px; font-size: 17px; line-height: 18px; height: 30px; } -.markdown.jupyter .navbar-brand:hover, -.markdown.jupyter .navbar-brand:focus { +.markup.jupyter .navbar-brand:hover, +.markup.jupyter .navbar-brand:focus { text-decoration: none; } -.markdown.jupyter .navbar-brand > img { +.markup.jupyter .navbar-brand > img { display: block; } @media (min-width: 541px) { - .markdown.jupyter .navbar > .container .navbar-brand, - .markdown.jupyter .navbar > .container-fluid .navbar-brand { + .markup.jupyter .navbar > .container .navbar-brand, + .markup.jupyter .navbar > .container-fluid .navbar-brand { margin-left: 0px; } } -.markdown.jupyter .navbar-toggle { +.markup.jupyter .navbar-toggle { position: relative; float: right; margin-right: 0px; @@ -4577,33 +4577,33 @@ Adapted from GitHub theme border: 1px solid transparent; border-radius: 2px; } -.markdown.jupyter .navbar-toggle:focus { +.markup.jupyter .navbar-toggle:focus { outline: 0; } -.markdown.jupyter .navbar-toggle .icon-bar { +.markup.jupyter .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } -.markdown.jupyter .navbar-toggle .icon-bar + .icon-bar { +.markup.jupyter .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 541px) { - .markdown.jupyter .navbar-toggle { + .markup.jupyter .navbar-toggle { display: none; } } -.markdown.jupyter .navbar-nav { +.markup.jupyter .navbar-nav { margin: 3px 0px; } -.markdown.jupyter .navbar-nav > li > a { +.markup.jupyter .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 18px; } @media (max-width: 540px) { - .markdown.jupyter .navbar-nav .open .dropdown-menu { + .markup.jupyter .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; @@ -4612,32 +4612,32 @@ Adapted from GitHub theme border: 0; box-shadow: none; } - .markdown.jupyter .navbar-nav .open .dropdown-menu > li > a, - .markdown.jupyter .navbar-nav .open .dropdown-menu .dropdown-header { + .markup.jupyter .navbar-nav .open .dropdown-menu > li > a, + .markup.jupyter .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } - .markdown.jupyter .navbar-nav .open .dropdown-menu > li > a { + .markup.jupyter .navbar-nav .open .dropdown-menu > li > a { line-height: 18px; } - .markdown.jupyter .navbar-nav .open .dropdown-menu > li > a:hover, - .markdown.jupyter .navbar-nav .open .dropdown-menu > li > a:focus { + .markup.jupyter .navbar-nav .open .dropdown-menu > li > a:hover, + .markup.jupyter .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 541px) { - .markdown.jupyter .navbar-nav { + .markup.jupyter .navbar-nav { float: left; margin: 0; } - .markdown.jupyter .navbar-nav > li { + .markup.jupyter .navbar-nav > li { float: left; } - .markdown.jupyter .navbar-nav > li > a { + .markup.jupyter .navbar-nav > li > a { padding-top: 6px; padding-bottom: 6px; } } -.markdown.jupyter .navbar-form { +.markup.jupyter .navbar-form { margin-left: 0px; margin-right: 0px; padding: 10px 0px; @@ -4649,65 +4649,65 @@ Adapted from GitHub theme margin-bottom: -1px; } @media (min-width: 768px) { - .markdown.jupyter .navbar-form .form-group { + .markup.jupyter .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } - .markdown.jupyter .navbar-form .form-control { + .markup.jupyter .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } - .markdown.jupyter .navbar-form .form-control-static { + .markup.jupyter .navbar-form .form-control-static { display: inline-block; } - .markdown.jupyter .navbar-form .input-group { + .markup.jupyter .navbar-form .input-group { display: inline-table; vertical-align: middle; } - .markdown.jupyter .navbar-form .input-group .input-group-addon, - .markdown.jupyter .navbar-form .input-group .input-group-btn, - .markdown.jupyter .navbar-form .input-group .form-control { + .markup.jupyter .navbar-form .input-group .input-group-addon, + .markup.jupyter .navbar-form .input-group .input-group-btn, + .markup.jupyter .navbar-form .input-group .form-control { width: auto; } - .markdown.jupyter .navbar-form .input-group > .form-control { + .markup.jupyter .navbar-form .input-group > .form-control { width: 100%; } - .markdown.jupyter .navbar-form .control-label { + .markup.jupyter .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } - .markdown.jupyter .navbar-form .radio, - .markdown.jupyter .navbar-form .checkbox { + .markup.jupyter .navbar-form .radio, + .markup.jupyter .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } - .markdown.jupyter .navbar-form .radio label, - .markdown.jupyter .navbar-form .checkbox label { + .markup.jupyter .navbar-form .radio label, + .markup.jupyter .navbar-form .checkbox label { padding-left: 0; } - .markdown.jupyter .navbar-form .radio input[type="radio"], - .markdown.jupyter .navbar-form .checkbox input[type="checkbox"] { + .markup.jupyter .navbar-form .radio input[type="radio"], + .markup.jupyter .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } - .markdown.jupyter .navbar-form .has-feedback .form-control-feedback { + .markup.jupyter .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 540px) { - .markdown.jupyter .navbar-form .form-group { + .markup.jupyter .navbar-form .form-group { margin-bottom: 5px; } - .markdown.jupyter .navbar-form .form-group:last-child { + .markup.jupyter .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 541px) { - .markdown.jupyter .navbar-form { + .markup.jupyter .navbar-form { width: auto; border: 0; margin-left: 0; @@ -4718,282 +4718,282 @@ Adapted from GitHub theme box-shadow: none; } } -.markdown.jupyter .navbar-nav > li > .dropdown-menu { +.markup.jupyter .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } -.markdown.jupyter .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { +.markup.jupyter .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-right-radius: 2px; border-top-left-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } -.markdown.jupyter .navbar-btn { +.markup.jupyter .navbar-btn { margin-top: -1px; margin-bottom: -1px; } -.markdown.jupyter .navbar-btn.btn-sm { +.markup.jupyter .navbar-btn.btn-sm { margin-top: 0px; margin-bottom: 0px; } -.markdown.jupyter .navbar-btn.btn-xs { +.markup.jupyter .navbar-btn.btn-xs { margin-top: 4px; margin-bottom: 4px; } -.markdown.jupyter .navbar-text { +.markup.jupyter .navbar-text { margin-top: 6px; margin-bottom: 6px; } @media (min-width: 541px) { - .markdown.jupyter .navbar-text { + .markup.jupyter .navbar-text { float: left; margin-left: 0px; margin-right: 0px; } } @media (min-width: 541px) { - .markdown.jupyter .navbar-left { + .markup.jupyter .navbar-left { float: left !important; float: left; } - .markdown.jupyter .navbar-right { + .markup.jupyter .navbar-right { float: right !important; float: right; margin-right: 0px; } - .markdown.jupyter .navbar-right ~ .navbar-right { + .markup.jupyter .navbar-right ~ .navbar-right { margin-right: 0; } } -.markdown.jupyter .navbar-default { +.markup.jupyter .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } -.markdown.jupyter .navbar-default .navbar-brand { +.markup.jupyter .navbar-default .navbar-brand { color: #777; } -.markdown.jupyter .navbar-default .navbar-brand:hover, -.markdown.jupyter .navbar-default .navbar-brand:focus { +.markup.jupyter .navbar-default .navbar-brand:hover, +.markup.jupyter .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } -.markdown.jupyter .navbar-default .navbar-text { +.markup.jupyter .navbar-default .navbar-text { color: #777; } -.markdown.jupyter .navbar-default .navbar-nav > li > a { +.markup.jupyter .navbar-default .navbar-nav > li > a { color: #777; } -.markdown.jupyter .navbar-default .navbar-nav > li > a:hover, -.markdown.jupyter .navbar-default .navbar-nav > li > a:focus { +.markup.jupyter .navbar-default .navbar-nav > li > a:hover, +.markup.jupyter .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; } -.markdown.jupyter .navbar-default .navbar-nav > .active > a, -.markdown.jupyter .navbar-default .navbar-nav > .active > a:hover, -.markdown.jupyter .navbar-default .navbar-nav > .active > a:focus { +.markup.jupyter .navbar-default .navbar-nav > .active > a, +.markup.jupyter .navbar-default .navbar-nav > .active > a:hover, +.markup.jupyter .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; } -.markdown.jupyter .navbar-default .navbar-nav > .disabled > a, -.markdown.jupyter .navbar-default .navbar-nav > .disabled > a:hover, -.markdown.jupyter .navbar-default .navbar-nav > .disabled > a:focus { +.markup.jupyter .navbar-default .navbar-nav > .disabled > a, +.markup.jupyter .navbar-default .navbar-nav > .disabled > a:hover, +.markup.jupyter .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; } -.markdown.jupyter .navbar-default .navbar-toggle { +.markup.jupyter .navbar-default .navbar-toggle { border-color: #ddd; } -.markdown.jupyter .navbar-default .navbar-toggle:hover, -.markdown.jupyter .navbar-default .navbar-toggle:focus { +.markup.jupyter .navbar-default .navbar-toggle:hover, +.markup.jupyter .navbar-default .navbar-toggle:focus { background-color: #ddd; } -.markdown.jupyter .navbar-default .navbar-toggle .icon-bar { +.markup.jupyter .navbar-default .navbar-toggle .icon-bar { background-color: #888; } -.markdown.jupyter .navbar-default .navbar-collapse, -.markdown.jupyter .navbar-default .navbar-form { +.markup.jupyter .navbar-default .navbar-collapse, +.markup.jupyter .navbar-default .navbar-form { border-color: #e7e7e7; } -.markdown.jupyter .navbar-default .navbar-nav > .open > a, -.markdown.jupyter .navbar-default .navbar-nav > .open > a:hover, -.markdown.jupyter .navbar-default .navbar-nav > .open > a:focus { +.markup.jupyter .navbar-default .navbar-nav > .open > a, +.markup.jupyter .navbar-default .navbar-nav > .open > a:hover, +.markup.jupyter .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555; } @media (max-width: 540px) { - .markdown.jupyter .navbar-default .navbar-nav .open .dropdown-menu > li > a { + .markup.jupyter .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } - .markdown.jupyter .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, - .markdown.jupyter .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { + .markup.jupyter .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, + .markup.jupyter .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; } - .markdown.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .active > a, - .markdown.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, - .markdown.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { + .markup.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .active > a, + .markup.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, + .markup.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; } - .markdown.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, - .markdown.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, - .markdown.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { + .markup.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, + .markup.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .markup.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } } -.markdown.jupyter .navbar-default .navbar-link { +.markup.jupyter .navbar-default .navbar-link { color: #777; } -.markdown.jupyter .navbar-default .navbar-link:hover { +.markup.jupyter .navbar-default .navbar-link:hover { color: #333; } -.markdown.jupyter .navbar-default .btn-link { +.markup.jupyter .navbar-default .btn-link { color: #777; } -.markdown.jupyter .navbar-default .btn-link:hover, -.markdown.jupyter .navbar-default .btn-link:focus { +.markup.jupyter .navbar-default .btn-link:hover, +.markup.jupyter .navbar-default .btn-link:focus { color: #333; } -.markdown.jupyter .navbar-default .btn-link[disabled]:hover, -.markdown.jupyter fieldset[disabled] .navbar-default .btn-link:hover, -.markdown.jupyter .navbar-default .btn-link[disabled]:focus, -.markdown.jupyter fieldset[disabled] .navbar-default .btn-link:focus { +.markup.jupyter .navbar-default .btn-link[disabled]:hover, +.markup.jupyter fieldset[disabled] .navbar-default .btn-link:hover, +.markup.jupyter .navbar-default .btn-link[disabled]:focus, +.markup.jupyter fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; } -.markdown.jupyter .navbar-inverse { +.markup.jupyter .navbar-inverse { background-color: #222; border-color: #080808; } -.markdown.jupyter .navbar-inverse .navbar-brand { +.markup.jupyter .navbar-inverse .navbar-brand { color: #9d9d9d; } -.markdown.jupyter .navbar-inverse .navbar-brand:hover, -.markdown.jupyter .navbar-inverse .navbar-brand:focus { +.markup.jupyter .navbar-inverse .navbar-brand:hover, +.markup.jupyter .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } -.markdown.jupyter .navbar-inverse .navbar-text { +.markup.jupyter .navbar-inverse .navbar-text { color: #9d9d9d; } -.markdown.jupyter .navbar-inverse .navbar-nav > li > a { +.markup.jupyter .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; } -.markdown.jupyter .navbar-inverse .navbar-nav > li > a:hover, -.markdown.jupyter .navbar-inverse .navbar-nav > li > a:focus { +.markup.jupyter .navbar-inverse .navbar-nav > li > a:hover, +.markup.jupyter .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; } -.markdown.jupyter .navbar-inverse .navbar-nav > .active > a, -.markdown.jupyter .navbar-inverse .navbar-nav > .active > a:hover, -.markdown.jupyter .navbar-inverse .navbar-nav > .active > a:focus { +.markup.jupyter .navbar-inverse .navbar-nav > .active > a, +.markup.jupyter .navbar-inverse .navbar-nav > .active > a:hover, +.markup.jupyter .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #080808; } -.markdown.jupyter .navbar-inverse .navbar-nav > .disabled > a, -.markdown.jupyter .navbar-inverse .navbar-nav > .disabled > a:hover, -.markdown.jupyter .navbar-inverse .navbar-nav > .disabled > a:focus { +.markup.jupyter .navbar-inverse .navbar-nav > .disabled > a, +.markup.jupyter .navbar-inverse .navbar-nav > .disabled > a:hover, +.markup.jupyter .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; } -.markdown.jupyter .navbar-inverse .navbar-toggle { +.markup.jupyter .navbar-inverse .navbar-toggle { border-color: #333; } -.markdown.jupyter .navbar-inverse .navbar-toggle:hover, -.markdown.jupyter .navbar-inverse .navbar-toggle:focus { +.markup.jupyter .navbar-inverse .navbar-toggle:hover, +.markup.jupyter .navbar-inverse .navbar-toggle:focus { background-color: #333; } -.markdown.jupyter .navbar-inverse .navbar-toggle .icon-bar { +.markup.jupyter .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } -.markdown.jupyter .navbar-inverse .navbar-collapse, -.markdown.jupyter .navbar-inverse .navbar-form { +.markup.jupyter .navbar-inverse .navbar-collapse, +.markup.jupyter .navbar-inverse .navbar-form { border-color: #101010; } -.markdown.jupyter .navbar-inverse .navbar-nav > .open > a, -.markdown.jupyter .navbar-inverse .navbar-nav > .open > a:hover, -.markdown.jupyter .navbar-inverse .navbar-nav > .open > a:focus { +.markup.jupyter .navbar-inverse .navbar-nav > .open > a, +.markup.jupyter .navbar-inverse .navbar-nav > .open > a:hover, +.markup.jupyter .navbar-inverse .navbar-nav > .open > a:focus { background-color: #080808; color: #fff; } @media (max-width: 540px) { - .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } - .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu .divider { + .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } - .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { + .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; } - .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, - .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; } - .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, - .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, - .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #080808; } - .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, - .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, - .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { + .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, + .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } } -.markdown.jupyter .navbar-inverse .navbar-link { +.markup.jupyter .navbar-inverse .navbar-link { color: #9d9d9d; } -.markdown.jupyter .navbar-inverse .navbar-link:hover { +.markup.jupyter .navbar-inverse .navbar-link:hover { color: #fff; } -.markdown.jupyter .navbar-inverse .btn-link { +.markup.jupyter .navbar-inverse .btn-link { color: #9d9d9d; } -.markdown.jupyter .navbar-inverse .btn-link:hover, -.markdown.jupyter .navbar-inverse .btn-link:focus { +.markup.jupyter .navbar-inverse .btn-link:hover, +.markup.jupyter .navbar-inverse .btn-link:focus { color: #fff; } -.markdown.jupyter .navbar-inverse .btn-link[disabled]:hover, -.markdown.jupyter fieldset[disabled] .navbar-inverse .btn-link:hover, -.markdown.jupyter .navbar-inverse .btn-link[disabled]:focus, -.markdown.jupyter fieldset[disabled] .navbar-inverse .btn-link:focus { +.markup.jupyter .navbar-inverse .btn-link[disabled]:hover, +.markup.jupyter fieldset[disabled] .navbar-inverse .btn-link:hover, +.markup.jupyter .navbar-inverse .btn-link[disabled]:focus, +.markup.jupyter fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; } -.markdown.jupyter .breadcrumb { +.markup.jupyter .breadcrumb { padding: 8px 15px; margin-bottom: 18px; list-style: none; background-color: #f5f5f5; border-radius: 2px; } -.markdown.jupyter .breadcrumb > li { +.markup.jupyter .breadcrumb > li { display: inline-block; } -.markdown.jupyter .breadcrumb > li + li:before { +.markup.jupyter .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #5e5e5e; } -.markdown.jupyter .breadcrumb > .active { +.markup.jupyter .breadcrumb > .active { color: #777777; } -.markdown.jupyter .pagination { +.markup.jupyter .pagination { display: inline-block; padding-left: 0; margin: 18px 0; border-radius: 2px; } -.markdown.jupyter .pagination > li { +.markup.jupyter .pagination > li { display: inline; } -.markdown.jupyter .pagination > li > a, -.markdown.jupyter .pagination > li > span { +.markup.jupyter .pagination > li > a, +.markup.jupyter .pagination > li > span { position: relative; float: left; padding: 6px 12px; @@ -5004,120 +5004,120 @@ Adapted from GitHub theme border: 1px solid #ddd; margin-left: -1px; } -.markdown.jupyter .pagination > li:first-child > a, -.markdown.jupyter .pagination > li:first-child > span { +.markup.jupyter .pagination > li:first-child > a, +.markup.jupyter .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 2px; border-top-left-radius: 2px; } -.markdown.jupyter .pagination > li:last-child > a, -.markdown.jupyter .pagination > li:last-child > span { +.markup.jupyter .pagination > li:last-child > a, +.markup.jupyter .pagination > li:last-child > span { border-bottom-right-radius: 2px; border-top-right-radius: 2px; } -.markdown.jupyter .pagination > li > a:hover, -.markdown.jupyter .pagination > li > span:hover, -.markdown.jupyter .pagination > li > a:focus, -.markdown.jupyter .pagination > li > span:focus { +.markup.jupyter .pagination > li > a:hover, +.markup.jupyter .pagination > li > span:hover, +.markup.jupyter .pagination > li > a:focus, +.markup.jupyter .pagination > li > span:focus { z-index: 2; color: #23527c; background-color: #eeeeee; border-color: #ddd; } -.markdown.jupyter .pagination > .active > a, -.markdown.jupyter .pagination > .active > span, -.markdown.jupyter .pagination > .active > a:hover, -.markdown.jupyter .pagination > .active > span:hover, -.markdown.jupyter .pagination > .active > a:focus, -.markdown.jupyter .pagination > .active > span:focus { +.markup.jupyter .pagination > .active > a, +.markup.jupyter .pagination > .active > span, +.markup.jupyter .pagination > .active > a:hover, +.markup.jupyter .pagination > .active > span:hover, +.markup.jupyter .pagination > .active > a:focus, +.markup.jupyter .pagination > .active > span:focus { z-index: 3; color: #fff; background-color: #337ab7; border-color: #337ab7; cursor: default; } -.markdown.jupyter .pagination > .disabled > span, -.markdown.jupyter .pagination > .disabled > span:hover, -.markdown.jupyter .pagination > .disabled > span:focus, -.markdown.jupyter .pagination > .disabled > a, -.markdown.jupyter .pagination > .disabled > a:hover, -.markdown.jupyter .pagination > .disabled > a:focus { +.markup.jupyter .pagination > .disabled > span, +.markup.jupyter .pagination > .disabled > span:hover, +.markup.jupyter .pagination > .disabled > span:focus, +.markup.jupyter .pagination > .disabled > a, +.markup.jupyter .pagination > .disabled > a:hover, +.markup.jupyter .pagination > .disabled > a:focus { color: #777777; background-color: #fff; border-color: #ddd; cursor: not-allowed; } -.markdown.jupyter .pagination-lg > li > a, -.markdown.jupyter .pagination-lg > li > span { +.markup.jupyter .pagination-lg > li > a, +.markup.jupyter .pagination-lg > li > span { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; } -.markdown.jupyter .pagination-lg > li:first-child > a, -.markdown.jupyter .pagination-lg > li:first-child > span { +.markup.jupyter .pagination-lg > li:first-child > a, +.markup.jupyter .pagination-lg > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } -.markdown.jupyter .pagination-lg > li:last-child > a, -.markdown.jupyter .pagination-lg > li:last-child > span { +.markup.jupyter .pagination-lg > li:last-child > a, +.markup.jupyter .pagination-lg > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } -.markdown.jupyter .pagination-sm > li > a, -.markdown.jupyter .pagination-sm > li > span { +.markup.jupyter .pagination-sm > li > a, +.markup.jupyter .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; } -.markdown.jupyter .pagination-sm > li:first-child > a, -.markdown.jupyter .pagination-sm > li:first-child > span { +.markup.jupyter .pagination-sm > li:first-child > a, +.markup.jupyter .pagination-sm > li:first-child > span { border-bottom-left-radius: 1px; border-top-left-radius: 1px; } -.markdown.jupyter .pagination-sm > li:last-child > a, -.markdown.jupyter .pagination-sm > li:last-child > span { +.markup.jupyter .pagination-sm > li:last-child > a, +.markup.jupyter .pagination-sm > li:last-child > span { border-bottom-right-radius: 1px; border-top-right-radius: 1px; } -.markdown.jupyter .pager { +.markup.jupyter .pager { padding-left: 0; margin: 18px 0; list-style: none; text-align: center; } -.markdown.jupyter .pager li { +.markup.jupyter .pager li { display: inline; } -.markdown.jupyter .pager li > a, -.markdown.jupyter .pager li > span { +.markup.jupyter .pager li > a, +.markup.jupyter .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } -.markdown.jupyter .pager li > a:hover, -.markdown.jupyter .pager li > a:focus { +.markup.jupyter .pager li > a:hover, +.markup.jupyter .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } -.markdown.jupyter .pager .next > a, -.markdown.jupyter .pager .next > span { +.markup.jupyter .pager .next > a, +.markup.jupyter .pager .next > span { float: right; } -.markdown.jupyter .pager .previous > a, -.markdown.jupyter .pager .previous > span { +.markup.jupyter .pager .previous > a, +.markup.jupyter .pager .previous > span { float: left; } -.markdown.jupyter .pager .disabled > a, -.markdown.jupyter .pager .disabled > a:hover, -.markdown.jupyter .pager .disabled > a:focus, -.markdown.jupyter .pager .disabled > span { +.markup.jupyter .pager .disabled > a, +.markup.jupyter .pager .disabled > a:hover, +.markup.jupyter .pager .disabled > a:focus, +.markup.jupyter .pager .disabled > span { color: #777777; background-color: #fff; cursor: not-allowed; } -.markdown.jupyter .label { +.markup.jupyter .label { display: inline; padding: 0.2em 0.6em 0.3em; font-size: 75%; @@ -5129,62 +5129,62 @@ Adapted from GitHub theme vertical-align: baseline; border-radius: 0.25em; } -.markdown.jupyter a.label:hover, -.markdown.jupyter a.label:focus { +.markup.jupyter a.label:hover, +.markup.jupyter a.label:focus { color: #fff; text-decoration: none; cursor: pointer; } -.markdown.jupyter .label:empty { +.markup.jupyter .label:empty { display: none; } -.markdown.jupyter .btn .label { +.markup.jupyter .btn .label { position: relative; top: -1px; } -.markdown.jupyter .label-default { +.markup.jupyter .label-default { background-color: #777777; } -.markdown.jupyter .label-default[href]:hover, -.markdown.jupyter .label-default[href]:focus { +.markup.jupyter .label-default[href]:hover, +.markup.jupyter .label-default[href]:focus { background-color: #5e5e5e; } -.markdown.jupyter .label-primary { +.markup.jupyter .label-primary { background-color: #337ab7; } -.markdown.jupyter .label-primary[href]:hover, -.markdown.jupyter .label-primary[href]:focus { +.markup.jupyter .label-primary[href]:hover, +.markup.jupyter .label-primary[href]:focus { background-color: #286090; } -.markdown.jupyter .label-success { +.markup.jupyter .label-success { background-color: #5cb85c; } -.markdown.jupyter .label-success[href]:hover, -.markdown.jupyter .label-success[href]:focus { +.markup.jupyter .label-success[href]:hover, +.markup.jupyter .label-success[href]:focus { background-color: #449d44; } -.markdown.jupyter .label-info { +.markup.jupyter .label-info { background-color: #5bc0de; } -.markdown.jupyter .label-info[href]:hover, -.markdown.jupyter .label-info[href]:focus { +.markup.jupyter .label-info[href]:hover, +.markup.jupyter .label-info[href]:focus { background-color: #31b0d5; } -.markdown.jupyter .label-warning { +.markup.jupyter .label-warning { background-color: #f0ad4e; } -.markdown.jupyter .label-warning[href]:hover, -.markdown.jupyter .label-warning[href]:focus { +.markup.jupyter .label-warning[href]:hover, +.markup.jupyter .label-warning[href]:focus { background-color: #ec971f; } -.markdown.jupyter .label-danger { +.markup.jupyter .label-danger { background-color: #d9534f; } -.markdown.jupyter .label-danger[href]:hover, -.markdown.jupyter .label-danger[href]:focus { +.markup.jupyter .label-danger[href]:hover, +.markup.jupyter .label-danger[href]:focus { background-color: #c9302c; } -.markdown.jupyter .badge { +.markup.jupyter .badge { display: inline-block; min-width: 10px; padding: 3px 7px; @@ -5198,82 +5198,82 @@ Adapted from GitHub theme background-color: #777777; border-radius: 10px; } -.markdown.jupyter .badge:empty { +.markup.jupyter .badge:empty { display: none; } -.markdown.jupyter .btn .badge { +.markup.jupyter .btn .badge { position: relative; top: -1px; } -.markdown.jupyter .btn-xs .badge, -.markdown.jupyter .btn-group-xs > .btn .badge { +.markup.jupyter .btn-xs .badge, +.markup.jupyter .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; } -.markdown.jupyter a.badge:hover, -.markdown.jupyter a.badge:focus { +.markup.jupyter a.badge:hover, +.markup.jupyter a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } -.markdown.jupyter .list-group-item.active > .badge, -.markdown.jupyter .nav-pills > .active > a > .badge { +.markup.jupyter .list-group-item.active > .badge, +.markup.jupyter .nav-pills > .active > a > .badge { color: #337ab7; background-color: #fff; } -.markdown.jupyter .list-group-item > .badge { +.markup.jupyter .list-group-item > .badge { float: right; } -.markdown.jupyter .list-group-item > .badge + .badge { +.markup.jupyter .list-group-item > .badge + .badge { margin-right: 5px; } -.markdown.jupyter .nav-pills > li > a > .badge { +.markup.jupyter .nav-pills > li > a > .badge { margin-left: 3px; } -.markdown.jupyter .jumbotron { +.markup.jupyter .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; } -.markdown.jupyter .jumbotron h1, -.markdown.jupyter .jumbotron .h1 { +.markup.jupyter .jumbotron h1, +.markup.jupyter .jumbotron .h1 { color: inherit; } -.markdown.jupyter .jumbotron p { +.markup.jupyter .jumbotron p { margin-bottom: 15px; font-size: 20px; font-weight: 200; } -.markdown.jupyter .jumbotron > hr { +.markup.jupyter .jumbotron > hr { border-top-color: #d5d5d5; } -.markdown.jupyter .container .jumbotron, -.markdown.jupyter .container-fluid .jumbotron { +.markup.jupyter .container .jumbotron, +.markup.jupyter .container-fluid .jumbotron { border-radius: 3px; padding-left: 0px; padding-right: 0px; } -.markdown.jupyter .jumbotron .container { +.markup.jupyter .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { - .markdown.jupyter .jumbotron { + .markup.jupyter .jumbotron { padding-top: 48px; padding-bottom: 48px; } - .markdown.jupyter .container .jumbotron, - .markdown.jupyter .container-fluid .jumbotron { + .markup.jupyter .container .jumbotron, + .markup.jupyter .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; } - .markdown.jupyter .jumbotron h1, - .markdown.jupyter .jumbotron .h1 { + .markup.jupyter .jumbotron h1, + .markup.jupyter .jumbotron .h1 { font-size: 59px; } } -.markdown.jupyter .thumbnail { +.markup.jupyter .thumbnail { display: block; padding: 4px; margin-bottom: 18px; @@ -5285,93 +5285,93 @@ Adapted from GitHub theme -o-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; } -.markdown.jupyter .thumbnail > img, -.markdown.jupyter .thumbnail a > img { +.markup.jupyter .thumbnail > img, +.markup.jupyter .thumbnail a > img { margin-left: auto; margin-right: auto; } -.markdown.jupyter a.thumbnail:hover, -.markdown.jupyter a.thumbnail:focus, -.markdown.jupyter a.thumbnail.active { +.markup.jupyter a.thumbnail:hover, +.markup.jupyter a.thumbnail:focus, +.markup.jupyter a.thumbnail.active { border-color: #337ab7; } -.markdown.jupyter .thumbnail .caption { +.markup.jupyter .thumbnail .caption { padding: 9px; color: #000; } -.markdown.jupyter .alert { +.markup.jupyter .alert { padding: 15px; margin-bottom: 18px; border: 1px solid transparent; border-radius: 2px; } -.markdown.jupyter .alert h4 { +.markup.jupyter .alert h4 { margin-top: 0; color: inherit; } -.markdown.jupyter .alert .alert-link { +.markup.jupyter .alert .alert-link { font-weight: bold; } -.markdown.jupyter .alert > p, -.markdown.jupyter .alert > ul { +.markup.jupyter .alert > p, +.markup.jupyter .alert > ul { margin-bottom: 0; } -.markdown.jupyter .alert > p + p { +.markup.jupyter .alert > p + p { margin-top: 5px; } -.markdown.jupyter .alert-dismissable, -.markdown.jupyter .alert-dismissible { +.markup.jupyter .alert-dismissable, +.markup.jupyter .alert-dismissible { padding-right: 35px; } -.markdown.jupyter .alert-dismissable .close, -.markdown.jupyter .alert-dismissible .close { +.markup.jupyter .alert-dismissable .close, +.markup.jupyter .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } -.markdown.jupyter .alert-success { +.markup.jupyter .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } -.markdown.jupyter .alert-success hr { +.markup.jupyter .alert-success hr { border-top-color: #c9e2b3; } -.markdown.jupyter .alert-success .alert-link { +.markup.jupyter .alert-success .alert-link { color: #2b542c; } -.markdown.jupyter .alert-info { +.markup.jupyter .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } -.markdown.jupyter .alert-info hr { +.markup.jupyter .alert-info hr { border-top-color: #a6e1ec; } -.markdown.jupyter .alert-info .alert-link { +.markup.jupyter .alert-info .alert-link { color: #245269; } -.markdown.jupyter .alert-warning { +.markup.jupyter .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } -.markdown.jupyter .alert-warning hr { +.markup.jupyter .alert-warning hr { border-top-color: #f7e1b5; } -.markdown.jupyter .alert-warning .alert-link { +.markup.jupyter .alert-warning .alert-link { color: #66512c; } -.markdown.jupyter .alert-danger { +.markup.jupyter .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } -.markdown.jupyter .alert-danger hr { +.markup.jupyter .alert-danger hr { border-top-color: #e4b9c0; } -.markdown.jupyter .alert-danger .alert-link { +.markup.jupyter .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { @@ -5390,7 +5390,7 @@ Adapted from GitHub theme background-position: 0 0; } } -.markdown.jupyter .progress { +.markup.jupyter .progress { overflow: hidden; height: 18px; margin-bottom: 18px; @@ -5399,7 +5399,7 @@ Adapted from GitHub theme -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } -.markdown.jupyter .progress-bar { +.markup.jupyter .progress-bar { float: left; width: 0%; height: 100%; @@ -5414,104 +5414,104 @@ Adapted from GitHub theme -o-transition: width 0.6s ease; transition: width 0.6s ease; } -.markdown.jupyter .progress-striped .progress-bar, -.markdown.jupyter .progress-bar-striped { +.markup.jupyter .progress-striped .progress-bar, +.markup.jupyter .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } -.markdown.jupyter .progress.active .progress-bar, -.markdown.jupyter .progress-bar.active { +.markup.jupyter .progress.active .progress-bar, +.markup.jupyter .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } -.markdown.jupyter .progress-bar-success { +.markup.jupyter .progress-bar-success { background-color: #5cb85c; } -.markdown.jupyter .progress-striped .progress-bar-success { +.markup.jupyter .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } -.markdown.jupyter .progress-bar-info { +.markup.jupyter .progress-bar-info { background-color: #5bc0de; } -.markdown.jupyter .progress-striped .progress-bar-info { +.markup.jupyter .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } -.markdown.jupyter .progress-bar-warning { +.markup.jupyter .progress-bar-warning { background-color: #f0ad4e; } -.markdown.jupyter .progress-striped .progress-bar-warning { +.markup.jupyter .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } -.markdown.jupyter .progress-bar-danger { +.markup.jupyter .progress-bar-danger { background-color: #d9534f; } -.markdown.jupyter .progress-striped .progress-bar-danger { +.markup.jupyter .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } -.markdown.jupyter .media { +.markup.jupyter .media { margin-top: 15px; } -.markdown.jupyter .media:first-child { +.markup.jupyter .media:first-child { margin-top: 0; } -.markdown.jupyter .media, -.markdown.jupyter .media-body { +.markup.jupyter .media, +.markup.jupyter .media-body { zoom: 1; overflow: hidden; } -.markdown.jupyter .media-body { +.markup.jupyter .media-body { width: 10000px; } -.markdown.jupyter .media-object { +.markup.jupyter .media-object { display: block; } -.markdown.jupyter .media-object.img-thumbnail { +.markup.jupyter .media-object.img-thumbnail { max-width: none; } -.markdown.jupyter .media-right, -.markdown.jupyter .media > .pull-right { +.markup.jupyter .media-right, +.markup.jupyter .media > .pull-right { padding-left: 10px; } -.markdown.jupyter .media-left, -.markdown.jupyter .media > .pull-left { +.markup.jupyter .media-left, +.markup.jupyter .media > .pull-left { padding-right: 10px; } -.markdown.jupyter .media-left, -.markdown.jupyter .media-right, -.markdown.jupyter .media-body { +.markup.jupyter .media-left, +.markup.jupyter .media-right, +.markup.jupyter .media-body { display: table-cell; vertical-align: top; } -.markdown.jupyter .media-middle { +.markup.jupyter .media-middle { vertical-align: middle; } -.markdown.jupyter .media-bottom { +.markup.jupyter .media-bottom { vertical-align: bottom; } -.markdown.jupyter .media-heading { +.markup.jupyter .media-heading { margin-top: 0; margin-bottom: 5px; } -.markdown.jupyter .media-list { +.markup.jupyter .media-list { padding-left: 0; list-style: none; } -.markdown.jupyter .list-group { +.markup.jupyter .list-group { margin-bottom: 20px; padding-left: 0; } -.markdown.jupyter .list-group-item { +.markup.jupyter .list-group-item { position: relative; display: block; padding: 10px 15px; @@ -5519,201 +5519,201 @@ Adapted from GitHub theme background-color: #fff; border: 1px solid #ddd; } -.markdown.jupyter .list-group-item:first-child { +.markup.jupyter .list-group-item:first-child { border-top-right-radius: 2px; border-top-left-radius: 2px; } -.markdown.jupyter .list-group-item:last-child { +.markup.jupyter .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } -.markdown.jupyter a.list-group-item, -.markdown.jupyter button.list-group-item { +.markup.jupyter a.list-group-item, +.markup.jupyter button.list-group-item { color: #555; } -.markdown.jupyter a.list-group-item .list-group-item-heading, -.markdown.jupyter button.list-group-item .list-group-item-heading { +.markup.jupyter a.list-group-item .list-group-item-heading, +.markup.jupyter button.list-group-item .list-group-item-heading { color: #333; } -.markdown.jupyter a.list-group-item:hover, -.markdown.jupyter button.list-group-item:hover, -.markdown.jupyter a.list-group-item:focus, -.markdown.jupyter button.list-group-item:focus { +.markup.jupyter a.list-group-item:hover, +.markup.jupyter button.list-group-item:hover, +.markup.jupyter a.list-group-item:focus, +.markup.jupyter button.list-group-item:focus { text-decoration: none; color: #555; background-color: #f5f5f5; } -.markdown.jupyter button.list-group-item { +.markup.jupyter button.list-group-item { width: 100%; text-align: left; } -.markdown.jupyter .list-group-item.disabled, -.markdown.jupyter .list-group-item.disabled:hover, -.markdown.jupyter .list-group-item.disabled:focus { +.markup.jupyter .list-group-item.disabled, +.markup.jupyter .list-group-item.disabled:hover, +.markup.jupyter .list-group-item.disabled:focus { background-color: #eeeeee; color: #777777; cursor: not-allowed; } -.markdown.jupyter .list-group-item.disabled .list-group-item-heading, -.markdown.jupyter .list-group-item.disabled:hover .list-group-item-heading, -.markdown.jupyter .list-group-item.disabled:focus .list-group-item-heading { +.markup.jupyter .list-group-item.disabled .list-group-item-heading, +.markup.jupyter .list-group-item.disabled:hover .list-group-item-heading, +.markup.jupyter .list-group-item.disabled:focus .list-group-item-heading { color: inherit; } -.markdown.jupyter .list-group-item.disabled .list-group-item-text, -.markdown.jupyter .list-group-item.disabled:hover .list-group-item-text, -.markdown.jupyter .list-group-item.disabled:focus .list-group-item-text { +.markup.jupyter .list-group-item.disabled .list-group-item-text, +.markup.jupyter .list-group-item.disabled:hover .list-group-item-text, +.markup.jupyter .list-group-item.disabled:focus .list-group-item-text { color: #777777; } -.markdown.jupyter .list-group-item.active, -.markdown.jupyter .list-group-item.active:hover, -.markdown.jupyter .list-group-item.active:focus { +.markup.jupyter .list-group-item.active, +.markup.jupyter .list-group-item.active:hover, +.markup.jupyter .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; } -.markdown.jupyter .list-group-item.active .list-group-item-heading, -.markdown.jupyter .list-group-item.active:hover .list-group-item-heading, -.markdown.jupyter .list-group-item.active:focus .list-group-item-heading, -.markdown.jupyter .list-group-item.active .list-group-item-heading > small, -.markdown.jupyter .list-group-item.active:hover .list-group-item-heading > small, -.markdown.jupyter .list-group-item.active:focus .list-group-item-heading > small, -.markdown.jupyter .list-group-item.active .list-group-item-heading > .small, -.markdown.jupyter .list-group-item.active:hover .list-group-item-heading > .small, -.markdown.jupyter .list-group-item.active:focus .list-group-item-heading > .small { +.markup.jupyter .list-group-item.active .list-group-item-heading, +.markup.jupyter .list-group-item.active:hover .list-group-item-heading, +.markup.jupyter .list-group-item.active:focus .list-group-item-heading, +.markup.jupyter .list-group-item.active .list-group-item-heading > small, +.markup.jupyter .list-group-item.active:hover .list-group-item-heading > small, +.markup.jupyter .list-group-item.active:focus .list-group-item-heading > small, +.markup.jupyter .list-group-item.active .list-group-item-heading > .small, +.markup.jupyter .list-group-item.active:hover .list-group-item-heading > .small, +.markup.jupyter .list-group-item.active:focus .list-group-item-heading > .small { color: inherit; } -.markdown.jupyter .list-group-item.active .list-group-item-text, -.markdown.jupyter .list-group-item.active:hover .list-group-item-text, -.markdown.jupyter .list-group-item.active:focus .list-group-item-text { +.markup.jupyter .list-group-item.active .list-group-item-text, +.markup.jupyter .list-group-item.active:hover .list-group-item-text, +.markup.jupyter .list-group-item.active:focus .list-group-item-text { color: #c7ddef; } -.markdown.jupyter .list-group-item-success { +.markup.jupyter .list-group-item-success { color: #3c763d; background-color: #dff0d8; } -.markdown.jupyter a.list-group-item-success, -.markdown.jupyter button.list-group-item-success { +.markup.jupyter a.list-group-item-success, +.markup.jupyter button.list-group-item-success { color: #3c763d; } -.markdown.jupyter a.list-group-item-success .list-group-item-heading, -.markdown.jupyter button.list-group-item-success .list-group-item-heading { +.markup.jupyter a.list-group-item-success .list-group-item-heading, +.markup.jupyter button.list-group-item-success .list-group-item-heading { color: inherit; } -.markdown.jupyter a.list-group-item-success:hover, -.markdown.jupyter button.list-group-item-success:hover, -.markdown.jupyter a.list-group-item-success:focus, -.markdown.jupyter button.list-group-item-success:focus { +.markup.jupyter a.list-group-item-success:hover, +.markup.jupyter button.list-group-item-success:hover, +.markup.jupyter a.list-group-item-success:focus, +.markup.jupyter button.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } -.markdown.jupyter a.list-group-item-success.active, -.markdown.jupyter button.list-group-item-success.active, -.markdown.jupyter a.list-group-item-success.active:hover, -.markdown.jupyter button.list-group-item-success.active:hover, -.markdown.jupyter a.list-group-item-success.active:focus, -.markdown.jupyter button.list-group-item-success.active:focus { +.markup.jupyter a.list-group-item-success.active, +.markup.jupyter button.list-group-item-success.active, +.markup.jupyter a.list-group-item-success.active:hover, +.markup.jupyter button.list-group-item-success.active:hover, +.markup.jupyter a.list-group-item-success.active:focus, +.markup.jupyter button.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } -.markdown.jupyter .list-group-item-info { +.markup.jupyter .list-group-item-info { color: #31708f; background-color: #d9edf7; } -.markdown.jupyter a.list-group-item-info, -.markdown.jupyter button.list-group-item-info { +.markup.jupyter a.list-group-item-info, +.markup.jupyter button.list-group-item-info { color: #31708f; } -.markdown.jupyter a.list-group-item-info .list-group-item-heading, -.markdown.jupyter button.list-group-item-info .list-group-item-heading { +.markup.jupyter a.list-group-item-info .list-group-item-heading, +.markup.jupyter button.list-group-item-info .list-group-item-heading { color: inherit; } -.markdown.jupyter a.list-group-item-info:hover, -.markdown.jupyter button.list-group-item-info:hover, -.markdown.jupyter a.list-group-item-info:focus, -.markdown.jupyter button.list-group-item-info:focus { +.markup.jupyter a.list-group-item-info:hover, +.markup.jupyter button.list-group-item-info:hover, +.markup.jupyter a.list-group-item-info:focus, +.markup.jupyter button.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } -.markdown.jupyter a.list-group-item-info.active, -.markdown.jupyter button.list-group-item-info.active, -.markdown.jupyter a.list-group-item-info.active:hover, -.markdown.jupyter button.list-group-item-info.active:hover, -.markdown.jupyter a.list-group-item-info.active:focus, -.markdown.jupyter button.list-group-item-info.active:focus { +.markup.jupyter a.list-group-item-info.active, +.markup.jupyter button.list-group-item-info.active, +.markup.jupyter a.list-group-item-info.active:hover, +.markup.jupyter button.list-group-item-info.active:hover, +.markup.jupyter a.list-group-item-info.active:focus, +.markup.jupyter button.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } -.markdown.jupyter .list-group-item-warning { +.markup.jupyter .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } -.markdown.jupyter a.list-group-item-warning, -.markdown.jupyter button.list-group-item-warning { +.markup.jupyter a.list-group-item-warning, +.markup.jupyter button.list-group-item-warning { color: #8a6d3b; } -.markdown.jupyter a.list-group-item-warning .list-group-item-heading, -.markdown.jupyter button.list-group-item-warning .list-group-item-heading { +.markup.jupyter a.list-group-item-warning .list-group-item-heading, +.markup.jupyter button.list-group-item-warning .list-group-item-heading { color: inherit; } -.markdown.jupyter a.list-group-item-warning:hover, -.markdown.jupyter button.list-group-item-warning:hover, -.markdown.jupyter a.list-group-item-warning:focus, -.markdown.jupyter button.list-group-item-warning:focus { +.markup.jupyter a.list-group-item-warning:hover, +.markup.jupyter button.list-group-item-warning:hover, +.markup.jupyter a.list-group-item-warning:focus, +.markup.jupyter button.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } -.markdown.jupyter a.list-group-item-warning.active, -.markdown.jupyter button.list-group-item-warning.active, -.markdown.jupyter a.list-group-item-warning.active:hover, -.markdown.jupyter button.list-group-item-warning.active:hover, -.markdown.jupyter a.list-group-item-warning.active:focus, -.markdown.jupyter button.list-group-item-warning.active:focus { +.markup.jupyter a.list-group-item-warning.active, +.markup.jupyter button.list-group-item-warning.active, +.markup.jupyter a.list-group-item-warning.active:hover, +.markup.jupyter button.list-group-item-warning.active:hover, +.markup.jupyter a.list-group-item-warning.active:focus, +.markup.jupyter button.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } -.markdown.jupyter .list-group-item-danger { +.markup.jupyter .list-group-item-danger { color: #a94442; background-color: #f2dede; } -.markdown.jupyter a.list-group-item-danger, -.markdown.jupyter button.list-group-item-danger { +.markup.jupyter a.list-group-item-danger, +.markup.jupyter button.list-group-item-danger { color: #a94442; } -.markdown.jupyter a.list-group-item-danger .list-group-item-heading, -.markdown.jupyter button.list-group-item-danger .list-group-item-heading { +.markup.jupyter a.list-group-item-danger .list-group-item-heading, +.markup.jupyter button.list-group-item-danger .list-group-item-heading { color: inherit; } -.markdown.jupyter a.list-group-item-danger:hover, -.markdown.jupyter button.list-group-item-danger:hover, -.markdown.jupyter a.list-group-item-danger:focus, -.markdown.jupyter button.list-group-item-danger:focus { +.markup.jupyter a.list-group-item-danger:hover, +.markup.jupyter button.list-group-item-danger:hover, +.markup.jupyter a.list-group-item-danger:focus, +.markup.jupyter button.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } -.markdown.jupyter a.list-group-item-danger.active, -.markdown.jupyter button.list-group-item-danger.active, -.markdown.jupyter a.list-group-item-danger.active:hover, -.markdown.jupyter button.list-group-item-danger.active:hover, -.markdown.jupyter a.list-group-item-danger.active:focus, -.markdown.jupyter button.list-group-item-danger.active:focus { +.markup.jupyter a.list-group-item-danger.active, +.markup.jupyter button.list-group-item-danger.active, +.markup.jupyter a.list-group-item-danger.active:hover, +.markup.jupyter button.list-group-item-danger.active:hover, +.markup.jupyter a.list-group-item-danger.active:focus, +.markup.jupyter button.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } -.markdown.jupyter .list-group-item-heading { +.markup.jupyter .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } -.markdown.jupyter .list-group-item-text { +.markup.jupyter .list-group-item-text { margin-bottom: 0; line-height: 1.3; } -.markdown.jupyter .panel { +.markup.jupyter .panel { margin-bottom: 18px; background-color: #fff; border: 1px solid transparent; @@ -5721,353 +5721,353 @@ Adapted from GitHub theme -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } -.markdown.jupyter .panel-body { +.markup.jupyter .panel-body { padding: 15px; } -.markdown.jupyter .panel-heading { +.markup.jupyter .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 1px; border-top-left-radius: 1px; } -.markdown.jupyter .panel-heading > .dropdown .dropdown-toggle { +.markup.jupyter .panel-heading > .dropdown .dropdown-toggle { color: inherit; } -.markdown.jupyter .panel-title { +.markup.jupyter .panel-title { margin-top: 0; margin-bottom: 0; font-size: 15px; color: inherit; } -.markdown.jupyter .panel-title > a, -.markdown.jupyter .panel-title > small, -.markdown.jupyter .panel-title > .small, -.markdown.jupyter .panel-title > small > a, -.markdown.jupyter .panel-title > .small > a { +.markup.jupyter .panel-title > a, +.markup.jupyter .panel-title > small, +.markup.jupyter .panel-title > .small, +.markup.jupyter .panel-title > small > a, +.markup.jupyter .panel-title > .small > a { color: inherit; } -.markdown.jupyter .panel-footer { +.markup.jupyter .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } -.markdown.jupyter .panel > .list-group, -.markdown.jupyter .panel > .panel-collapse > .list-group { +.markup.jupyter .panel > .list-group, +.markup.jupyter .panel > .panel-collapse > .list-group { margin-bottom: 0; } -.markdown.jupyter .panel > .list-group .list-group-item, -.markdown.jupyter .panel > .panel-collapse > .list-group .list-group-item { +.markup.jupyter .panel > .list-group .list-group-item, +.markup.jupyter .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } -.markdown.jupyter .panel > .list-group:first-child .list-group-item:first-child, -.markdown.jupyter .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { +.markup.jupyter .panel > .list-group:first-child .list-group-item:first-child, +.markup.jupyter .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 1px; border-top-left-radius: 1px; } -.markdown.jupyter .panel > .list-group:last-child .list-group-item:last-child, -.markdown.jupyter .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { +.markup.jupyter .panel > .list-group:last-child .list-group-item:last-child, +.markup.jupyter .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } -.markdown.jupyter .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { +.markup.jupyter .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } -.markdown.jupyter .panel-heading + .list-group .list-group-item:first-child { +.markup.jupyter .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } -.markdown.jupyter .list-group + .panel-footer { +.markup.jupyter .list-group + .panel-footer { border-top-width: 0; } -.markdown.jupyter .panel > .table, -.markdown.jupyter .panel > .table-responsive > .table, -.markdown.jupyter .panel > .panel-collapse > .table { +.markup.jupyter .panel > .table, +.markup.jupyter .panel > .table-responsive > .table, +.markup.jupyter .panel > .panel-collapse > .table { margin-bottom: 0; } -.markdown.jupyter .panel > .table caption, -.markdown.jupyter .panel > .table-responsive > .table caption, -.markdown.jupyter .panel > .panel-collapse > .table caption { +.markup.jupyter .panel > .table caption, +.markup.jupyter .panel > .table-responsive > .table caption, +.markup.jupyter .panel > .panel-collapse > .table caption { padding-left: 15px; padding-right: 15px; } -.markdown.jupyter .panel > .table:first-child, -.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child { +.markup.jupyter .panel > .table:first-child, +.markup.jupyter .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 1px; border-top-left-radius: 1px; } -.markdown.jupyter .panel > .table:first-child > thead:first-child > tr:first-child, -.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, -.markdown.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child, -.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { +.markup.jupyter .panel > .table:first-child > thead:first-child > tr:first-child, +.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, +.markup.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child, +.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 1px; border-top-right-radius: 1px; } -.markdown.jupyter .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, -.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, -.markdown.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, -.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, -.markdown.jupyter .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, -.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, -.markdown.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, -.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { +.markup.jupyter .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, +.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, +.markup.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, +.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, +.markup.jupyter .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, +.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, +.markup.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, +.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 1px; } -.markdown.jupyter .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, -.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, -.markdown.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, -.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, -.markdown.jupyter .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, -.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, -.markdown.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, -.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { +.markup.jupyter .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, +.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, +.markup.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, +.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, +.markup.jupyter .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, +.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, +.markup.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, +.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 1px; } -.markdown.jupyter .panel > .table:last-child, -.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child { +.markup.jupyter .panel > .table:last-child, +.markup.jupyter .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } -.markdown.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child, -.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, -.markdown.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child, -.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { +.markup.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child, +.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, +.markup.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child, +.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; } -.markdown.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, -.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, -.markdown.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, -.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, -.markdown.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, -.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, -.markdown.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, -.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { +.markup.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, +.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, +.markup.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, +.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, +.markup.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.markup.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, +.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 1px; } -.markdown.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, -.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, -.markdown.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, -.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, -.markdown.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, -.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, -.markdown.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, -.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { +.markup.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, +.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, +.markup.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, +.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, +.markup.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.markup.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, +.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 1px; } -.markdown.jupyter .panel > .panel-body + .table, -.markdown.jupyter .panel > .panel-body + .table-responsive, -.markdown.jupyter .panel > .table + .panel-body, -.markdown.jupyter .panel > .table-responsive + .panel-body { +.markup.jupyter .panel > .panel-body + .table, +.markup.jupyter .panel > .panel-body + .table-responsive, +.markup.jupyter .panel > .table + .panel-body, +.markup.jupyter .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd; } -.markdown.jupyter .panel > .table > tbody:first-child > tr:first-child th, -.markdown.jupyter .panel > .table > tbody:first-child > tr:first-child td { +.markup.jupyter .panel > .table > tbody:first-child > tr:first-child th, +.markup.jupyter .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } -.markdown.jupyter .panel > .table-bordered, -.markdown.jupyter .panel > .table-responsive > .table-bordered { +.markup.jupyter .panel > .table-bordered, +.markup.jupyter .panel > .table-responsive > .table-bordered { border: 0; } -.markdown.jupyter .panel > .table-bordered > thead > tr > th:first-child, -.markdown.jupyter .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, -.markdown.jupyter .panel > .table-bordered > tbody > tr > th:first-child, -.markdown.jupyter .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, -.markdown.jupyter .panel > .table-bordered > tfoot > tr > th:first-child, -.markdown.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, -.markdown.jupyter .panel > .table-bordered > thead > tr > td:first-child, -.markdown.jupyter .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, -.markdown.jupyter .panel > .table-bordered > tbody > tr > td:first-child, -.markdown.jupyter .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, -.markdown.jupyter .panel > .table-bordered > tfoot > tr > td:first-child, -.markdown.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { +.markup.jupyter .panel > .table-bordered > thead > tr > th:first-child, +.markup.jupyter .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, +.markup.jupyter .panel > .table-bordered > tbody > tr > th:first-child, +.markup.jupyter .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, +.markup.jupyter .panel > .table-bordered > tfoot > tr > th:first-child, +.markup.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, +.markup.jupyter .panel > .table-bordered > thead > tr > td:first-child, +.markup.jupyter .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, +.markup.jupyter .panel > .table-bordered > tbody > tr > td:first-child, +.markup.jupyter .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, +.markup.jupyter .panel > .table-bordered > tfoot > tr > td:first-child, +.markup.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } -.markdown.jupyter .panel > .table-bordered > thead > tr > th:last-child, -.markdown.jupyter .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, -.markdown.jupyter .panel > .table-bordered > tbody > tr > th:last-child, -.markdown.jupyter .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, -.markdown.jupyter .panel > .table-bordered > tfoot > tr > th:last-child, -.markdown.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, -.markdown.jupyter .panel > .table-bordered > thead > tr > td:last-child, -.markdown.jupyter .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, -.markdown.jupyter .panel > .table-bordered > tbody > tr > td:last-child, -.markdown.jupyter .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, -.markdown.jupyter .panel > .table-bordered > tfoot > tr > td:last-child, -.markdown.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { +.markup.jupyter .panel > .table-bordered > thead > tr > th:last-child, +.markup.jupyter .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, +.markup.jupyter .panel > .table-bordered > tbody > tr > th:last-child, +.markup.jupyter .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, +.markup.jupyter .panel > .table-bordered > tfoot > tr > th:last-child, +.markup.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, +.markup.jupyter .panel > .table-bordered > thead > tr > td:last-child, +.markup.jupyter .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, +.markup.jupyter .panel > .table-bordered > tbody > tr > td:last-child, +.markup.jupyter .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, +.markup.jupyter .panel > .table-bordered > tfoot > tr > td:last-child, +.markup.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } -.markdown.jupyter .panel > .table-bordered > thead > tr:first-child > td, -.markdown.jupyter .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, -.markdown.jupyter .panel > .table-bordered > tbody > tr:first-child > td, -.markdown.jupyter .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, -.markdown.jupyter .panel > .table-bordered > thead > tr:first-child > th, -.markdown.jupyter .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, -.markdown.jupyter .panel > .table-bordered > tbody > tr:first-child > th, -.markdown.jupyter .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { +.markup.jupyter .panel > .table-bordered > thead > tr:first-child > td, +.markup.jupyter .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, +.markup.jupyter .panel > .table-bordered > tbody > tr:first-child > td, +.markup.jupyter .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, +.markup.jupyter .panel > .table-bordered > thead > tr:first-child > th, +.markup.jupyter .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, +.markup.jupyter .panel > .table-bordered > tbody > tr:first-child > th, +.markup.jupyter .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } -.markdown.jupyter .panel > .table-bordered > tbody > tr:last-child > td, -.markdown.jupyter .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, -.markdown.jupyter .panel > .table-bordered > tfoot > tr:last-child > td, -.markdown.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, -.markdown.jupyter .panel > .table-bordered > tbody > tr:last-child > th, -.markdown.jupyter .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, -.markdown.jupyter .panel > .table-bordered > tfoot > tr:last-child > th, -.markdown.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { +.markup.jupyter .panel > .table-bordered > tbody > tr:last-child > td, +.markup.jupyter .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, +.markup.jupyter .panel > .table-bordered > tfoot > tr:last-child > td, +.markup.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, +.markup.jupyter .panel > .table-bordered > tbody > tr:last-child > th, +.markup.jupyter .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, +.markup.jupyter .panel > .table-bordered > tfoot > tr:last-child > th, +.markup.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } -.markdown.jupyter .panel > .table-responsive { +.markup.jupyter .panel > .table-responsive { border: 0; margin-bottom: 0; } -.markdown.jupyter .panel-group { +.markup.jupyter .panel-group { margin-bottom: 18px; } -.markdown.jupyter .panel-group .panel { +.markup.jupyter .panel-group .panel { margin-bottom: 0; border-radius: 2px; } -.markdown.jupyter .panel-group .panel + .panel { +.markup.jupyter .panel-group .panel + .panel { margin-top: 5px; } -.markdown.jupyter .panel-group .panel-heading { +.markup.jupyter .panel-group .panel-heading { border-bottom: 0; } -.markdown.jupyter .panel-group .panel-heading + .panel-collapse > .panel-body, -.markdown.jupyter .panel-group .panel-heading + .panel-collapse > .list-group { +.markup.jupyter .panel-group .panel-heading + .panel-collapse > .panel-body, +.markup.jupyter .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #ddd; } -.markdown.jupyter .panel-group .panel-footer { +.markup.jupyter .panel-group .panel-footer { border-top: 0; } -.markdown.jupyter .panel-group .panel-footer + .panel-collapse .panel-body { +.markup.jupyter .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; } -.markdown.jupyter .panel-default { +.markup.jupyter .panel-default { border-color: #ddd; } -.markdown.jupyter .panel-default > .panel-heading { +.markup.jupyter .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #ddd; } -.markdown.jupyter .panel-default > .panel-heading + .panel-collapse > .panel-body { +.markup.jupyter .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; } -.markdown.jupyter .panel-default > .panel-heading .badge { +.markup.jupyter .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333333; } -.markdown.jupyter .panel-default > .panel-footer + .panel-collapse > .panel-body { +.markup.jupyter .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; } -.markdown.jupyter .panel-primary { +.markup.jupyter .panel-primary { border-color: #337ab7; } -.markdown.jupyter .panel-primary > .panel-heading { +.markup.jupyter .panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; } -.markdown.jupyter .panel-primary > .panel-heading + .panel-collapse > .panel-body { +.markup.jupyter .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7; } -.markdown.jupyter .panel-primary > .panel-heading .badge { +.markup.jupyter .panel-primary > .panel-heading .badge { color: #337ab7; background-color: #fff; } -.markdown.jupyter .panel-primary > .panel-footer + .panel-collapse > .panel-body { +.markup.jupyter .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7; } -.markdown.jupyter .panel-success { +.markup.jupyter .panel-success { border-color: #d6e9c6; } -.markdown.jupyter .panel-success > .panel-heading { +.markup.jupyter .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } -.markdown.jupyter .panel-success > .panel-heading + .panel-collapse > .panel-body { +.markup.jupyter .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } -.markdown.jupyter .panel-success > .panel-heading .badge { +.markup.jupyter .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; } -.markdown.jupyter .panel-success > .panel-footer + .panel-collapse > .panel-body { +.markup.jupyter .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } -.markdown.jupyter .panel-info { +.markup.jupyter .panel-info { border-color: #bce8f1; } -.markdown.jupyter .panel-info > .panel-heading { +.markup.jupyter .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } -.markdown.jupyter .panel-info > .panel-heading + .panel-collapse > .panel-body { +.markup.jupyter .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; } -.markdown.jupyter .panel-info > .panel-heading .badge { +.markup.jupyter .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; } -.markdown.jupyter .panel-info > .panel-footer + .panel-collapse > .panel-body { +.markup.jupyter .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; } -.markdown.jupyter .panel-warning { +.markup.jupyter .panel-warning { border-color: #faebcc; } -.markdown.jupyter .panel-warning > .panel-heading { +.markup.jupyter .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } -.markdown.jupyter .panel-warning > .panel-heading + .panel-collapse > .panel-body { +.markup.jupyter .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; } -.markdown.jupyter .panel-warning > .panel-heading .badge { +.markup.jupyter .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } -.markdown.jupyter .panel-warning > .panel-footer + .panel-collapse > .panel-body { +.markup.jupyter .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; } -.markdown.jupyter .panel-danger { +.markup.jupyter .panel-danger { border-color: #ebccd1; } -.markdown.jupyter .panel-danger > .panel-heading { +.markup.jupyter .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } -.markdown.jupyter .panel-danger > .panel-heading + .panel-collapse > .panel-body { +.markup.jupyter .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; } -.markdown.jupyter .panel-danger > .panel-heading .badge { +.markup.jupyter .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; } -.markdown.jupyter .panel-danger > .panel-footer + .panel-collapse > .panel-body { +.markup.jupyter .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; } -.markdown.jupyter .embed-responsive { +.markup.jupyter .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } -.markdown.jupyter .embed-responsive .embed-responsive-item, -.markdown.jupyter .embed-responsive iframe, -.markdown.jupyter .embed-responsive embed, -.markdown.jupyter .embed-responsive object, -.markdown.jupyter .embed-responsive video { +.markup.jupyter .embed-responsive .embed-responsive-item, +.markup.jupyter .embed-responsive iframe, +.markup.jupyter .embed-responsive embed, +.markup.jupyter .embed-responsive object, +.markup.jupyter .embed-responsive video { position: absolute; top: 0; left: 0; @@ -6076,13 +6076,13 @@ Adapted from GitHub theme width: 100%; border: 0; } -.markdown.jupyter .embed-responsive-16by9 { +.markup.jupyter .embed-responsive-16by9 { padding-bottom: 56.25%; } -.markdown.jupyter .embed-responsive-4by3 { +.markup.jupyter .embed-responsive-4by3 { padding-bottom: 75%; } -.markdown.jupyter .well { +.markup.jupyter .well { min-height: 20px; padding: 19px; margin-bottom: 20px; @@ -6092,19 +6092,19 @@ Adapted from GitHub theme -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } -.markdown.jupyter .well blockquote { +.markup.jupyter .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } -.markdown.jupyter .well-lg { +.markup.jupyter .well-lg { padding: 24px; border-radius: 3px; } -.markdown.jupyter .well-sm { +.markup.jupyter .well-sm { padding: 9px; border-radius: 1px; } -.markdown.jupyter .close { +.markup.jupyter .close { float: right; font-size: 19.5px; font-weight: bold; @@ -6114,25 +6114,25 @@ Adapted from GitHub theme opacity: 0.2; filter: alpha(opacity=20); } -.markdown.jupyter .close:hover, -.markdown.jupyter .close:focus { +.markup.jupyter .close:hover, +.markup.jupyter .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } -.markdown.jupyter button.close { +.markup.jupyter button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } -.markdown.jupyter .modal-open { +.markup.jupyter .modal-open { overflow: hidden; } -.markdown.jupyter .modal { +.markup.jupyter .modal { display: none; overflow: hidden; position: fixed; @@ -6144,7 +6144,7 @@ Adapted from GitHub theme -webkit-overflow-scrolling: touch; outline: 0; } -.markdown.jupyter .modal.fade .modal-dialog { +.markup.jupyter .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); @@ -6154,22 +6154,22 @@ Adapted from GitHub theme -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } -.markdown.jupyter .modal.in .modal-dialog { +.markup.jupyter .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } -.markdown.jupyter .modal-open .modal { +.markup.jupyter .modal-open .modal { overflow-x: hidden; overflow-y: auto; } -.markdown.jupyter .modal-dialog { +.markup.jupyter .modal-dialog { position: relative; width: auto; margin: 10px; } -.markdown.jupyter .modal-content { +.markup.jupyter .modal-content { position: relative; background-color: #fff; border: 1px solid #999; @@ -6180,7 +6180,7 @@ Adapted from GitHub theme background-clip: padding-box; outline: 0; } -.markdown.jupyter .modal-backdrop { +.markup.jupyter .modal-backdrop { position: fixed; top: 0; right: 0; @@ -6189,45 +6189,45 @@ Adapted from GitHub theme z-index: 1040; background-color: #000; } -.markdown.jupyter .modal-backdrop.fade { +.markup.jupyter .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } -.markdown.jupyter .modal-backdrop.in { +.markup.jupyter .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } -.markdown.jupyter .modal-header { +.markup.jupyter .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; } -.markdown.jupyter .modal-header .close { +.markup.jupyter .modal-header .close { margin-top: -2px; } -.markdown.jupyter .modal-title { +.markup.jupyter .modal-title { margin: 0; line-height: 1.42857143; } -.markdown.jupyter .modal-body { +.markup.jupyter .modal-body { position: relative; padding: 15px; } -.markdown.jupyter .modal-footer { +.markup.jupyter .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } -.markdown.jupyter .modal-footer .btn + .btn { +.markup.jupyter .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } -.markdown.jupyter .modal-footer .btn-group .btn + .btn { +.markup.jupyter .modal-footer .btn-group .btn + .btn { margin-left: -1px; } -.markdown.jupyter .modal-footer .btn-block + .btn-block { +.markup.jupyter .modal-footer .btn-block + .btn-block { margin-left: 0; } -.markdown.jupyter .modal-scrollbar-measure { +.markup.jupyter .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; @@ -6235,24 +6235,24 @@ Adapted from GitHub theme overflow: scroll; } @media (min-width: 768px) { - .markdown.jupyter .modal-dialog { + .markup.jupyter .modal-dialog { width: 600px; margin: 30px auto; } - .markdown.jupyter .modal-content { + .markup.jupyter .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } - .markdown.jupyter .modal-sm { + .markup.jupyter .modal-sm { width: 300px; } } @media (min-width: 992px) { - .markdown.jupyter .modal-lg { + .markup.jupyter .modal-lg { width: 900px; } } -.markdown.jupyter .tooltip { +.markup.jupyter .tooltip { position: absolute; z-index: 1070; display: block; @@ -6275,27 +6275,27 @@ Adapted from GitHub theme opacity: 0; filter: alpha(opacity=0); } -.markdown.jupyter .tooltip.in { +.markup.jupyter .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } -.markdown.jupyter .tooltip.top { +.markup.jupyter .tooltip.top { margin-top: -3px; padding: 5px 0; } -.markdown.jupyter .tooltip.right { +.markup.jupyter .tooltip.right { margin-left: 3px; padding: 0 5px; } -.markdown.jupyter .tooltip.bottom { +.markup.jupyter .tooltip.bottom { margin-top: 3px; padding: 5px 0; } -.markdown.jupyter .tooltip.left { +.markup.jupyter .tooltip.left { margin-left: -3px; padding: 0 5px; } -.markdown.jupyter .tooltip-inner { +.markup.jupyter .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; @@ -6303,70 +6303,70 @@ Adapted from GitHub theme background-color: #000; border-radius: 2px; } -.markdown.jupyter .tooltip-arrow { +.markup.jupyter .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } -.markdown.jupyter .tooltip.top .tooltip-arrow { +.markup.jupyter .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } -.markdown.jupyter .tooltip.top-left .tooltip-arrow { +.markup.jupyter .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } -.markdown.jupyter .tooltip.top-right .tooltip-arrow { +.markup.jupyter .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } -.markdown.jupyter .tooltip.right .tooltip-arrow { +.markup.jupyter .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } -.markdown.jupyter .tooltip.left .tooltip-arrow { +.markup.jupyter .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } -.markdown.jupyter .tooltip.bottom .tooltip-arrow { +.markup.jupyter .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } -.markdown.jupyter .tooltip.bottom-left .tooltip-arrow { +.markup.jupyter .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } -.markdown.jupyter .tooltip.bottom-right .tooltip-arrow { +.markup.jupyter .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } -.markdown.jupyter .popover { +.markup.jupyter .popover { position: absolute; top: 0; left: 0; @@ -6398,19 +6398,19 @@ Adapted from GitHub theme -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } -.markdown.jupyter .popover.top { +.markup.jupyter .popover.top { margin-top: -10px; } -.markdown.jupyter .popover.right { +.markup.jupyter .popover.right { margin-left: 10px; } -.markdown.jupyter .popover.bottom { +.markup.jupyter .popover.bottom { margin-top: 10px; } -.markdown.jupyter .popover.left { +.markup.jupyter .popover.left { margin-left: -10px; } -.markdown.jupyter .popover-title { +.markup.jupyter .popover-title { margin: 0; padding: 8px 14px; font-size: 13px; @@ -6418,11 +6418,11 @@ Adapted from GitHub theme border-bottom: 1px solid #ebebeb; border-radius: 2px 2px 0 0; } -.markdown.jupyter .popover-content { +.markup.jupyter .popover-content { padding: 9px 14px; } -.markdown.jupyter .popover > .arrow, -.markdown.jupyter .popover > .arrow:after { +.markup.jupyter .popover > .arrow, +.markup.jupyter .popover > .arrow:after { position: absolute; display: block; width: 0; @@ -6430,14 +6430,14 @@ Adapted from GitHub theme border-color: transparent; border-style: solid; } -.markdown.jupyter .popover > .arrow { +.markup.jupyter .popover > .arrow { border-width: 11px; } -.markdown.jupyter .popover > .arrow:after { +.markup.jupyter .popover > .arrow:after { border-width: 10px; content: ""; } -.markdown.jupyter .popover.top > .arrow { +.markup.jupyter .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; @@ -6445,14 +6445,14 @@ Adapted from GitHub theme border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } -.markdown.jupyter .popover.top > .arrow:after { +.markup.jupyter .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff; } -.markdown.jupyter .popover.right > .arrow { +.markup.jupyter .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; @@ -6460,14 +6460,14 @@ Adapted from GitHub theme border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } -.markdown.jupyter .popover.right > .arrow:after { +.markup.jupyter .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff; } -.markdown.jupyter .popover.bottom > .arrow { +.markup.jupyter .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; @@ -6475,14 +6475,14 @@ Adapted from GitHub theme border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } -.markdown.jupyter .popover.bottom > .arrow:after { +.markup.jupyter .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff; } -.markdown.jupyter .popover.left > .arrow { +.markup.jupyter .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; @@ -6490,34 +6490,34 @@ Adapted from GitHub theme border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } -.markdown.jupyter .popover.left > .arrow:after { +.markup.jupyter .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px; } -.markdown.jupyter .carousel { +.markup.jupyter .carousel { position: relative; } -.markdown.jupyter .carousel-inner { +.markup.jupyter .carousel-inner { position: relative; overflow: hidden; width: 100%; } -.markdown.jupyter .carousel-inner > .item { +.markup.jupyter .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } -.markdown.jupyter .carousel-inner > .item > img, -.markdown.jupyter .carousel-inner > .item > a > img { +.markup.jupyter .carousel-inner > .item > img, +.markup.jupyter .carousel-inner > .item > a > img { line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { - .markdown.jupyter .carousel-inner > .item { + .markup.jupyter .carousel-inner > .item { -webkit-transition: -webkit-transform 0.6s ease-in-out; -moz-transition: -moz-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out; @@ -6529,57 +6529,57 @@ Adapted from GitHub theme -moz-perspective: 1000px; perspective: 1000px; } - .markdown.jupyter .carousel-inner > .item.next, - .markdown.jupyter .carousel-inner > .item.active.right { + .markup.jupyter .carousel-inner > .item.next, + .markup.jupyter .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; } - .markdown.jupyter .carousel-inner > .item.prev, - .markdown.jupyter .carousel-inner > .item.active.left { + .markup.jupyter .carousel-inner > .item.prev, + .markup.jupyter .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; } - .markdown.jupyter .carousel-inner > .item.next.left, - .markdown.jupyter .carousel-inner > .item.prev.right, - .markdown.jupyter .carousel-inner > .item.active { + .markup.jupyter .carousel-inner > .item.next.left, + .markup.jupyter .carousel-inner > .item.prev.right, + .markup.jupyter .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0; } } -.markdown.jupyter .carousel-inner > .active, -.markdown.jupyter .carousel-inner > .next, -.markdown.jupyter .carousel-inner > .prev { +.markup.jupyter .carousel-inner > .active, +.markup.jupyter .carousel-inner > .next, +.markup.jupyter .carousel-inner > .prev { display: block; } -.markdown.jupyter .carousel-inner > .active { +.markup.jupyter .carousel-inner > .active { left: 0; } -.markdown.jupyter .carousel-inner > .next, -.markdown.jupyter .carousel-inner > .prev { +.markup.jupyter .carousel-inner > .next, +.markup.jupyter .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } -.markdown.jupyter .carousel-inner > .next { +.markup.jupyter .carousel-inner > .next { left: 100%; } -.markdown.jupyter .carousel-inner > .prev { +.markup.jupyter .carousel-inner > .prev { left: -100%; } -.markdown.jupyter .carousel-inner > .next.left, -.markdown.jupyter .carousel-inner > .prev.right { +.markup.jupyter .carousel-inner > .next.left, +.markup.jupyter .carousel-inner > .prev.right { left: 0; } -.markdown.jupyter .carousel-inner > .active.left { +.markup.jupyter .carousel-inner > .active.left { left: -100%; } -.markdown.jupyter .carousel-inner > .active.right { +.markup.jupyter .carousel-inner > .active.right { left: 100%; } -.markdown.jupyter .carousel-control { +.markup.jupyter .carousel-control { position: absolute; top: 0; left: 0; @@ -6593,14 +6593,14 @@ Adapted from GitHub theme text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0); } -.markdown.jupyter .carousel-control.left { +.markup.jupyter .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } -.markdown.jupyter .carousel-control.right { +.markup.jupyter .carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); @@ -6609,48 +6609,48 @@ Adapted from GitHub theme background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } -.markdown.jupyter .carousel-control:hover, -.markdown.jupyter .carousel-control:focus { +.markup.jupyter .carousel-control:hover, +.markup.jupyter .carousel-control:focus { outline: 0; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } -.markdown.jupyter .carousel-control .icon-prev, -.markdown.jupyter .carousel-control .icon-next, -.markdown.jupyter .carousel-control .glyphicon-chevron-left, -.markdown.jupyter .carousel-control .glyphicon-chevron-right { +.markup.jupyter .carousel-control .icon-prev, +.markup.jupyter .carousel-control .icon-next, +.markup.jupyter .carousel-control .glyphicon-chevron-left, +.markup.jupyter .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; margin-top: -10px; z-index: 5; display: inline-block; } -.markdown.jupyter .carousel-control .icon-prev, -.markdown.jupyter .carousel-control .glyphicon-chevron-left { +.markup.jupyter .carousel-control .icon-prev, +.markup.jupyter .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; } -.markdown.jupyter .carousel-control .icon-next, -.markdown.jupyter .carousel-control .glyphicon-chevron-right { +.markup.jupyter .carousel-control .icon-next, +.markup.jupyter .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; } -.markdown.jupyter .carousel-control .icon-prev, -.markdown.jupyter .carousel-control .icon-next { +.markup.jupyter .carousel-control .icon-prev, +.markup.jupyter .carousel-control .icon-next { width: 20px; height: 20px; line-height: 1; font-family: serif; } -.markdown.jupyter .carousel-control .icon-prev:before { +.markup.jupyter .carousel-control .icon-prev:before { content: '\2039'; } -.markdown.jupyter .carousel-control .icon-next:before { +.markup.jupyter .carousel-control .icon-next:before { content: '\203a'; } -.markdown.jupyter .carousel-indicators { +.markup.jupyter .carousel-indicators { position: absolute; bottom: 10px; left: 50%; @@ -6661,7 +6661,7 @@ Adapted from GitHub theme list-style: none; text-align: center; } -.markdown.jupyter .carousel-indicators li { +.markup.jupyter .carousel-indicators li { display: inline-block; width: 10px; height: 10px; @@ -6673,13 +6673,13 @@ Adapted from GitHub theme background-color: #000 \9; background-color: rgba(0, 0, 0, 0); } -.markdown.jupyter .carousel-indicators .active { +.markup.jupyter .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; } -.markdown.jupyter .carousel-caption { +.markup.jupyter .carousel-caption { position: absolute; left: 15%; right: 15%; @@ -6691,332 +6691,332 @@ Adapted from GitHub theme text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } -.markdown.jupyter .carousel-caption .btn { +.markup.jupyter .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { - .markdown.jupyter .carousel-control .glyphicon-chevron-left, - .markdown.jupyter .carousel-control .glyphicon-chevron-right, - .markdown.jupyter .carousel-control .icon-prev, - .markdown.jupyter .carousel-control .icon-next { + .markup.jupyter .carousel-control .glyphicon-chevron-left, + .markup.jupyter .carousel-control .glyphicon-chevron-right, + .markup.jupyter .carousel-control .icon-prev, + .markup.jupyter .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } - .markdown.jupyter .carousel-control .glyphicon-chevron-left, - .markdown.jupyter .carousel-control .icon-prev { + .markup.jupyter .carousel-control .glyphicon-chevron-left, + .markup.jupyter .carousel-control .icon-prev { margin-left: -10px; } - .markdown.jupyter .carousel-control .glyphicon-chevron-right, - .markdown.jupyter .carousel-control .icon-next { + .markup.jupyter .carousel-control .glyphicon-chevron-right, + .markup.jupyter .carousel-control .icon-next { margin-right: -10px; } - .markdown.jupyter .carousel-caption { + .markup.jupyter .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } - .markdown.jupyter .carousel-indicators { + .markup.jupyter .carousel-indicators { bottom: 20px; } } -.markdown.jupyter .clearfix:before, -.markdown.jupyter .clearfix:after, -.markdown.jupyter .dl-horizontal dd:before, -.markdown.jupyter .dl-horizontal dd:after, -.markdown.jupyter .container:before, -.markdown.jupyter .container:after, -.markdown.jupyter .container-fluid:before, -.markdown.jupyter .container-fluid:after, -.markdown.jupyter .row:before, -.markdown.jupyter .row:after, -.markdown.jupyter .form-horizontal .form-group:before, -.markdown.jupyter .form-horizontal .form-group:after, -.markdown.jupyter .btn-toolbar:before, -.markdown.jupyter .btn-toolbar:after, -.markdown.jupyter .btn-group-vertical > .btn-group:before, -.markdown.jupyter .btn-group-vertical > .btn-group:after, -.markdown.jupyter .nav:before, -.markdown.jupyter .nav:after, -.markdown.jupyter .navbar:before, -.markdown.jupyter .navbar:after, -.markdown.jupyter .navbar-header:before, -.markdown.jupyter .navbar-header:after, -.markdown.jupyter .navbar-collapse:before, -.markdown.jupyter .navbar-collapse:after, -.markdown.jupyter .pager:before, -.markdown.jupyter .pager:after, -.markdown.jupyter .panel-body:before, -.markdown.jupyter .panel-body:after, -.markdown.jupyter .modal-header:before, -.markdown.jupyter .modal-header:after, -.markdown.jupyter .modal-footer:before, -.markdown.jupyter .modal-footer:after, -.markdown.jupyter .item_buttons:before, -.markdown.jupyter .item_buttons:after { +.markup.jupyter .clearfix:before, +.markup.jupyter .clearfix:after, +.markup.jupyter .dl-horizontal dd:before, +.markup.jupyter .dl-horizontal dd:after, +.markup.jupyter .container:before, +.markup.jupyter .container:after, +.markup.jupyter .container-fluid:before, +.markup.jupyter .container-fluid:after, +.markup.jupyter .row:before, +.markup.jupyter .row:after, +.markup.jupyter .form-horizontal .form-group:before, +.markup.jupyter .form-horizontal .form-group:after, +.markup.jupyter .btn-toolbar:before, +.markup.jupyter .btn-toolbar:after, +.markup.jupyter .btn-group-vertical > .btn-group:before, +.markup.jupyter .btn-group-vertical > .btn-group:after, +.markup.jupyter .nav:before, +.markup.jupyter .nav:after, +.markup.jupyter .navbar:before, +.markup.jupyter .navbar:after, +.markup.jupyter .navbar-header:before, +.markup.jupyter .navbar-header:after, +.markup.jupyter .navbar-collapse:before, +.markup.jupyter .navbar-collapse:after, +.markup.jupyter .pager:before, +.markup.jupyter .pager:after, +.markup.jupyter .panel-body:before, +.markup.jupyter .panel-body:after, +.markup.jupyter .modal-header:before, +.markup.jupyter .modal-header:after, +.markup.jupyter .modal-footer:before, +.markup.jupyter .modal-footer:after, +.markup.jupyter .item_buttons:before, +.markup.jupyter .item_buttons:after { content: " "; display: table; } -.markdown.jupyter .clearfix:after, -.markdown.jupyter .dl-horizontal dd:after, -.markdown.jupyter .container:after, -.markdown.jupyter .container-fluid:after, -.markdown.jupyter .row:after, -.markdown.jupyter .form-horizontal .form-group:after, -.markdown.jupyter .btn-toolbar:after, -.markdown.jupyter .btn-group-vertical > .btn-group:after, -.markdown.jupyter .nav:after, -.markdown.jupyter .navbar:after, -.markdown.jupyter .navbar-header:after, -.markdown.jupyter .navbar-collapse:after, -.markdown.jupyter .pager:after, -.markdown.jupyter .panel-body:after, -.markdown.jupyter .modal-header:after, -.markdown.jupyter .modal-footer:after, -.markdown.jupyter .item_buttons:after { +.markup.jupyter .clearfix:after, +.markup.jupyter .dl-horizontal dd:after, +.markup.jupyter .container:after, +.markup.jupyter .container-fluid:after, +.markup.jupyter .row:after, +.markup.jupyter .form-horizontal .form-group:after, +.markup.jupyter .btn-toolbar:after, +.markup.jupyter .btn-group-vertical > .btn-group:after, +.markup.jupyter .nav:after, +.markup.jupyter .navbar:after, +.markup.jupyter .navbar-header:after, +.markup.jupyter .navbar-collapse:after, +.markup.jupyter .pager:after, +.markup.jupyter .panel-body:after, +.markup.jupyter .modal-header:after, +.markup.jupyter .modal-footer:after, +.markup.jupyter .item_buttons:after { clear: both; } -.markdown.jupyter .center-block { +.markup.jupyter .center-block { display: block; margin-left: auto; margin-right: auto; } -.markdown.jupyter .pull-right { +.markup.jupyter .pull-right { float: right !important; } -.markdown.jupyter .pull-left { +.markup.jupyter .pull-left { float: left !important; } -.markdown.jupyter .hide { +.markup.jupyter .hide { display: none !important; } -.markdown.jupyter .show { +.markup.jupyter .show { display: block !important; } -.markdown.jupyter .invisible { +.markup.jupyter .invisible { visibility: hidden; } -.markdown.jupyter .text-hide { +.markup.jupyter .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } -.markdown.jupyter .hidden { +.markup.jupyter .hidden { display: none !important; } -.markdown.jupyter .affix { +.markup.jupyter .affix { position: fixed; } @-ms-viewport { width: device-width; } -.markdown.jupyter .visible-xs, -.markdown.jupyter .visible-sm, -.markdown.jupyter .visible-md, -.markdown.jupyter .visible-lg { +.markup.jupyter .visible-xs, +.markup.jupyter .visible-sm, +.markup.jupyter .visible-md, +.markup.jupyter .visible-lg { display: none !important; } -.markdown.jupyter .visible-xs-block, -.markdown.jupyter .visible-xs-inline, -.markdown.jupyter .visible-xs-inline-block, -.markdown.jupyter .visible-sm-block, -.markdown.jupyter .visible-sm-inline, -.markdown.jupyter .visible-sm-inline-block, -.markdown.jupyter .visible-md-block, -.markdown.jupyter .visible-md-inline, -.markdown.jupyter .visible-md-inline-block, -.markdown.jupyter .visible-lg-block, -.markdown.jupyter .visible-lg-inline, -.markdown.jupyter .visible-lg-inline-block { +.markup.jupyter .visible-xs-block, +.markup.jupyter .visible-xs-inline, +.markup.jupyter .visible-xs-inline-block, +.markup.jupyter .visible-sm-block, +.markup.jupyter .visible-sm-inline, +.markup.jupyter .visible-sm-inline-block, +.markup.jupyter .visible-md-block, +.markup.jupyter .visible-md-inline, +.markup.jupyter .visible-md-inline-block, +.markup.jupyter .visible-lg-block, +.markup.jupyter .visible-lg-inline, +.markup.jupyter .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { - .markdown.jupyter .visible-xs { + .markup.jupyter .visible-xs { display: block !important; } - .markdown.jupyter table.visible-xs { + .markup.jupyter table.visible-xs { display: table !important; } - .markdown.jupyter tr.visible-xs { + .markup.jupyter tr.visible-xs { display: table-row !important; } - .markdown.jupyter th.visible-xs, - .markdown.jupyter td.visible-xs { + .markup.jupyter th.visible-xs, + .markup.jupyter td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { - .markdown.jupyter .visible-xs-block { + .markup.jupyter .visible-xs-block { display: block !important; } } @media (max-width: 767px) { - .markdown.jupyter .visible-xs-inline { + .markup.jupyter .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { - .markdown.jupyter .visible-xs-inline-block { + .markup.jupyter .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { - .markdown.jupyter .visible-sm { + .markup.jupyter .visible-sm { display: block !important; } - .markdown.jupyter table.visible-sm { + .markup.jupyter table.visible-sm { display: table !important; } - .markdown.jupyter tr.visible-sm { + .markup.jupyter tr.visible-sm { display: table-row !important; } - .markdown.jupyter th.visible-sm, - .markdown.jupyter td.visible-sm { + .markup.jupyter th.visible-sm, + .markup.jupyter td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { - .markdown.jupyter .visible-sm-block { + .markup.jupyter .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { - .markdown.jupyter .visible-sm-inline { + .markup.jupyter .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { - .markdown.jupyter .visible-sm-inline-block { + .markup.jupyter .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { - .markdown.jupyter .visible-md { + .markup.jupyter .visible-md { display: block !important; } - .markdown.jupyter table.visible-md { + .markup.jupyter table.visible-md { display: table !important; } - .markdown.jupyter tr.visible-md { + .markup.jupyter tr.visible-md { display: table-row !important; } - .markdown.jupyter th.visible-md, - .markdown.jupyter td.visible-md { + .markup.jupyter th.visible-md, + .markup.jupyter td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { - .markdown.jupyter .visible-md-block { + .markup.jupyter .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { - .markdown.jupyter .visible-md-inline { + .markup.jupyter .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { - .markdown.jupyter .visible-md-inline-block { + .markup.jupyter .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { - .markdown.jupyter .visible-lg { + .markup.jupyter .visible-lg { display: block !important; } - .markdown.jupyter table.visible-lg { + .markup.jupyter table.visible-lg { display: table !important; } - .markdown.jupyter tr.visible-lg { + .markup.jupyter tr.visible-lg { display: table-row !important; } - .markdown.jupyter th.visible-lg, - .markdown.jupyter td.visible-lg { + .markup.jupyter th.visible-lg, + .markup.jupyter td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { - .markdown.jupyter .visible-lg-block { + .markup.jupyter .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { - .markdown.jupyter .visible-lg-inline { + .markup.jupyter .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { - .markdown.jupyter .visible-lg-inline-block { + .markup.jupyter .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { - .markdown.jupyter .hidden-xs { + .markup.jupyter .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { - .markdown.jupyter .hidden-sm { + .markup.jupyter .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { - .markdown.jupyter .hidden-md { + .markup.jupyter .hidden-md { display: none !important; } } @media (min-width: 1200px) { - .markdown.jupyter .hidden-lg { + .markup.jupyter .hidden-lg { display: none !important; } } -.markdown.jupyter .visible-print { +.markup.jupyter .visible-print { display: none !important; } @media print { - .markdown.jupyter .visible-print { + .markup.jupyter .visible-print { display: block !important; } - .markdown.jupyter table.visible-print { + .markup.jupyter table.visible-print { display: table !important; } - .markdown.jupyter tr.visible-print { + .markup.jupyter tr.visible-print { display: table-row !important; } - .markdown.jupyter th.visible-print, - .markdown.jupyter td.visible-print { + .markup.jupyter th.visible-print, + .markup.jupyter td.visible-print { display: table-cell !important; } } -.markdown.jupyter .visible-print-block { +.markup.jupyter .visible-print-block { display: none !important; } @media print { - .markdown.jupyter .visible-print-block { + .markup.jupyter .visible-print-block { display: block !important; } } -.markdown.jupyter .visible-print-inline { +.markup.jupyter .visible-print-inline { display: none !important; } @media print { - .markdown.jupyter .visible-print-inline { + .markup.jupyter .visible-print-inline { display: inline !important; } } -.markdown.jupyter .visible-print-inline-block { +.markup.jupyter .visible-print-inline-block { display: none !important; } @media print { - .markdown.jupyter .visible-print-inline-block { + .markup.jupyter .visible-print-inline-block { display: inline-block !important; } } @media print { - .markdown.jupyter .hidden-print { + .markup.jupyter .hidden-print { display: none !important; } } @@ -7027,7 +7027,7 @@ Adapted from GitHub theme font-weight: normal; font-style: normal; } -.markdown.jupyter .fa { +.markup.jupyter .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; @@ -7035,79 +7035,79 @@ Adapted from GitHub theme -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } -.markdown.jupyter .fa-lg { +.markup.jupyter .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } -.markdown.jupyter .fa-2x { +.markup.jupyter .fa-2x { font-size: 2em; } -.markdown.jupyter .fa-3x { +.markup.jupyter .fa-3x { font-size: 3em; } -.markdown.jupyter .fa-4x { +.markup.jupyter .fa-4x { font-size: 4em; } -.markdown.jupyter .fa-5x { +.markup.jupyter .fa-5x { font-size: 5em; } -.markdown.jupyter .fa-fw { +.markup.jupyter .fa-fw { width: 1.28571429em; text-align: center; } -.markdown.jupyter .fa-ul { +.markup.jupyter .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } -.markdown.jupyter .fa-ul > li { +.markup.jupyter .fa-ul > li { position: relative; } -.markdown.jupyter .fa-li { +.markup.jupyter .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } -.markdown.jupyter .fa-li.fa-lg { +.markup.jupyter .fa-li.fa-lg { left: -1.85714286em; } -.markdown.jupyter .fa-border { +.markup.jupyter .fa-border { padding: 0.2em 0.25em 0.15em; border: solid 0.08em #eee; border-radius: 0.1em; } -.markdown.jupyter .fa-pull-left { +.markup.jupyter .fa-pull-left { float: left; } -.markdown.jupyter .fa-pull-right { +.markup.jupyter .fa-pull-right { float: right; } -.markdown.jupyter .fa.fa-pull-left { +.markup.jupyter .fa.fa-pull-left { margin-right: 0.3em; } -.markdown.jupyter .fa.fa-pull-right { +.markup.jupyter .fa.fa-pull-right { margin-left: 0.3em; } -.markdown.jupyter .pull-right { +.markup.jupyter .pull-right { float: right; } -.markdown.jupyter .pull-left { +.markup.jupyter .pull-left { float: left; } -.markdown.jupyter .fa.pull-left { +.markup.jupyter .fa.pull-left { margin-right: 0.3em; } -.markdown.jupyter .fa.pull-right { +.markup.jupyter .fa.pull-right { margin-left: 0.3em; } -.markdown.jupyter .fa-spin { +.markup.jupyter .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } -.markdown.jupyter .fa-pulse { +.markup.jupyter .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @@ -7131,44 +7131,44 @@ Adapted from GitHub theme transform: rotate(359deg); } } -.markdown.jupyter .fa-rotate-90 { +.markup.jupyter .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } -.markdown.jupyter .fa-rotate-180 { +.markup.jupyter .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } -.markdown.jupyter .fa-rotate-270 { +.markup.jupyter .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } -.markdown.jupyter .fa-flip-horizontal { +.markup.jupyter .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } -.markdown.jupyter .fa-flip-vertical { +.markup.jupyter .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } -.markdown.jupyter :root .fa-rotate-90, -.markdown.jupyter :root .fa-rotate-180, -.markdown.jupyter :root .fa-rotate-270, -.markdown.jupyter :root .fa-flip-horizontal, -.markdown.jupyter :root .fa-flip-vertical { +.markup.jupyter :root .fa-rotate-90, +.markup.jupyter :root .fa-rotate-180, +.markup.jupyter :root .fa-rotate-270, +.markup.jupyter :root .fa-flip-horizontal, +.markup.jupyter :root .fa-flip-vertical { filter: none; } -.markdown.jupyter .fa-stack { +.markup.jupyter .fa-stack { position: relative; display: inline-block; width: 2em; @@ -7176,2159 +7176,2159 @@ Adapted from GitHub theme line-height: 2em; vertical-align: middle; } -.markdown.jupyter .fa-stack-1x, -.markdown.jupyter .fa-stack-2x { +.markup.jupyter .fa-stack-1x, +.markup.jupyter .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } -.markdown.jupyter .fa-stack-1x { +.markup.jupyter .fa-stack-1x { line-height: inherit; } -.markdown.jupyter .fa-stack-2x { +.markup.jupyter .fa-stack-2x { font-size: 2em; } -.markdown.jupyter .fa-inverse { +.markup.jupyter .fa-inverse { color: #fff; } -.markdown.jupyter .fa-glass:before { +.markup.jupyter .fa-glass:before { content: "\f000"; } -.markdown.jupyter .fa-music:before { +.markup.jupyter .fa-music:before { content: "\f001"; } -.markdown.jupyter .fa-search:before { +.markup.jupyter .fa-search:before { content: "\f002"; } -.markdown.jupyter .fa-envelope-o:before { +.markup.jupyter .fa-envelope-o:before { content: "\f003"; } -.markdown.jupyter .fa-heart:before { +.markup.jupyter .fa-heart:before { content: "\f004"; } -.markdown.jupyter .fa-star:before { +.markup.jupyter .fa-star:before { content: "\f005"; } -.markdown.jupyter .fa-star-o:before { +.markup.jupyter .fa-star-o:before { content: "\f006"; } -.markdown.jupyter .fa-user:before { +.markup.jupyter .fa-user:before { content: "\f007"; } -.markdown.jupyter .fa-film:before { +.markup.jupyter .fa-film:before { content: "\f008"; } -.markdown.jupyter .fa-th-large:before { +.markup.jupyter .fa-th-large:before { content: "\f009"; } -.markdown.jupyter .fa-th:before { +.markup.jupyter .fa-th:before { content: "\f00a"; } -.markdown.jupyter .fa-th-list:before { +.markup.jupyter .fa-th-list:before { content: "\f00b"; } -.markdown.jupyter .fa-check:before { +.markup.jupyter .fa-check:before { content: "\f00c"; } -.markdown.jupyter .fa-remove:before, -.markdown.jupyter .fa-close:before, -.markdown.jupyter .fa-times:before { +.markup.jupyter .fa-remove:before, +.markup.jupyter .fa-close:before, +.markup.jupyter .fa-times:before { content: "\f00d"; } -.markdown.jupyter .fa-search-plus:before { +.markup.jupyter .fa-search-plus:before { content: "\f00e"; } -.markdown.jupyter .fa-search-minus:before { +.markup.jupyter .fa-search-minus:before { content: "\f010"; } -.markdown.jupyter .fa-power-off:before { +.markup.jupyter .fa-power-off:before { content: "\f011"; } -.markdown.jupyter .fa-signal:before { +.markup.jupyter .fa-signal:before { content: "\f012"; } -.markdown.jupyter .fa-gear:before, -.markdown.jupyter .fa-cog:before { +.markup.jupyter .fa-gear:before, +.markup.jupyter .fa-cog:before { content: "\f013"; } -.markdown.jupyter .fa-trash-o:before { +.markup.jupyter .fa-trash-o:before { content: "\f014"; } -.markdown.jupyter .fa-home:before { +.markup.jupyter .fa-home:before { content: "\f015"; } -.markdown.jupyter .fa-file-o:before { +.markup.jupyter .fa-file-o:before { content: "\f016"; } -.markdown.jupyter .fa-clock-o:before { +.markup.jupyter .fa-clock-o:before { content: "\f017"; } -.markdown.jupyter .fa-road:before { +.markup.jupyter .fa-road:before { content: "\f018"; } -.markdown.jupyter .fa-download:before { +.markup.jupyter .fa-download:before { content: "\f019"; } -.markdown.jupyter .fa-arrow-circle-o-down:before { +.markup.jupyter .fa-arrow-circle-o-down:before { content: "\f01a"; } -.markdown.jupyter .fa-arrow-circle-o-up:before { +.markup.jupyter .fa-arrow-circle-o-up:before { content: "\f01b"; } -.markdown.jupyter .fa-inbox:before { +.markup.jupyter .fa-inbox:before { content: "\f01c"; } -.markdown.jupyter .fa-play-circle-o:before { +.markup.jupyter .fa-play-circle-o:before { content: "\f01d"; } -.markdown.jupyter .fa-rotate-right:before, -.markdown.jupyter .fa-repeat:before { +.markup.jupyter .fa-rotate-right:before, +.markup.jupyter .fa-repeat:before { content: "\f01e"; } -.markdown.jupyter .fa-refresh:before { +.markup.jupyter .fa-refresh:before { content: "\f021"; } -.markdown.jupyter .fa-list-alt:before { +.markup.jupyter .fa-list-alt:before { content: "\f022"; } -.markdown.jupyter .fa-lock:before { +.markup.jupyter .fa-lock:before { content: "\f023"; } -.markdown.jupyter .fa-flag:before { +.markup.jupyter .fa-flag:before { content: "\f024"; } -.markdown.jupyter .fa-headphones:before { +.markup.jupyter .fa-headphones:before { content: "\f025"; } -.markdown.jupyter .fa-volume-off:before { +.markup.jupyter .fa-volume-off:before { content: "\f026"; } -.markdown.jupyter .fa-volume-down:before { +.markup.jupyter .fa-volume-down:before { content: "\f027"; } -.markdown.jupyter .fa-volume-up:before { +.markup.jupyter .fa-volume-up:before { content: "\f028"; } -.markdown.jupyter .fa-qrcode:before { +.markup.jupyter .fa-qrcode:before { content: "\f029"; } -.markdown.jupyter .fa-barcode:before { +.markup.jupyter .fa-barcode:before { content: "\f02a"; } -.markdown.jupyter .fa-tag:before { +.markup.jupyter .fa-tag:before { content: "\f02b"; } -.markdown.jupyter .fa-tags:before { +.markup.jupyter .fa-tags:before { content: "\f02c"; } -.markdown.jupyter .fa-book:before { +.markup.jupyter .fa-book:before { content: "\f02d"; } -.markdown.jupyter .fa-bookmark:before { +.markup.jupyter .fa-bookmark:before { content: "\f02e"; } -.markdown.jupyter .fa-print:before { +.markup.jupyter .fa-print:before { content: "\f02f"; } -.markdown.jupyter .fa-camera:before { +.markup.jupyter .fa-camera:before { content: "\f030"; } -.markdown.jupyter .fa-font:before { +.markup.jupyter .fa-font:before { content: "\f031"; } -.markdown.jupyter .fa-bold:before { +.markup.jupyter .fa-bold:before { content: "\f032"; } -.markdown.jupyter .fa-italic:before { +.markup.jupyter .fa-italic:before { content: "\f033"; } -.markdown.jupyter .fa-text-height:before { +.markup.jupyter .fa-text-height:before { content: "\f034"; } -.markdown.jupyter .fa-text-width:before { +.markup.jupyter .fa-text-width:before { content: "\f035"; } -.markdown.jupyter .fa-align-left:before { +.markup.jupyter .fa-align-left:before { content: "\f036"; } -.markdown.jupyter .fa-align-center:before { +.markup.jupyter .fa-align-center:before { content: "\f037"; } -.markdown.jupyter .fa-align-right:before { +.markup.jupyter .fa-align-right:before { content: "\f038"; } -.markdown.jupyter .fa-align-justify:before { +.markup.jupyter .fa-align-justify:before { content: "\f039"; } -.markdown.jupyter .fa-list:before { +.markup.jupyter .fa-list:before { content: "\f03a"; } -.markdown.jupyter .fa-dedent:before, -.markdown.jupyter .fa-outdent:before { +.markup.jupyter .fa-dedent:before, +.markup.jupyter .fa-outdent:before { content: "\f03b"; } -.markdown.jupyter .fa-indent:before { +.markup.jupyter .fa-indent:before { content: "\f03c"; } -.markdown.jupyter .fa-video-camera:before { +.markup.jupyter .fa-video-camera:before { content: "\f03d"; } -.markdown.jupyter .fa-photo:before, -.markdown.jupyter .fa-image:before, -.markdown.jupyter .fa-picture-o:before { +.markup.jupyter .fa-photo:before, +.markup.jupyter .fa-image:before, +.markup.jupyter .fa-picture-o:before { content: "\f03e"; } -.markdown.jupyter .fa-pencil:before { +.markup.jupyter .fa-pencil:before { content: "\f040"; } -.markdown.jupyter .fa-map-marker:before { +.markup.jupyter .fa-map-marker:before { content: "\f041"; } -.markdown.jupyter .fa-adjust:before { +.markup.jupyter .fa-adjust:before { content: "\f042"; } -.markdown.jupyter .fa-tint:before { +.markup.jupyter .fa-tint:before { content: "\f043"; } -.markdown.jupyter .fa-edit:before, -.markdown.jupyter .fa-pencil-square-o:before { +.markup.jupyter .fa-edit:before, +.markup.jupyter .fa-pencil-square-o:before { content: "\f044"; } -.markdown.jupyter .fa-share-square-o:before { +.markup.jupyter .fa-share-square-o:before { content: "\f045"; } -.markdown.jupyter .fa-check-square-o:before { +.markup.jupyter .fa-check-square-o:before { content: "\f046"; } -.markdown.jupyter .fa-arrows:before { +.markup.jupyter .fa-arrows:before { content: "\f047"; } -.markdown.jupyter .fa-step-backward:before { +.markup.jupyter .fa-step-backward:before { content: "\f048"; } -.markdown.jupyter .fa-fast-backward:before { +.markup.jupyter .fa-fast-backward:before { content: "\f049"; } -.markdown.jupyter .fa-backward:before { +.markup.jupyter .fa-backward:before { content: "\f04a"; } -.markdown.jupyter .fa-play:before { +.markup.jupyter .fa-play:before { content: "\f04b"; } -.markdown.jupyter .fa-pause:before { +.markup.jupyter .fa-pause:before { content: "\f04c"; } -.markdown.jupyter .fa-stop:before { +.markup.jupyter .fa-stop:before { content: "\f04d"; } -.markdown.jupyter .fa-forward:before { +.markup.jupyter .fa-forward:before { content: "\f04e"; } -.markdown.jupyter .fa-fast-forward:before { +.markup.jupyter .fa-fast-forward:before { content: "\f050"; } -.markdown.jupyter .fa-step-forward:before { +.markup.jupyter .fa-step-forward:before { content: "\f051"; } -.markdown.jupyter .fa-eject:before { +.markup.jupyter .fa-eject:before { content: "\f052"; } -.markdown.jupyter .fa-chevron-left:before { +.markup.jupyter .fa-chevron-left:before { content: "\f053"; } -.markdown.jupyter .fa-chevron-right:before { +.markup.jupyter .fa-chevron-right:before { content: "\f054"; } -.markdown.jupyter .fa-plus-circle:before { +.markup.jupyter .fa-plus-circle:before { content: "\f055"; } -.markdown.jupyter .fa-minus-circle:before { +.markup.jupyter .fa-minus-circle:before { content: "\f056"; } -.markdown.jupyter .fa-times-circle:before { +.markup.jupyter .fa-times-circle:before { content: "\f057"; } -.markdown.jupyter .fa-check-circle:before { +.markup.jupyter .fa-check-circle:before { content: "\f058"; } -.markdown.jupyter .fa-question-circle:before { +.markup.jupyter .fa-question-circle:before { content: "\f059"; } -.markdown.jupyter .fa-info-circle:before { +.markup.jupyter .fa-info-circle:before { content: "\f05a"; } -.markdown.jupyter .fa-crosshairs:before { +.markup.jupyter .fa-crosshairs:before { content: "\f05b"; } -.markdown.jupyter .fa-times-circle-o:before { +.markup.jupyter .fa-times-circle-o:before { content: "\f05c"; } -.markdown.jupyter .fa-check-circle-o:before { +.markup.jupyter .fa-check-circle-o:before { content: "\f05d"; } -.markdown.jupyter .fa-ban:before { +.markup.jupyter .fa-ban:before { content: "\f05e"; } -.markdown.jupyter .fa-arrow-left:before { +.markup.jupyter .fa-arrow-left:before { content: "\f060"; } -.markdown.jupyter .fa-arrow-right:before { +.markup.jupyter .fa-arrow-right:before { content: "\f061"; } -.markdown.jupyter .fa-arrow-up:before { +.markup.jupyter .fa-arrow-up:before { content: "\f062"; } -.markdown.jupyter .fa-arrow-down:before { +.markup.jupyter .fa-arrow-down:before { content: "\f063"; } -.markdown.jupyter .fa-mail-forward:before, -.markdown.jupyter .fa-share:before { +.markup.jupyter .fa-mail-forward:before, +.markup.jupyter .fa-share:before { content: "\f064"; } -.markdown.jupyter .fa-expand:before { +.markup.jupyter .fa-expand:before { content: "\f065"; } -.markdown.jupyter .fa-compress:before { +.markup.jupyter .fa-compress:before { content: "\f066"; } -.markdown.jupyter .fa-plus:before { +.markup.jupyter .fa-plus:before { content: "\f067"; } -.markdown.jupyter .fa-minus:before { +.markup.jupyter .fa-minus:before { content: "\f068"; } -.markdown.jupyter .fa-asterisk:before { +.markup.jupyter .fa-asterisk:before { content: "\f069"; } -.markdown.jupyter .fa-exclamation-circle:before { +.markup.jupyter .fa-exclamation-circle:before { content: "\f06a"; } -.markdown.jupyter .fa-gift:before { +.markup.jupyter .fa-gift:before { content: "\f06b"; } -.markdown.jupyter .fa-leaf:before { +.markup.jupyter .fa-leaf:before { content: "\f06c"; } -.markdown.jupyter .fa-fire:before { +.markup.jupyter .fa-fire:before { content: "\f06d"; } -.markdown.jupyter .fa-eye:before { +.markup.jupyter .fa-eye:before { content: "\f06e"; } -.markdown.jupyter .fa-eye-slash:before { +.markup.jupyter .fa-eye-slash:before { content: "\f070"; } -.markdown.jupyter .fa-warning:before, -.markdown.jupyter .fa-exclamation-triangle:before { +.markup.jupyter .fa-warning:before, +.markup.jupyter .fa-exclamation-triangle:before { content: "\f071"; } -.markdown.jupyter .fa-plane:before { +.markup.jupyter .fa-plane:before { content: "\f072"; } -.markdown.jupyter .fa-calendar:before { +.markup.jupyter .fa-calendar:before { content: "\f073"; } -.markdown.jupyter .fa-random:before { +.markup.jupyter .fa-random:before { content: "\f074"; } -.markdown.jupyter .fa-comment:before { +.markup.jupyter .fa-comment:before { content: "\f075"; } -.markdown.jupyter .fa-magnet:before { +.markup.jupyter .fa-magnet:before { content: "\f076"; } -.markdown.jupyter .fa-chevron-up:before { +.markup.jupyter .fa-chevron-up:before { content: "\f077"; } -.markdown.jupyter .fa-chevron-down:before { +.markup.jupyter .fa-chevron-down:before { content: "\f078"; } -.markdown.jupyter .fa-retweet:before { +.markup.jupyter .fa-retweet:before { content: "\f079"; } -.markdown.jupyter .fa-shopping-cart:before { +.markup.jupyter .fa-shopping-cart:before { content: "\f07a"; } -.markdown.jupyter .fa-folder:before { +.markup.jupyter .fa-folder:before { content: "\f07b"; } -.markdown.jupyter .fa-folder-open:before { +.markup.jupyter .fa-folder-open:before { content: "\f07c"; } -.markdown.jupyter .fa-arrows-v:before { +.markup.jupyter .fa-arrows-v:before { content: "\f07d"; } -.markdown.jupyter .fa-arrows-h:before { +.markup.jupyter .fa-arrows-h:before { content: "\f07e"; } -.markdown.jupyter .fa-bar-chart-o:before, -.markdown.jupyter .fa-bar-chart:before { +.markup.jupyter .fa-bar-chart-o:before, +.markup.jupyter .fa-bar-chart:before { content: "\f080"; } -.markdown.jupyter .fa-twitter-square:before { +.markup.jupyter .fa-twitter-square:before { content: "\f081"; } -.markdown.jupyter .fa-facebook-square:before { +.markup.jupyter .fa-facebook-square:before { content: "\f082"; } -.markdown.jupyter .fa-camera-retro:before { +.markup.jupyter .fa-camera-retro:before { content: "\f083"; } -.markdown.jupyter .fa-key:before { +.markup.jupyter .fa-key:before { content: "\f084"; } -.markdown.jupyter .fa-gears:before, -.markdown.jupyter .fa-cogs:before { +.markup.jupyter .fa-gears:before, +.markup.jupyter .fa-cogs:before { content: "\f085"; } -.markdown.jupyter .fa-comments:before { +.markup.jupyter .fa-comments:before { content: "\f086"; } -.markdown.jupyter .fa-thumbs-o-up:before { +.markup.jupyter .fa-thumbs-o-up:before { content: "\f087"; } -.markdown.jupyter .fa-thumbs-o-down:before { +.markup.jupyter .fa-thumbs-o-down:before { content: "\f088"; } -.markdown.jupyter .fa-star-half:before { +.markup.jupyter .fa-star-half:before { content: "\f089"; } -.markdown.jupyter .fa-heart-o:before { +.markup.jupyter .fa-heart-o:before { content: "\f08a"; } -.markdown.jupyter .fa-sign-out:before { +.markup.jupyter .fa-sign-out:before { content: "\f08b"; } -.markdown.jupyter .fa-linkedin-square:before { +.markup.jupyter .fa-linkedin-square:before { content: "\f08c"; } -.markdown.jupyter .fa-thumb-tack:before { +.markup.jupyter .fa-thumb-tack:before { content: "\f08d"; } -.markdown.jupyter .fa-external-link:before { +.markup.jupyter .fa-external-link:before { content: "\f08e"; } -.markdown.jupyter .fa-sign-in:before { +.markup.jupyter .fa-sign-in:before { content: "\f090"; } -.markdown.jupyter .fa-trophy:before { +.markup.jupyter .fa-trophy:before { content: "\f091"; } -.markdown.jupyter .fa-github-square:before { +.markup.jupyter .fa-github-square:before { content: "\f092"; } -.markdown.jupyter .fa-upload:before { +.markup.jupyter .fa-upload:before { content: "\f093"; } -.markdown.jupyter .fa-lemon-o:before { +.markup.jupyter .fa-lemon-o:before { content: "\f094"; } -.markdown.jupyter .fa-phone:before { +.markup.jupyter .fa-phone:before { content: "\f095"; } -.markdown.jupyter .fa-square-o:before { +.markup.jupyter .fa-square-o:before { content: "\f096"; } -.markdown.jupyter .fa-bookmark-o:before { +.markup.jupyter .fa-bookmark-o:before { content: "\f097"; } -.markdown.jupyter .fa-phone-square:before { +.markup.jupyter .fa-phone-square:before { content: "\f098"; } -.markdown.jupyter .fa-twitter:before { +.markup.jupyter .fa-twitter:before { content: "\f099"; } -.markdown.jupyter .fa-facebook-f:before, -.markdown.jupyter .fa-facebook:before { +.markup.jupyter .fa-facebook-f:before, +.markup.jupyter .fa-facebook:before { content: "\f09a"; } -.markdown.jupyter .fa-github:before { +.markup.jupyter .fa-github:before { content: "\f09b"; } -.markdown.jupyter .fa-unlock:before { +.markup.jupyter .fa-unlock:before { content: "\f09c"; } -.markdown.jupyter .fa-credit-card:before { +.markup.jupyter .fa-credit-card:before { content: "\f09d"; } -.markdown.jupyter .fa-feed:before, -.markdown.jupyter .fa-rss:before { +.markup.jupyter .fa-feed:before, +.markup.jupyter .fa-rss:before { content: "\f09e"; } -.markdown.jupyter .fa-hdd-o:before { +.markup.jupyter .fa-hdd-o:before { content: "\f0a0"; } -.markdown.jupyter .fa-bullhorn:before { +.markup.jupyter .fa-bullhorn:before { content: "\f0a1"; } -.markdown.jupyter .fa-bell:before { +.markup.jupyter .fa-bell:before { content: "\f0f3"; } -.markdown.jupyter .fa-certificate:before { +.markup.jupyter .fa-certificate:before { content: "\f0a3"; } -.markdown.jupyter .fa-hand-o-right:before { +.markup.jupyter .fa-hand-o-right:before { content: "\f0a4"; } -.markdown.jupyter .fa-hand-o-left:before { +.markup.jupyter .fa-hand-o-left:before { content: "\f0a5"; } -.markdown.jupyter .fa-hand-o-up:before { +.markup.jupyter .fa-hand-o-up:before { content: "\f0a6"; } -.markdown.jupyter .fa-hand-o-down:before { +.markup.jupyter .fa-hand-o-down:before { content: "\f0a7"; } -.markdown.jupyter .fa-arrow-circle-left:before { +.markup.jupyter .fa-arrow-circle-left:before { content: "\f0a8"; } -.markdown.jupyter .fa-arrow-circle-right:before { +.markup.jupyter .fa-arrow-circle-right:before { content: "\f0a9"; } -.markdown.jupyter .fa-arrow-circle-up:before { +.markup.jupyter .fa-arrow-circle-up:before { content: "\f0aa"; } -.markdown.jupyter .fa-arrow-circle-down:before { +.markup.jupyter .fa-arrow-circle-down:before { content: "\f0ab"; } -.markdown.jupyter .fa-globe:before { +.markup.jupyter .fa-globe:before { content: "\f0ac"; } -.markdown.jupyter .fa-wrench:before { +.markup.jupyter .fa-wrench:before { content: "\f0ad"; } -.markdown.jupyter .fa-tasks:before { +.markup.jupyter .fa-tasks:before { content: "\f0ae"; } -.markdown.jupyter .fa-filter:before { +.markup.jupyter .fa-filter:before { content: "\f0b0"; } -.markdown.jupyter .fa-briefcase:before { +.markup.jupyter .fa-briefcase:before { content: "\f0b1"; } -.markdown.jupyter .fa-arrows-alt:before { +.markup.jupyter .fa-arrows-alt:before { content: "\f0b2"; } -.markdown.jupyter .fa-group:before, -.markdown.jupyter .fa-users:before { +.markup.jupyter .fa-group:before, +.markup.jupyter .fa-users:before { content: "\f0c0"; } -.markdown.jupyter .fa-chain:before, -.markdown.jupyter .fa-link:before { +.markup.jupyter .fa-chain:before, +.markup.jupyter .fa-link:before { content: "\f0c1"; } -.markdown.jupyter .fa-cloud:before { +.markup.jupyter .fa-cloud:before { content: "\f0c2"; } -.markdown.jupyter .fa-flask:before { +.markup.jupyter .fa-flask:before { content: "\f0c3"; } -.markdown.jupyter .fa-cut:before, -.markdown.jupyter .fa-scissors:before { +.markup.jupyter .fa-cut:before, +.markup.jupyter .fa-scissors:before { content: "\f0c4"; } -.markdown.jupyter .fa-copy:before, -.markdown.jupyter .fa-files-o:before { +.markup.jupyter .fa-copy:before, +.markup.jupyter .fa-files-o:before { content: "\f0c5"; } -.markdown.jupyter .fa-paperclip:before { +.markup.jupyter .fa-paperclip:before { content: "\f0c6"; } -.markdown.jupyter .fa-save:before, -.markdown.jupyter .fa-floppy-o:before { +.markup.jupyter .fa-save:before, +.markup.jupyter .fa-floppy-o:before { content: "\f0c7"; } -.markdown.jupyter .fa-square:before { +.markup.jupyter .fa-square:before { content: "\f0c8"; } -.markdown.jupyter .fa-navicon:before, -.markdown.jupyter .fa-reorder:before, -.markdown.jupyter .fa-bars:before { +.markup.jupyter .fa-navicon:before, +.markup.jupyter .fa-reorder:before, +.markup.jupyter .fa-bars:before { content: "\f0c9"; } -.markdown.jupyter .fa-list-ul:before { +.markup.jupyter .fa-list-ul:before { content: "\f0ca"; } -.markdown.jupyter .fa-list-ol:before { +.markup.jupyter .fa-list-ol:before { content: "\f0cb"; } -.markdown.jupyter .fa-strikethrough:before { +.markup.jupyter .fa-strikethrough:before { content: "\f0cc"; } -.markdown.jupyter .fa-underline:before { +.markup.jupyter .fa-underline:before { content: "\f0cd"; } -.markdown.jupyter .fa-table:before { +.markup.jupyter .fa-table:before { content: "\f0ce"; } -.markdown.jupyter .fa-magic:before { +.markup.jupyter .fa-magic:before { content: "\f0d0"; } -.markdown.jupyter .fa-truck:before { +.markup.jupyter .fa-truck:before { content: "\f0d1"; } -.markdown.jupyter .fa-pinterest:before { +.markup.jupyter .fa-pinterest:before { content: "\f0d2"; } -.markdown.jupyter .fa-pinterest-square:before { +.markup.jupyter .fa-pinterest-square:before { content: "\f0d3"; } -.markdown.jupyter .fa-google-plus-square:before { +.markup.jupyter .fa-google-plus-square:before { content: "\f0d4"; } -.markdown.jupyter .fa-google-plus:before { +.markup.jupyter .fa-google-plus:before { content: "\f0d5"; } -.markdown.jupyter .fa-money:before { +.markup.jupyter .fa-money:before { content: "\f0d6"; } -.markdown.jupyter .fa-caret-down:before { +.markup.jupyter .fa-caret-down:before { content: "\f0d7"; } -.markdown.jupyter .fa-caret-up:before { +.markup.jupyter .fa-caret-up:before { content: "\f0d8"; } -.markdown.jupyter .fa-caret-left:before { +.markup.jupyter .fa-caret-left:before { content: "\f0d9"; } -.markdown.jupyter .fa-caret-right:before { +.markup.jupyter .fa-caret-right:before { content: "\f0da"; } -.markdown.jupyter .fa-columns:before { +.markup.jupyter .fa-columns:before { content: "\f0db"; } -.markdown.jupyter .fa-unsorted:before, -.markdown.jupyter .fa-sort:before { +.markup.jupyter .fa-unsorted:before, +.markup.jupyter .fa-sort:before { content: "\f0dc"; } -.markdown.jupyter .fa-sort-down:before, -.markdown.jupyter .fa-sort-desc:before { +.markup.jupyter .fa-sort-down:before, +.markup.jupyter .fa-sort-desc:before { content: "\f0dd"; } -.markdown.jupyter .fa-sort-up:before, -.markdown.jupyter .fa-sort-asc:before { +.markup.jupyter .fa-sort-up:before, +.markup.jupyter .fa-sort-asc:before { content: "\f0de"; } -.markdown.jupyter .fa-envelope:before { +.markup.jupyter .fa-envelope:before { content: "\f0e0"; } -.markdown.jupyter .fa-linkedin:before { +.markup.jupyter .fa-linkedin:before { content: "\f0e1"; } -.markdown.jupyter .fa-rotate-left:before, -.markdown.jupyter .fa-undo:before { +.markup.jupyter .fa-rotate-left:before, +.markup.jupyter .fa-undo:before { content: "\f0e2"; } -.markdown.jupyter .fa-legal:before, -.markdown.jupyter .fa-gavel:before { +.markup.jupyter .fa-legal:before, +.markup.jupyter .fa-gavel:before { content: "\f0e3"; } -.markdown.jupyter .fa-dashboard:before, -.markdown.jupyter .fa-tachometer:before { +.markup.jupyter .fa-dashboard:before, +.markup.jupyter .fa-tachometer:before { content: "\f0e4"; } -.markdown.jupyter .fa-comment-o:before { +.markup.jupyter .fa-comment-o:before { content: "\f0e5"; } -.markdown.jupyter .fa-comments-o:before { +.markup.jupyter .fa-comments-o:before { content: "\f0e6"; } -.markdown.jupyter .fa-flash:before, -.markdown.jupyter .fa-bolt:before { +.markup.jupyter .fa-flash:before, +.markup.jupyter .fa-bolt:before { content: "\f0e7"; } -.markdown.jupyter .fa-sitemap:before { +.markup.jupyter .fa-sitemap:before { content: "\f0e8"; } -.markdown.jupyter .fa-umbrella:before { +.markup.jupyter .fa-umbrella:before { content: "\f0e9"; } -.markdown.jupyter .fa-paste:before, -.markdown.jupyter .fa-clipboard:before { +.markup.jupyter .fa-paste:before, +.markup.jupyter .fa-clipboard:before { content: "\f0ea"; } -.markdown.jupyter .fa-lightbulb-o:before { +.markup.jupyter .fa-lightbulb-o:before { content: "\f0eb"; } -.markdown.jupyter .fa-exchange:before { +.markup.jupyter .fa-exchange:before { content: "\f0ec"; } -.markdown.jupyter .fa-cloud-download:before { +.markup.jupyter .fa-cloud-download:before { content: "\f0ed"; } -.markdown.jupyter .fa-cloud-upload:before { +.markup.jupyter .fa-cloud-upload:before { content: "\f0ee"; } -.markdown.jupyter .fa-user-md:before { +.markup.jupyter .fa-user-md:before { content: "\f0f0"; } -.markdown.jupyter .fa-stethoscope:before { +.markup.jupyter .fa-stethoscope:before { content: "\f0f1"; } -.markdown.jupyter .fa-suitcase:before { +.markup.jupyter .fa-suitcase:before { content: "\f0f2"; } -.markdown.jupyter .fa-bell-o:before { +.markup.jupyter .fa-bell-o:before { content: "\f0a2"; } -.markdown.jupyter .fa-coffee:before { +.markup.jupyter .fa-coffee:before { content: "\f0f4"; } -.markdown.jupyter .fa-cutlery:before { +.markup.jupyter .fa-cutlery:before { content: "\f0f5"; } -.markdown.jupyter .fa-file-text-o:before { +.markup.jupyter .fa-file-text-o:before { content: "\f0f6"; } -.markdown.jupyter .fa-building-o:before { +.markup.jupyter .fa-building-o:before { content: "\f0f7"; } -.markdown.jupyter .fa-hospital-o:before { +.markup.jupyter .fa-hospital-o:before { content: "\f0f8"; } -.markdown.jupyter .fa-ambulance:before { +.markup.jupyter .fa-ambulance:before { content: "\f0f9"; } -.markdown.jupyter .fa-medkit:before { +.markup.jupyter .fa-medkit:before { content: "\f0fa"; } -.markdown.jupyter .fa-fighter-jet:before { +.markup.jupyter .fa-fighter-jet:before { content: "\f0fb"; } -.markdown.jupyter .fa-beer:before { +.markup.jupyter .fa-beer:before { content: "\f0fc"; } -.markdown.jupyter .fa-h-square:before { +.markup.jupyter .fa-h-square:before { content: "\f0fd"; } -.markdown.jupyter .fa-plus-square:before { +.markup.jupyter .fa-plus-square:before { content: "\f0fe"; } -.markdown.jupyter .fa-angle-double-left:before { +.markup.jupyter .fa-angle-double-left:before { content: "\f100"; } -.markdown.jupyter .fa-angle-double-right:before { +.markup.jupyter .fa-angle-double-right:before { content: "\f101"; } -.markdown.jupyter .fa-angle-double-up:before { +.markup.jupyter .fa-angle-double-up:before { content: "\f102"; } -.markdown.jupyter .fa-angle-double-down:before { +.markup.jupyter .fa-angle-double-down:before { content: "\f103"; } -.markdown.jupyter .fa-angle-left:before { +.markup.jupyter .fa-angle-left:before { content: "\f104"; } -.markdown.jupyter .fa-angle-right:before { +.markup.jupyter .fa-angle-right:before { content: "\f105"; } -.markdown.jupyter .fa-angle-up:before { +.markup.jupyter .fa-angle-up:before { content: "\f106"; } -.markdown.jupyter .fa-angle-down:before { +.markup.jupyter .fa-angle-down:before { content: "\f107"; } -.markdown.jupyter .fa-desktop:before { +.markup.jupyter .fa-desktop:before { content: "\f108"; } -.markdown.jupyter .fa-laptop:before { +.markup.jupyter .fa-laptop:before { content: "\f109"; } -.markdown.jupyter .fa-tablet:before { +.markup.jupyter .fa-tablet:before { content: "\f10a"; } -.markdown.jupyter .fa-mobile-phone:before, -.markdown.jupyter .fa-mobile:before { +.markup.jupyter .fa-mobile-phone:before, +.markup.jupyter .fa-mobile:before { content: "\f10b"; } -.markdown.jupyter .fa-circle-o:before { +.markup.jupyter .fa-circle-o:before { content: "\f10c"; } -.markdown.jupyter .fa-quote-left:before { +.markup.jupyter .fa-quote-left:before { content: "\f10d"; } -.markdown.jupyter .fa-quote-right:before { +.markup.jupyter .fa-quote-right:before { content: "\f10e"; } -.markdown.jupyter .fa-spinner:before { +.markup.jupyter .fa-spinner:before { content: "\f110"; } -.markdown.jupyter .fa-circle:before { +.markup.jupyter .fa-circle:before { content: "\f111"; } -.markdown.jupyter .fa-mail-reply:before, -.markdown.jupyter .fa-reply:before { +.markup.jupyter .fa-mail-reply:before, +.markup.jupyter .fa-reply:before { content: "\f112"; } -.markdown.jupyter .fa-github-alt:before { +.markup.jupyter .fa-github-alt:before { content: "\f113"; } -.markdown.jupyter .fa-folder-o:before { +.markup.jupyter .fa-folder-o:before { content: "\f114"; } -.markdown.jupyter .fa-folder-open-o:before { +.markup.jupyter .fa-folder-open-o:before { content: "\f115"; } -.markdown.jupyter .fa-smile-o:before { +.markup.jupyter .fa-smile-o:before { content: "\f118"; } -.markdown.jupyter .fa-frown-o:before { +.markup.jupyter .fa-frown-o:before { content: "\f119"; } -.markdown.jupyter .fa-meh-o:before { +.markup.jupyter .fa-meh-o:before { content: "\f11a"; } -.markdown.jupyter .fa-gamepad:before { +.markup.jupyter .fa-gamepad:before { content: "\f11b"; } -.markdown.jupyter .fa-keyboard-o:before { +.markup.jupyter .fa-keyboard-o:before { content: "\f11c"; } -.markdown.jupyter .fa-flag-o:before { +.markup.jupyter .fa-flag-o:before { content: "\f11d"; } -.markdown.jupyter .fa-flag-checkered:before { +.markup.jupyter .fa-flag-checkered:before { content: "\f11e"; } -.markdown.jupyter .fa-terminal:before { +.markup.jupyter .fa-terminal:before { content: "\f120"; } -.markdown.jupyter .fa-code:before { +.markup.jupyter .fa-code:before { content: "\f121"; } -.markdown.jupyter .fa-mail-reply-all:before, -.markdown.jupyter .fa-reply-all:before { +.markup.jupyter .fa-mail-reply-all:before, +.markup.jupyter .fa-reply-all:before { content: "\f122"; } -.markdown.jupyter .fa-star-half-empty:before, -.markdown.jupyter .fa-star-half-full:before, -.markdown.jupyter .fa-star-half-o:before { +.markup.jupyter .fa-star-half-empty:before, +.markup.jupyter .fa-star-half-full:before, +.markup.jupyter .fa-star-half-o:before { content: "\f123"; } -.markdown.jupyter .fa-location-arrow:before { +.markup.jupyter .fa-location-arrow:before { content: "\f124"; } -.markdown.jupyter .fa-crop:before { +.markup.jupyter .fa-crop:before { content: "\f125"; } -.markdown.jupyter .fa-code-fork:before { +.markup.jupyter .fa-code-fork:before { content: "\f126"; } -.markdown.jupyter .fa-unlink:before, -.markdown.jupyter .fa-chain-broken:before { +.markup.jupyter .fa-unlink:before, +.markup.jupyter .fa-chain-broken:before { content: "\f127"; } -.markdown.jupyter .fa-question:before { +.markup.jupyter .fa-question:before { content: "\f128"; } -.markdown.jupyter .fa-info:before { +.markup.jupyter .fa-info:before { content: "\f129"; } -.markdown.jupyter .fa-exclamation:before { +.markup.jupyter .fa-exclamation:before { content: "\f12a"; } -.markdown.jupyter .fa-superscript:before { +.markup.jupyter .fa-superscript:before { content: "\f12b"; } -.markdown.jupyter .fa-subscript:before { +.markup.jupyter .fa-subscript:before { content: "\f12c"; } -.markdown.jupyter .fa-eraser:before { +.markup.jupyter .fa-eraser:before { content: "\f12d"; } -.markdown.jupyter .fa-puzzle-piece:before { +.markup.jupyter .fa-puzzle-piece:before { content: "\f12e"; } -.markdown.jupyter .fa-microphone:before { +.markup.jupyter .fa-microphone:before { content: "\f130"; } -.markdown.jupyter .fa-microphone-slash:before { +.markup.jupyter .fa-microphone-slash:before { content: "\f131"; } -.markdown.jupyter .fa-shield:before { +.markup.jupyter .fa-shield:before { content: "\f132"; } -.markdown.jupyter .fa-calendar-o:before { +.markup.jupyter .fa-calendar-o:before { content: "\f133"; } -.markdown.jupyter .fa-fire-extinguisher:before { +.markup.jupyter .fa-fire-extinguisher:before { content: "\f134"; } -.markdown.jupyter .fa-rocket:before { +.markup.jupyter .fa-rocket:before { content: "\f135"; } -.markdown.jupyter .fa-maxcdn:before { +.markup.jupyter .fa-maxcdn:before { content: "\f136"; } -.markdown.jupyter .fa-chevron-circle-left:before { +.markup.jupyter .fa-chevron-circle-left:before { content: "\f137"; } -.markdown.jupyter .fa-chevron-circle-right:before { +.markup.jupyter .fa-chevron-circle-right:before { content: "\f138"; } -.markdown.jupyter .fa-chevron-circle-up:before { +.markup.jupyter .fa-chevron-circle-up:before { content: "\f139"; } -.markdown.jupyter .fa-chevron-circle-down:before { +.markup.jupyter .fa-chevron-circle-down:before { content: "\f13a"; } -.markdown.jupyter .fa-html5:before { +.markup.jupyter .fa-html5:before { content: "\f13b"; } -.markdown.jupyter .fa-css3:before { +.markup.jupyter .fa-css3:before { content: "\f13c"; } -.markdown.jupyter .fa-anchor:before { +.markup.jupyter .fa-anchor:before { content: "\f13d"; } -.markdown.jupyter .fa-unlock-alt:before { +.markup.jupyter .fa-unlock-alt:before { content: "\f13e"; } -.markdown.jupyter .fa-bullseye:before { +.markup.jupyter .fa-bullseye:before { content: "\f140"; } -.markdown.jupyter .fa-ellipsis-h:before { +.markup.jupyter .fa-ellipsis-h:before { content: "\f141"; } -.markdown.jupyter .fa-ellipsis-v:before { +.markup.jupyter .fa-ellipsis-v:before { content: "\f142"; } -.markdown.jupyter .fa-rss-square:before { +.markup.jupyter .fa-rss-square:before { content: "\f143"; } -.markdown.jupyter .fa-play-circle:before { +.markup.jupyter .fa-play-circle:before { content: "\f144"; } -.markdown.jupyter .fa-ticket:before { +.markup.jupyter .fa-ticket:before { content: "\f145"; } -.markdown.jupyter .fa-minus-square:before { +.markup.jupyter .fa-minus-square:before { content: "\f146"; } -.markdown.jupyter .fa-minus-square-o:before { +.markup.jupyter .fa-minus-square-o:before { content: "\f147"; } -.markdown.jupyter .fa-level-up:before { +.markup.jupyter .fa-level-up:before { content: "\f148"; } -.markdown.jupyter .fa-level-down:before { +.markup.jupyter .fa-level-down:before { content: "\f149"; } -.markdown.jupyter .fa-check-square:before { +.markup.jupyter .fa-check-square:before { content: "\f14a"; } -.markdown.jupyter .fa-pencil-square:before { +.markup.jupyter .fa-pencil-square:before { content: "\f14b"; } -.markdown.jupyter .fa-external-link-square:before { +.markup.jupyter .fa-external-link-square:before { content: "\f14c"; } -.markdown.jupyter .fa-share-square:before { +.markup.jupyter .fa-share-square:before { content: "\f14d"; } -.markdown.jupyter .fa-compass:before { +.markup.jupyter .fa-compass:before { content: "\f14e"; } -.markdown.jupyter .fa-toggle-down:before, -.markdown.jupyter .fa-caret-square-o-down:before { +.markup.jupyter .fa-toggle-down:before, +.markup.jupyter .fa-caret-square-o-down:before { content: "\f150"; } -.markdown.jupyter .fa-toggle-up:before, -.markdown.jupyter .fa-caret-square-o-up:before { +.markup.jupyter .fa-toggle-up:before, +.markup.jupyter .fa-caret-square-o-up:before { content: "\f151"; } -.markdown.jupyter .fa-toggle-right:before, -.markdown.jupyter .fa-caret-square-o-right:before { +.markup.jupyter .fa-toggle-right:before, +.markup.jupyter .fa-caret-square-o-right:before { content: "\f152"; } -.markdown.jupyter .fa-euro:before, -.markdown.jupyter .fa-eur:before { +.markup.jupyter .fa-euro:before, +.markup.jupyter .fa-eur:before { content: "\f153"; } -.markdown.jupyter .fa-gbp:before { +.markup.jupyter .fa-gbp:before { content: "\f154"; } -.markdown.jupyter .fa-dollar:before, -.markdown.jupyter .fa-usd:before { +.markup.jupyter .fa-dollar:before, +.markup.jupyter .fa-usd:before { content: "\f155"; } -.markdown.jupyter .fa-rupee:before, -.markdown.jupyter .fa-inr:before { +.markup.jupyter .fa-rupee:before, +.markup.jupyter .fa-inr:before { content: "\f156"; } -.markdown.jupyter .fa-cny:before, -.markdown.jupyter .fa-rmb:before, -.markdown.jupyter .fa-yen:before, -.markdown.jupyter .fa-jpy:before { +.markup.jupyter .fa-cny:before, +.markup.jupyter .fa-rmb:before, +.markup.jupyter .fa-yen:before, +.markup.jupyter .fa-jpy:before { content: "\f157"; } -.markdown.jupyter .fa-ruble:before, -.markdown.jupyter .fa-rouble:before, -.markdown.jupyter .fa-rub:before { +.markup.jupyter .fa-ruble:before, +.markup.jupyter .fa-rouble:before, +.markup.jupyter .fa-rub:before { content: "\f158"; } -.markdown.jupyter .fa-won:before, -.markdown.jupyter .fa-krw:before { +.markup.jupyter .fa-won:before, +.markup.jupyter .fa-krw:before { content: "\f159"; } -.markdown.jupyter .fa-bitcoin:before, -.markdown.jupyter .fa-btc:before { +.markup.jupyter .fa-bitcoin:before, +.markup.jupyter .fa-btc:before { content: "\f15a"; } -.markdown.jupyter .fa-file:before { +.markup.jupyter .fa-file:before { content: "\f15b"; } -.markdown.jupyter .fa-file-text:before { +.markup.jupyter .fa-file-text:before { content: "\f15c"; } -.markdown.jupyter .fa-sort-alpha-asc:before { +.markup.jupyter .fa-sort-alpha-asc:before { content: "\f15d"; } -.markdown.jupyter .fa-sort-alpha-desc:before { +.markup.jupyter .fa-sort-alpha-desc:before { content: "\f15e"; } -.markdown.jupyter .fa-sort-amount-asc:before { +.markup.jupyter .fa-sort-amount-asc:before { content: "\f160"; } -.markdown.jupyter .fa-sort-amount-desc:before { +.markup.jupyter .fa-sort-amount-desc:before { content: "\f161"; } -.markdown.jupyter .fa-sort-numeric-asc:before { +.markup.jupyter .fa-sort-numeric-asc:before { content: "\f162"; } -.markdown.jupyter .fa-sort-numeric-desc:before { +.markup.jupyter .fa-sort-numeric-desc:before { content: "\f163"; } -.markdown.jupyter .fa-thumbs-up:before { +.markup.jupyter .fa-thumbs-up:before { content: "\f164"; } -.markdown.jupyter .fa-thumbs-down:before { +.markup.jupyter .fa-thumbs-down:before { content: "\f165"; } -.markdown.jupyter .fa-youtube-square:before { +.markup.jupyter .fa-youtube-square:before { content: "\f166"; } -.markdown.jupyter .fa-youtube:before { +.markup.jupyter .fa-youtube:before { content: "\f167"; } -.markdown.jupyter .fa-xing:before { +.markup.jupyter .fa-xing:before { content: "\f168"; } -.markdown.jupyter .fa-xing-square:before { +.markup.jupyter .fa-xing-square:before { content: "\f169"; } -.markdown.jupyter .fa-youtube-play:before { +.markup.jupyter .fa-youtube-play:before { content: "\f16a"; } -.markdown.jupyter .fa-dropbox:before { +.markup.jupyter .fa-dropbox:before { content: "\f16b"; } -.markdown.jupyter .fa-stack-overflow:before { +.markup.jupyter .fa-stack-overflow:before { content: "\f16c"; } -.markdown.jupyter .fa-instagram:before { +.markup.jupyter .fa-instagram:before { content: "\f16d"; } -.markdown.jupyter .fa-flickr:before { +.markup.jupyter .fa-flickr:before { content: "\f16e"; } -.markdown.jupyter .fa-adn:before { +.markup.jupyter .fa-adn:before { content: "\f170"; } -.markdown.jupyter .fa-bitbucket:before { +.markup.jupyter .fa-bitbucket:before { content: "\f171"; } -.markdown.jupyter .fa-bitbucket-square:before { +.markup.jupyter .fa-bitbucket-square:before { content: "\f172"; } -.markdown.jupyter .fa-tumblr:before { +.markup.jupyter .fa-tumblr:before { content: "\f173"; } -.markdown.jupyter .fa-tumblr-square:before { +.markup.jupyter .fa-tumblr-square:before { content: "\f174"; } -.markdown.jupyter .fa-long-arrow-down:before { +.markup.jupyter .fa-long-arrow-down:before { content: "\f175"; } -.markdown.jupyter .fa-long-arrow-up:before { +.markup.jupyter .fa-long-arrow-up:before { content: "\f176"; } -.markdown.jupyter .fa-long-arrow-left:before { +.markup.jupyter .fa-long-arrow-left:before { content: "\f177"; } -.markdown.jupyter .fa-long-arrow-right:before { +.markup.jupyter .fa-long-arrow-right:before { content: "\f178"; } -.markdown.jupyter .fa-apple:before { +.markup.jupyter .fa-apple:before { content: "\f179"; } -.markdown.jupyter .fa-windows:before { +.markup.jupyter .fa-windows:before { content: "\f17a"; } -.markdown.jupyter .fa-android:before { +.markup.jupyter .fa-android:before { content: "\f17b"; } -.markdown.jupyter .fa-linux:before { +.markup.jupyter .fa-linux:before { content: "\f17c"; } -.markdown.jupyter .fa-dribbble:before { +.markup.jupyter .fa-dribbble:before { content: "\f17d"; } -.markdown.jupyter .fa-skype:before { +.markup.jupyter .fa-skype:before { content: "\f17e"; } -.markdown.jupyter .fa-foursquare:before { +.markup.jupyter .fa-foursquare:before { content: "\f180"; } -.markdown.jupyter .fa-trello:before { +.markup.jupyter .fa-trello:before { content: "\f181"; } -.markdown.jupyter .fa-female:before { +.markup.jupyter .fa-female:before { content: "\f182"; } -.markdown.jupyter .fa-male:before { +.markup.jupyter .fa-male:before { content: "\f183"; } -.markdown.jupyter .fa-gittip:before, -.markdown.jupyter .fa-gratipay:before { +.markup.jupyter .fa-gittip:before, +.markup.jupyter .fa-gratipay:before { content: "\f184"; } -.markdown.jupyter .fa-sun-o:before { +.markup.jupyter .fa-sun-o:before { content: "\f185"; } -.markdown.jupyter .fa-moon-o:before { +.markup.jupyter .fa-moon-o:before { content: "\f186"; } -.markdown.jupyter .fa-archive:before { +.markup.jupyter .fa-archive:before { content: "\f187"; } -.markdown.jupyter .fa-bug:before { +.markup.jupyter .fa-bug:before { content: "\f188"; } -.markdown.jupyter .fa-vk:before { +.markup.jupyter .fa-vk:before { content: "\f189"; } -.markdown.jupyter .fa-weibo:before { +.markup.jupyter .fa-weibo:before { content: "\f18a"; } -.markdown.jupyter .fa-renren:before { +.markup.jupyter .fa-renren:before { content: "\f18b"; } -.markdown.jupyter .fa-pagelines:before { +.markup.jupyter .fa-pagelines:before { content: "\f18c"; } -.markdown.jupyter .fa-stack-exchange:before { +.markup.jupyter .fa-stack-exchange:before { content: "\f18d"; } -.markdown.jupyter .fa-arrow-circle-o-right:before { +.markup.jupyter .fa-arrow-circle-o-right:before { content: "\f18e"; } -.markdown.jupyter .fa-arrow-circle-o-left:before { +.markup.jupyter .fa-arrow-circle-o-left:before { content: "\f190"; } -.markdown.jupyter .fa-toggle-left:before, -.markdown.jupyter .fa-caret-square-o-left:before { +.markup.jupyter .fa-toggle-left:before, +.markup.jupyter .fa-caret-square-o-left:before { content: "\f191"; } -.markdown.jupyter .fa-dot-circle-o:before { +.markup.jupyter .fa-dot-circle-o:before { content: "\f192"; } -.markdown.jupyter .fa-wheelchair:before { +.markup.jupyter .fa-wheelchair:before { content: "\f193"; } -.markdown.jupyter .fa-vimeo-square:before { +.markup.jupyter .fa-vimeo-square:before { content: "\f194"; } -.markdown.jupyter .fa-turkish-lira:before, -.markdown.jupyter .fa-try:before { +.markup.jupyter .fa-turkish-lira:before, +.markup.jupyter .fa-try:before { content: "\f195"; } -.markdown.jupyter .fa-plus-square-o:before { +.markup.jupyter .fa-plus-square-o:before { content: "\f196"; } -.markdown.jupyter .fa-space-shuttle:before { +.markup.jupyter .fa-space-shuttle:before { content: "\f197"; } -.markdown.jupyter .fa-slack:before { +.markup.jupyter .fa-slack:before { content: "\f198"; } -.markdown.jupyter .fa-envelope-square:before { +.markup.jupyter .fa-envelope-square:before { content: "\f199"; } -.markdown.jupyter .fa-wordpress:before { +.markup.jupyter .fa-wordpress:before { content: "\f19a"; } -.markdown.jupyter .fa-openid:before { +.markup.jupyter .fa-openid:before { content: "\f19b"; } -.markdown.jupyter .fa-institution:before, -.markdown.jupyter .fa-bank:before, -.markdown.jupyter .fa-university:before { +.markup.jupyter .fa-institution:before, +.markup.jupyter .fa-bank:before, +.markup.jupyter .fa-university:before { content: "\f19c"; } -.markdown.jupyter .fa-mortar-board:before, -.markdown.jupyter .fa-graduation-cap:before { +.markup.jupyter .fa-mortar-board:before, +.markup.jupyter .fa-graduation-cap:before { content: "\f19d"; } -.markdown.jupyter .fa-yahoo:before { +.markup.jupyter .fa-yahoo:before { content: "\f19e"; } -.markdown.jupyter .fa-google:before { +.markup.jupyter .fa-google:before { content: "\f1a0"; } -.markdown.jupyter .fa-reddit:before { +.markup.jupyter .fa-reddit:before { content: "\f1a1"; } -.markdown.jupyter .fa-reddit-square:before { +.markup.jupyter .fa-reddit-square:before { content: "\f1a2"; } -.markdown.jupyter .fa-stumbleupon-circle:before { +.markup.jupyter .fa-stumbleupon-circle:before { content: "\f1a3"; } -.markdown.jupyter .fa-stumbleupon:before { +.markup.jupyter .fa-stumbleupon:before { content: "\f1a4"; } -.markdown.jupyter .fa-delicious:before { +.markup.jupyter .fa-delicious:before { content: "\f1a5"; } -.markdown.jupyter .fa-digg:before { +.markup.jupyter .fa-digg:before { content: "\f1a6"; } -.markdown.jupyter .fa-pied-piper-pp:before { +.markup.jupyter .fa-pied-piper-pp:before { content: "\f1a7"; } -.markdown.jupyter .fa-pied-piper-alt:before { +.markup.jupyter .fa-pied-piper-alt:before { content: "\f1a8"; } -.markdown.jupyter .fa-drupal:before { +.markup.jupyter .fa-drupal:before { content: "\f1a9"; } -.markdown.jupyter .fa-joomla:before { +.markup.jupyter .fa-joomla:before { content: "\f1aa"; } -.markdown.jupyter .fa-language:before { +.markup.jupyter .fa-language:before { content: "\f1ab"; } -.markdown.jupyter .fa-fax:before { +.markup.jupyter .fa-fax:before { content: "\f1ac"; } -.markdown.jupyter .fa-building:before { +.markup.jupyter .fa-building:before { content: "\f1ad"; } -.markdown.jupyter .fa-child:before { +.markup.jupyter .fa-child:before { content: "\f1ae"; } -.markdown.jupyter .fa-paw:before { +.markup.jupyter .fa-paw:before { content: "\f1b0"; } -.markdown.jupyter .fa-spoon:before { +.markup.jupyter .fa-spoon:before { content: "\f1b1"; } -.markdown.jupyter .fa-cube:before { +.markup.jupyter .fa-cube:before { content: "\f1b2"; } -.markdown.jupyter .fa-cubes:before { +.markup.jupyter .fa-cubes:before { content: "\f1b3"; } -.markdown.jupyter .fa-behance:before { +.markup.jupyter .fa-behance:before { content: "\f1b4"; } -.markdown.jupyter .fa-behance-square:before { +.markup.jupyter .fa-behance-square:before { content: "\f1b5"; } -.markdown.jupyter .fa-steam:before { +.markup.jupyter .fa-steam:before { content: "\f1b6"; } -.markdown.jupyter .fa-steam-square:before { +.markup.jupyter .fa-steam-square:before { content: "\f1b7"; } -.markdown.jupyter .fa-recycle:before { +.markup.jupyter .fa-recycle:before { content: "\f1b8"; } -.markdown.jupyter .fa-automobile:before, -.markdown.jupyter .fa-car:before { +.markup.jupyter .fa-automobile:before, +.markup.jupyter .fa-car:before { content: "\f1b9"; } -.markdown.jupyter .fa-cab:before, -.markdown.jupyter .fa-taxi:before { +.markup.jupyter .fa-cab:before, +.markup.jupyter .fa-taxi:before { content: "\f1ba"; } -.markdown.jupyter .fa-tree:before { +.markup.jupyter .fa-tree:before { content: "\f1bb"; } -.markdown.jupyter .fa-spotify:before { +.markup.jupyter .fa-spotify:before { content: "\f1bc"; } -.markdown.jupyter .fa-deviantart:before { +.markup.jupyter .fa-deviantart:before { content: "\f1bd"; } -.markdown.jupyter .fa-soundcloud:before { +.markup.jupyter .fa-soundcloud:before { content: "\f1be"; } -.markdown.jupyter .fa-database:before { +.markup.jupyter .fa-database:before { content: "\f1c0"; } -.markdown.jupyter .fa-file-pdf-o:before { +.markup.jupyter .fa-file-pdf-o:before { content: "\f1c1"; } -.markdown.jupyter .fa-file-word-o:before { +.markup.jupyter .fa-file-word-o:before { content: "\f1c2"; } -.markdown.jupyter .fa-file-excel-o:before { +.markup.jupyter .fa-file-excel-o:before { content: "\f1c3"; } -.markdown.jupyter .fa-file-powerpoint-o:before { +.markup.jupyter .fa-file-powerpoint-o:before { content: "\f1c4"; } -.markdown.jupyter .fa-file-photo-o:before, -.markdown.jupyter .fa-file-picture-o:before, -.markdown.jupyter .fa-file-image-o:before { +.markup.jupyter .fa-file-photo-o:before, +.markup.jupyter .fa-file-picture-o:before, +.markup.jupyter .fa-file-image-o:before { content: "\f1c5"; } -.markdown.jupyter .fa-file-zip-o:before, -.markdown.jupyter .fa-file-archive-o:before { +.markup.jupyter .fa-file-zip-o:before, +.markup.jupyter .fa-file-archive-o:before { content: "\f1c6"; } -.markdown.jupyter .fa-file-sound-o:before, -.markdown.jupyter .fa-file-audio-o:before { +.markup.jupyter .fa-file-sound-o:before, +.markup.jupyter .fa-file-audio-o:before { content: "\f1c7"; } -.markdown.jupyter .fa-file-movie-o:before, -.markdown.jupyter .fa-file-video-o:before { +.markup.jupyter .fa-file-movie-o:before, +.markup.jupyter .fa-file-video-o:before { content: "\f1c8"; } -.markdown.jupyter .fa-file-code-o:before { +.markup.jupyter .fa-file-code-o:before { content: "\f1c9"; } -.markdown.jupyter .fa-vine:before { +.markup.jupyter .fa-vine:before { content: "\f1ca"; } -.markdown.jupyter .fa-codepen:before { +.markup.jupyter .fa-codepen:before { content: "\f1cb"; } -.markdown.jupyter .fa-jsfiddle:before { +.markup.jupyter .fa-jsfiddle:before { content: "\f1cc"; } -.markdown.jupyter .fa-life-bouy:before, -.markdown.jupyter .fa-life-buoy:before, -.markdown.jupyter .fa-life-saver:before, -.markdown.jupyter .fa-support:before, -.markdown.jupyter .fa-life-ring:before { +.markup.jupyter .fa-life-bouy:before, +.markup.jupyter .fa-life-buoy:before, +.markup.jupyter .fa-life-saver:before, +.markup.jupyter .fa-support:before, +.markup.jupyter .fa-life-ring:before { content: "\f1cd"; } -.markdown.jupyter .fa-circle-o-notch:before { +.markup.jupyter .fa-circle-o-notch:before { content: "\f1ce"; } -.markdown.jupyter .fa-ra:before, -.markdown.jupyter .fa-resistance:before, -.markdown.jupyter .fa-rebel:before { +.markup.jupyter .fa-ra:before, +.markup.jupyter .fa-resistance:before, +.markup.jupyter .fa-rebel:before { content: "\f1d0"; } -.markdown.jupyter .fa-ge:before, -.markdown.jupyter .fa-empire:before { +.markup.jupyter .fa-ge:before, +.markup.jupyter .fa-empire:before { content: "\f1d1"; } -.markdown.jupyter .fa-git-square:before { +.markup.jupyter .fa-git-square:before { content: "\f1d2"; } -.markdown.jupyter .fa-git:before { +.markup.jupyter .fa-git:before { content: "\f1d3"; } -.markdown.jupyter .fa-y-combinator-square:before, -.markdown.jupyter .fa-yc-square:before, -.markdown.jupyter .fa-hacker-news:before { +.markup.jupyter .fa-y-combinator-square:before, +.markup.jupyter .fa-yc-square:before, +.markup.jupyter .fa-hacker-news:before { content: "\f1d4"; } -.markdown.jupyter .fa-tencent-weibo:before { +.markup.jupyter .fa-tencent-weibo:before { content: "\f1d5"; } -.markdown.jupyter .fa-qq:before { +.markup.jupyter .fa-qq:before { content: "\f1d6"; } -.markdown.jupyter .fa-wechat:before, -.markdown.jupyter .fa-weixin:before { +.markup.jupyter .fa-wechat:before, +.markup.jupyter .fa-weixin:before { content: "\f1d7"; } -.markdown.jupyter .fa-send:before, -.markdown.jupyter .fa-paper-plane:before { +.markup.jupyter .fa-send:before, +.markup.jupyter .fa-paper-plane:before { content: "\f1d8"; } -.markdown.jupyter .fa-send-o:before, -.markdown.jupyter .fa-paper-plane-o:before { +.markup.jupyter .fa-send-o:before, +.markup.jupyter .fa-paper-plane-o:before { content: "\f1d9"; } -.markdown.jupyter .fa-history:before { +.markup.jupyter .fa-history:before { content: "\f1da"; } -.markdown.jupyter .fa-circle-thin:before { +.markup.jupyter .fa-circle-thin:before { content: "\f1db"; } -.markdown.jupyter .fa-header:before { +.markup.jupyter .fa-header:before { content: "\f1dc"; } -.markdown.jupyter .fa-paragraph:before { +.markup.jupyter .fa-paragraph:before { content: "\f1dd"; } -.markdown.jupyter .fa-sliders:before { +.markup.jupyter .fa-sliders:before { content: "\f1de"; } -.markdown.jupyter .fa-share-alt:before { +.markup.jupyter .fa-share-alt:before { content: "\f1e0"; } -.markdown.jupyter .fa-share-alt-square:before { +.markup.jupyter .fa-share-alt-square:before { content: "\f1e1"; } -.markdown.jupyter .fa-bomb:before { +.markup.jupyter .fa-bomb:before { content: "\f1e2"; } -.markdown.jupyter .fa-soccer-ball-o:before, -.markdown.jupyter .fa-futbol-o:before { +.markup.jupyter .fa-soccer-ball-o:before, +.markup.jupyter .fa-futbol-o:before { content: "\f1e3"; } -.markdown.jupyter .fa-tty:before { +.markup.jupyter .fa-tty:before { content: "\f1e4"; } -.markdown.jupyter .fa-binoculars:before { +.markup.jupyter .fa-binoculars:before { content: "\f1e5"; } -.markdown.jupyter .fa-plug:before { +.markup.jupyter .fa-plug:before { content: "\f1e6"; } -.markdown.jupyter .fa-slideshare:before { +.markup.jupyter .fa-slideshare:before { content: "\f1e7"; } -.markdown.jupyter .fa-twitch:before { +.markup.jupyter .fa-twitch:before { content: "\f1e8"; } -.markdown.jupyter .fa-yelp:before { +.markup.jupyter .fa-yelp:before { content: "\f1e9"; } -.markdown.jupyter .fa-newspaper-o:before { +.markup.jupyter .fa-newspaper-o:before { content: "\f1ea"; } -.markdown.jupyter .fa-wifi:before { +.markup.jupyter .fa-wifi:before { content: "\f1eb"; } -.markdown.jupyter .fa-calculator:before { +.markup.jupyter .fa-calculator:before { content: "\f1ec"; } -.markdown.jupyter .fa-paypal:before { +.markup.jupyter .fa-paypal:before { content: "\f1ed"; } -.markdown.jupyter .fa-google-wallet:before { +.markup.jupyter .fa-google-wallet:before { content: "\f1ee"; } -.markdown.jupyter .fa-cc-visa:before { +.markup.jupyter .fa-cc-visa:before { content: "\f1f0"; } -.markdown.jupyter .fa-cc-mastercard:before { +.markup.jupyter .fa-cc-mastercard:before { content: "\f1f1"; } -.markdown.jupyter .fa-cc-discover:before { +.markup.jupyter .fa-cc-discover:before { content: "\f1f2"; } -.markdown.jupyter .fa-cc-amex:before { +.markup.jupyter .fa-cc-amex:before { content: "\f1f3"; } -.markdown.jupyter .fa-cc-paypal:before { +.markup.jupyter .fa-cc-paypal:before { content: "\f1f4"; } -.markdown.jupyter .fa-cc-stripe:before { +.markup.jupyter .fa-cc-stripe:before { content: "\f1f5"; } -.markdown.jupyter .fa-bell-slash:before { +.markup.jupyter .fa-bell-slash:before { content: "\f1f6"; } -.markdown.jupyter .fa-bell-slash-o:before { +.markup.jupyter .fa-bell-slash-o:before { content: "\f1f7"; } -.markdown.jupyter .fa-trash:before { +.markup.jupyter .fa-trash:before { content: "\f1f8"; } -.markdown.jupyter .fa-copyright:before { +.markup.jupyter .fa-copyright:before { content: "\f1f9"; } -.markdown.jupyter .fa-at:before { +.markup.jupyter .fa-at:before { content: "\f1fa"; } -.markdown.jupyter .fa-eyedropper:before { +.markup.jupyter .fa-eyedropper:before { content: "\f1fb"; } -.markdown.jupyter .fa-paint-brush:before { +.markup.jupyter .fa-paint-brush:before { content: "\f1fc"; } -.markdown.jupyter .fa-birthday-cake:before { +.markup.jupyter .fa-birthday-cake:before { content: "\f1fd"; } -.markdown.jupyter .fa-area-chart:before { +.markup.jupyter .fa-area-chart:before { content: "\f1fe"; } -.markdown.jupyter .fa-pie-chart:before { +.markup.jupyter .fa-pie-chart:before { content: "\f200"; } -.markdown.jupyter .fa-line-chart:before { +.markup.jupyter .fa-line-chart:before { content: "\f201"; } -.markdown.jupyter .fa-lastfm:before { +.markup.jupyter .fa-lastfm:before { content: "\f202"; } -.markdown.jupyter .fa-lastfm-square:before { +.markup.jupyter .fa-lastfm-square:before { content: "\f203"; } -.markdown.jupyter .fa-toggle-off:before { +.markup.jupyter .fa-toggle-off:before { content: "\f204"; } -.markdown.jupyter .fa-toggle-on:before { +.markup.jupyter .fa-toggle-on:before { content: "\f205"; } -.markdown.jupyter .fa-bicycle:before { +.markup.jupyter .fa-bicycle:before { content: "\f206"; } -.markdown.jupyter .fa-bus:before { +.markup.jupyter .fa-bus:before { content: "\f207"; } -.markdown.jupyter .fa-ioxhost:before { +.markup.jupyter .fa-ioxhost:before { content: "\f208"; } -.markdown.jupyter .fa-angellist:before { +.markup.jupyter .fa-angellist:before { content: "\f209"; } -.markdown.jupyter .fa-cc:before { +.markup.jupyter .fa-cc:before { content: "\f20a"; } -.markdown.jupyter .fa-shekel:before, -.markdown.jupyter .fa-sheqel:before, -.markdown.jupyter .fa-ils:before { +.markup.jupyter .fa-shekel:before, +.markup.jupyter .fa-sheqel:before, +.markup.jupyter .fa-ils:before { content: "\f20b"; } -.markdown.jupyter .fa-meanpath:before { +.markup.jupyter .fa-meanpath:before { content: "\f20c"; } -.markdown.jupyter .fa-buysellads:before { +.markup.jupyter .fa-buysellads:before { content: "\f20d"; } -.markdown.jupyter .fa-connectdevelop:before { +.markup.jupyter .fa-connectdevelop:before { content: "\f20e"; } -.markdown.jupyter .fa-dashcube:before { +.markup.jupyter .fa-dashcube:before { content: "\f210"; } -.markdown.jupyter .fa-forumbee:before { +.markup.jupyter .fa-forumbee:before { content: "\f211"; } -.markdown.jupyter .fa-leanpub:before { +.markup.jupyter .fa-leanpub:before { content: "\f212"; } -.markdown.jupyter .fa-sellsy:before { +.markup.jupyter .fa-sellsy:before { content: "\f213"; } -.markdown.jupyter .fa-shirtsinbulk:before { +.markup.jupyter .fa-shirtsinbulk:before { content: "\f214"; } -.markdown.jupyter .fa-simplybuilt:before { +.markup.jupyter .fa-simplybuilt:before { content: "\f215"; } -.markdown.jupyter .fa-skyatlas:before { +.markup.jupyter .fa-skyatlas:before { content: "\f216"; } -.markdown.jupyter .fa-cart-plus:before { +.markup.jupyter .fa-cart-plus:before { content: "\f217"; } -.markdown.jupyter .fa-cart-arrow-down:before { +.markup.jupyter .fa-cart-arrow-down:before { content: "\f218"; } -.markdown.jupyter .fa-diamond:before { +.markup.jupyter .fa-diamond:before { content: "\f219"; } -.markdown.jupyter .fa-ship:before { +.markup.jupyter .fa-ship:before { content: "\f21a"; } -.markdown.jupyter .fa-user-secret:before { +.markup.jupyter .fa-user-secret:before { content: "\f21b"; } -.markdown.jupyter .fa-motorcycle:before { +.markup.jupyter .fa-motorcycle:before { content: "\f21c"; } -.markdown.jupyter .fa-street-view:before { +.markup.jupyter .fa-street-view:before { content: "\f21d"; } -.markdown.jupyter .fa-heartbeat:before { +.markup.jupyter .fa-heartbeat:before { content: "\f21e"; } -.markdown.jupyter .fa-venus:before { +.markup.jupyter .fa-venus:before { content: "\f221"; } -.markdown.jupyter .fa-mars:before { +.markup.jupyter .fa-mars:before { content: "\f222"; } -.markdown.jupyter .fa-mercury:before { +.markup.jupyter .fa-mercury:before { content: "\f223"; } -.markdown.jupyter .fa-intersex:before, -.markdown.jupyter .fa-transgender:before { +.markup.jupyter .fa-intersex:before, +.markup.jupyter .fa-transgender:before { content: "\f224"; } -.markdown.jupyter .fa-transgender-alt:before { +.markup.jupyter .fa-transgender-alt:before { content: "\f225"; } -.markdown.jupyter .fa-venus-double:before { +.markup.jupyter .fa-venus-double:before { content: "\f226"; } -.markdown.jupyter .fa-mars-double:before { +.markup.jupyter .fa-mars-double:before { content: "\f227"; } -.markdown.jupyter .fa-venus-mars:before { +.markup.jupyter .fa-venus-mars:before { content: "\f228"; } -.markdown.jupyter .fa-mars-stroke:before { +.markup.jupyter .fa-mars-stroke:before { content: "\f229"; } -.markdown.jupyter .fa-mars-stroke-v:before { +.markup.jupyter .fa-mars-stroke-v:before { content: "\f22a"; } -.markdown.jupyter .fa-mars-stroke-h:before { +.markup.jupyter .fa-mars-stroke-h:before { content: "\f22b"; } -.markdown.jupyter .fa-neuter:before { +.markup.jupyter .fa-neuter:before { content: "\f22c"; } -.markdown.jupyter .fa-genderless:before { +.markup.jupyter .fa-genderless:before { content: "\f22d"; } -.markdown.jupyter .fa-facebook-official:before { +.markup.jupyter .fa-facebook-official:before { content: "\f230"; } -.markdown.jupyter .fa-pinterest-p:before { +.markup.jupyter .fa-pinterest-p:before { content: "\f231"; } -.markdown.jupyter .fa-whatsapp:before { +.markup.jupyter .fa-whatsapp:before { content: "\f232"; } -.markdown.jupyter .fa-server:before { +.markup.jupyter .fa-server:before { content: "\f233"; } -.markdown.jupyter .fa-user-plus:before { +.markup.jupyter .fa-user-plus:before { content: "\f234"; } -.markdown.jupyter .fa-user-times:before { +.markup.jupyter .fa-user-times:before { content: "\f235"; } -.markdown.jupyter .fa-hotel:before, -.markdown.jupyter .fa-bed:before { +.markup.jupyter .fa-hotel:before, +.markup.jupyter .fa-bed:before { content: "\f236"; } -.markdown.jupyter .fa-viacoin:before { +.markup.jupyter .fa-viacoin:before { content: "\f237"; } -.markdown.jupyter .fa-train:before { +.markup.jupyter .fa-train:before { content: "\f238"; } -.markdown.jupyter .fa-subway:before { +.markup.jupyter .fa-subway:before { content: "\f239"; } -.markdown.jupyter .fa-medium:before { +.markup.jupyter .fa-medium:before { content: "\f23a"; } -.markdown.jupyter .fa-yc:before, -.markdown.jupyter .fa-y-combinator:before { +.markup.jupyter .fa-yc:before, +.markup.jupyter .fa-y-combinator:before { content: "\f23b"; } -.markdown.jupyter .fa-optin-monster:before { +.markup.jupyter .fa-optin-monster:before { content: "\f23c"; } -.markdown.jupyter .fa-opencart:before { +.markup.jupyter .fa-opencart:before { content: "\f23d"; } -.markdown.jupyter .fa-expeditedssl:before { +.markup.jupyter .fa-expeditedssl:before { content: "\f23e"; } -.markdown.jupyter .fa-battery-4:before, -.markdown.jupyter .fa-battery:before, -.markdown.jupyter .fa-battery-full:before { +.markup.jupyter .fa-battery-4:before, +.markup.jupyter .fa-battery:before, +.markup.jupyter .fa-battery-full:before { content: "\f240"; } -.markdown.jupyter .fa-battery-3:before, -.markdown.jupyter .fa-battery-three-quarters:before { +.markup.jupyter .fa-battery-3:before, +.markup.jupyter .fa-battery-three-quarters:before { content: "\f241"; } -.markdown.jupyter .fa-battery-2:before, -.markdown.jupyter .fa-battery-half:before { +.markup.jupyter .fa-battery-2:before, +.markup.jupyter .fa-battery-half:before { content: "\f242"; } -.markdown.jupyter .fa-battery-1:before, -.markdown.jupyter .fa-battery-quarter:before { +.markup.jupyter .fa-battery-1:before, +.markup.jupyter .fa-battery-quarter:before { content: "\f243"; } -.markdown.jupyter .fa-battery-0:before, -.markdown.jupyter .fa-battery-empty:before { +.markup.jupyter .fa-battery-0:before, +.markup.jupyter .fa-battery-empty:before { content: "\f244"; } -.markdown.jupyter .fa-mouse-pointer:before { +.markup.jupyter .fa-mouse-pointer:before { content: "\f245"; } -.markdown.jupyter .fa-i-cursor:before { +.markup.jupyter .fa-i-cursor:before { content: "\f246"; } -.markdown.jupyter .fa-object-group:before { +.markup.jupyter .fa-object-group:before { content: "\f247"; } -.markdown.jupyter .fa-object-ungroup:before { +.markup.jupyter .fa-object-ungroup:before { content: "\f248"; } -.markdown.jupyter .fa-sticky-note:before { +.markup.jupyter .fa-sticky-note:before { content: "\f249"; } -.markdown.jupyter .fa-sticky-note-o:before { +.markup.jupyter .fa-sticky-note-o:before { content: "\f24a"; } -.markdown.jupyter .fa-cc-jcb:before { +.markup.jupyter .fa-cc-jcb:before { content: "\f24b"; } -.markdown.jupyter .fa-cc-diners-club:before { +.markup.jupyter .fa-cc-diners-club:before { content: "\f24c"; } -.markdown.jupyter .fa-clone:before { +.markup.jupyter .fa-clone:before { content: "\f24d"; } -.markdown.jupyter .fa-balance-scale:before { +.markup.jupyter .fa-balance-scale:before { content: "\f24e"; } -.markdown.jupyter .fa-hourglass-o:before { +.markup.jupyter .fa-hourglass-o:before { content: "\f250"; } -.markdown.jupyter .fa-hourglass-1:before, -.markdown.jupyter .fa-hourglass-start:before { +.markup.jupyter .fa-hourglass-1:before, +.markup.jupyter .fa-hourglass-start:before { content: "\f251"; } -.markdown.jupyter .fa-hourglass-2:before, -.markdown.jupyter .fa-hourglass-half:before { +.markup.jupyter .fa-hourglass-2:before, +.markup.jupyter .fa-hourglass-half:before { content: "\f252"; } -.markdown.jupyter .fa-hourglass-3:before, -.markdown.jupyter .fa-hourglass-end:before { +.markup.jupyter .fa-hourglass-3:before, +.markup.jupyter .fa-hourglass-end:before { content: "\f253"; } -.markdown.jupyter .fa-hourglass:before { +.markup.jupyter .fa-hourglass:before { content: "\f254"; } -.markdown.jupyter .fa-hand-grab-o:before, -.markdown.jupyter .fa-hand-rock-o:before { +.markup.jupyter .fa-hand-grab-o:before, +.markup.jupyter .fa-hand-rock-o:before { content: "\f255"; } -.markdown.jupyter .fa-hand-stop-o:before, -.markdown.jupyter .fa-hand-paper-o:before { +.markup.jupyter .fa-hand-stop-o:before, +.markup.jupyter .fa-hand-paper-o:before { content: "\f256"; } -.markdown.jupyter .fa-hand-scissors-o:before { +.markup.jupyter .fa-hand-scissors-o:before { content: "\f257"; } -.markdown.jupyter .fa-hand-lizard-o:before { +.markup.jupyter .fa-hand-lizard-o:before { content: "\f258"; } -.markdown.jupyter .fa-hand-spock-o:before { +.markup.jupyter .fa-hand-spock-o:before { content: "\f259"; } -.markdown.jupyter .fa-hand-pointer-o:before { +.markup.jupyter .fa-hand-pointer-o:before { content: "\f25a"; } -.markdown.jupyter .fa-hand-peace-o:before { +.markup.jupyter .fa-hand-peace-o:before { content: "\f25b"; } -.markdown.jupyter .fa-trademark:before { +.markup.jupyter .fa-trademark:before { content: "\f25c"; } -.markdown.jupyter .fa-registered:before { +.markup.jupyter .fa-registered:before { content: "\f25d"; } -.markdown.jupyter .fa-creative-commons:before { +.markup.jupyter .fa-creative-commons:before { content: "\f25e"; } -.markdown.jupyter .fa-gg:before { +.markup.jupyter .fa-gg:before { content: "\f260"; } -.markdown.jupyter .fa-gg-circle:before { +.markup.jupyter .fa-gg-circle:before { content: "\f261"; } -.markdown.jupyter .fa-tripadvisor:before { +.markup.jupyter .fa-tripadvisor:before { content: "\f262"; } -.markdown.jupyter .fa-odnoklassniki:before { +.markup.jupyter .fa-odnoklassniki:before { content: "\f263"; } -.markdown.jupyter .fa-odnoklassniki-square:before { +.markup.jupyter .fa-odnoklassniki-square:before { content: "\f264"; } -.markdown.jupyter .fa-get-pocket:before { +.markup.jupyter .fa-get-pocket:before { content: "\f265"; } -.markdown.jupyter .fa-wikipedia-w:before { +.markup.jupyter .fa-wikipedia-w:before { content: "\f266"; } -.markdown.jupyter .fa-safari:before { +.markup.jupyter .fa-safari:before { content: "\f267"; } -.markdown.jupyter .fa-chrome:before { +.markup.jupyter .fa-chrome:before { content: "\f268"; } -.markdown.jupyter .fa-firefox:before { +.markup.jupyter .fa-firefox:before { content: "\f269"; } -.markdown.jupyter .fa-opera:before { +.markup.jupyter .fa-opera:before { content: "\f26a"; } -.markdown.jupyter .fa-internet-explorer:before { +.markup.jupyter .fa-internet-explorer:before { content: "\f26b"; } -.markdown.jupyter .fa-tv:before, -.markdown.jupyter .fa-television:before { +.markup.jupyter .fa-tv:before, +.markup.jupyter .fa-television:before { content: "\f26c"; } -.markdown.jupyter .fa-contao:before { +.markup.jupyter .fa-contao:before { content: "\f26d"; } -.markdown.jupyter .fa-500px:before { +.markup.jupyter .fa-500px:before { content: "\f26e"; } -.markdown.jupyter .fa-amazon:before { +.markup.jupyter .fa-amazon:before { content: "\f270"; } -.markdown.jupyter .fa-calendar-plus-o:before { +.markup.jupyter .fa-calendar-plus-o:before { content: "\f271"; } -.markdown.jupyter .fa-calendar-minus-o:before { +.markup.jupyter .fa-calendar-minus-o:before { content: "\f272"; } -.markdown.jupyter .fa-calendar-times-o:before { +.markup.jupyter .fa-calendar-times-o:before { content: "\f273"; } -.markdown.jupyter .fa-calendar-check-o:before { +.markup.jupyter .fa-calendar-check-o:before { content: "\f274"; } -.markdown.jupyter .fa-industry:before { +.markup.jupyter .fa-industry:before { content: "\f275"; } -.markdown.jupyter .fa-map-pin:before { +.markup.jupyter .fa-map-pin:before { content: "\f276"; } -.markdown.jupyter .fa-map-signs:before { +.markup.jupyter .fa-map-signs:before { content: "\f277"; } -.markdown.jupyter .fa-map-o:before { +.markup.jupyter .fa-map-o:before { content: "\f278"; } -.markdown.jupyter .fa-map:before { +.markup.jupyter .fa-map:before { content: "\f279"; } -.markdown.jupyter .fa-commenting:before { +.markup.jupyter .fa-commenting:before { content: "\f27a"; } -.markdown.jupyter .fa-commenting-o:before { +.markup.jupyter .fa-commenting-o:before { content: "\f27b"; } -.markdown.jupyter .fa-houzz:before { +.markup.jupyter .fa-houzz:before { content: "\f27c"; } -.markdown.jupyter .fa-vimeo:before { +.markup.jupyter .fa-vimeo:before { content: "\f27d"; } -.markdown.jupyter .fa-black-tie:before { +.markup.jupyter .fa-black-tie:before { content: "\f27e"; } -.markdown.jupyter .fa-fonticons:before { +.markup.jupyter .fa-fonticons:before { content: "\f280"; } -.markdown.jupyter .fa-reddit-alien:before { +.markup.jupyter .fa-reddit-alien:before { content: "\f281"; } -.markdown.jupyter .fa-edge:before { +.markup.jupyter .fa-edge:before { content: "\f282"; } -.markdown.jupyter .fa-credit-card-alt:before { +.markup.jupyter .fa-credit-card-alt:before { content: "\f283"; } -.markdown.jupyter .fa-codiepie:before { +.markup.jupyter .fa-codiepie:before { content: "\f284"; } -.markdown.jupyter .fa-modx:before { +.markup.jupyter .fa-modx:before { content: "\f285"; } -.markdown.jupyter .fa-fort-awesome:before { +.markup.jupyter .fa-fort-awesome:before { content: "\f286"; } -.markdown.jupyter .fa-usb:before { +.markup.jupyter .fa-usb:before { content: "\f287"; } -.markdown.jupyter .fa-product-hunt:before { +.markup.jupyter .fa-product-hunt:before { content: "\f288"; } -.markdown.jupyter .fa-mixcloud:before { +.markup.jupyter .fa-mixcloud:before { content: "\f289"; } -.markdown.jupyter .fa-scribd:before { +.markup.jupyter .fa-scribd:before { content: "\f28a"; } -.markdown.jupyter .fa-pause-circle:before { +.markup.jupyter .fa-pause-circle:before { content: "\f28b"; } -.markdown.jupyter .fa-pause-circle-o:before { +.markup.jupyter .fa-pause-circle-o:before { content: "\f28c"; } -.markdown.jupyter .fa-stop-circle:before { +.markup.jupyter .fa-stop-circle:before { content: "\f28d"; } -.markdown.jupyter .fa-stop-circle-o:before { +.markup.jupyter .fa-stop-circle-o:before { content: "\f28e"; } -.markdown.jupyter .fa-shopping-bag:before { +.markup.jupyter .fa-shopping-bag:before { content: "\f290"; } -.markdown.jupyter .fa-shopping-basket:before { +.markup.jupyter .fa-shopping-basket:before { content: "\f291"; } -.markdown.jupyter .fa-hashtag:before { +.markup.jupyter .fa-hashtag:before { content: "\f292"; } -.markdown.jupyter .fa-bluetooth:before { +.markup.jupyter .fa-bluetooth:before { content: "\f293"; } -.markdown.jupyter .fa-bluetooth-b:before { +.markup.jupyter .fa-bluetooth-b:before { content: "\f294"; } -.markdown.jupyter .fa-percent:before { +.markup.jupyter .fa-percent:before { content: "\f295"; } -.markdown.jupyter .fa-gitlab:before { +.markup.jupyter .fa-gitlab:before { content: "\f296"; } -.markdown.jupyter .fa-wpbeginner:before { +.markup.jupyter .fa-wpbeginner:before { content: "\f297"; } -.markdown.jupyter .fa-wpforms:before { +.markup.jupyter .fa-wpforms:before { content: "\f298"; } -.markdown.jupyter .fa-envira:before { +.markup.jupyter .fa-envira:before { content: "\f299"; } -.markdown.jupyter .fa-universal-access:before { +.markup.jupyter .fa-universal-access:before { content: "\f29a"; } -.markdown.jupyter .fa-wheelchair-alt:before { +.markup.jupyter .fa-wheelchair-alt:before { content: "\f29b"; } -.markdown.jupyter .fa-question-circle-o:before { +.markup.jupyter .fa-question-circle-o:before { content: "\f29c"; } -.markdown.jupyter .fa-blind:before { +.markup.jupyter .fa-blind:before { content: "\f29d"; } -.markdown.jupyter .fa-audio-description:before { +.markup.jupyter .fa-audio-description:before { content: "\f29e"; } -.markdown.jupyter .fa-volume-control-phone:before { +.markup.jupyter .fa-volume-control-phone:before { content: "\f2a0"; } -.markdown.jupyter .fa-braille:before { +.markup.jupyter .fa-braille:before { content: "\f2a1"; } -.markdown.jupyter .fa-assistive-listening-systems:before { +.markup.jupyter .fa-assistive-listening-systems:before { content: "\f2a2"; } -.markdown.jupyter .fa-asl-interpreting:before, -.markdown.jupyter .fa-american-sign-language-interpreting:before { +.markup.jupyter .fa-asl-interpreting:before, +.markup.jupyter .fa-american-sign-language-interpreting:before { content: "\f2a3"; } -.markdown.jupyter .fa-deafness:before, -.markdown.jupyter .fa-hard-of-hearing:before, -.markdown.jupyter .fa-deaf:before { +.markup.jupyter .fa-deafness:before, +.markup.jupyter .fa-hard-of-hearing:before, +.markup.jupyter .fa-deaf:before { content: "\f2a4"; } -.markdown.jupyter .fa-glide:before { +.markup.jupyter .fa-glide:before { content: "\f2a5"; } -.markdown.jupyter .fa-glide-g:before { +.markup.jupyter .fa-glide-g:before { content: "\f2a6"; } -.markdown.jupyter .fa-signing:before, -.markdown.jupyter .fa-sign-language:before { +.markup.jupyter .fa-signing:before, +.markup.jupyter .fa-sign-language:before { content: "\f2a7"; } -.markdown.jupyter .fa-low-vision:before { +.markup.jupyter .fa-low-vision:before { content: "\f2a8"; } -.markdown.jupyter .fa-viadeo:before { +.markup.jupyter .fa-viadeo:before { content: "\f2a9"; } -.markdown.jupyter .fa-viadeo-square:before { +.markup.jupyter .fa-viadeo-square:before { content: "\f2aa"; } -.markdown.jupyter .fa-snapchat:before { +.markup.jupyter .fa-snapchat:before { content: "\f2ab"; } -.markdown.jupyter .fa-snapchat-ghost:before { +.markup.jupyter .fa-snapchat-ghost:before { content: "\f2ac"; } -.markdown.jupyter .fa-snapchat-square:before { +.markup.jupyter .fa-snapchat-square:before { content: "\f2ad"; } -.markdown.jupyter .fa-pied-piper:before { +.markup.jupyter .fa-pied-piper:before { content: "\f2ae"; } -.markdown.jupyter .fa-first-order:before { +.markup.jupyter .fa-first-order:before { content: "\f2b0"; } -.markdown.jupyter .fa-yoast:before { +.markup.jupyter .fa-yoast:before { content: "\f2b1"; } -.markdown.jupyter .fa-themeisle:before { +.markup.jupyter .fa-themeisle:before { content: "\f2b2"; } -.markdown.jupyter .fa-google-plus-circle:before, -.markdown.jupyter .fa-google-plus-official:before { +.markup.jupyter .fa-google-plus-circle:before, +.markup.jupyter .fa-google-plus-official:before { content: "\f2b3"; } -.markdown.jupyter .fa-fa:before, -.markdown.jupyter .fa-font-awesome:before { +.markup.jupyter .fa-fa:before, +.markup.jupyter .fa-font-awesome:before { content: "\f2b4"; } -.markdown.jupyter .fa-handshake-o:before { +.markup.jupyter .fa-handshake-o:before { content: "\f2b5"; } -.markdown.jupyter .fa-envelope-open:before { +.markup.jupyter .fa-envelope-open:before { content: "\f2b6"; } -.markdown.jupyter .fa-envelope-open-o:before { +.markup.jupyter .fa-envelope-open-o:before { content: "\f2b7"; } -.markdown.jupyter .fa-linode:before { +.markup.jupyter .fa-linode:before { content: "\f2b8"; } -.markdown.jupyter .fa-address-book:before { +.markup.jupyter .fa-address-book:before { content: "\f2b9"; } -.markdown.jupyter .fa-address-book-o:before { +.markup.jupyter .fa-address-book-o:before { content: "\f2ba"; } -.markdown.jupyter .fa-vcard:before, -.markdown.jupyter .fa-address-card:before { +.markup.jupyter .fa-vcard:before, +.markup.jupyter .fa-address-card:before { content: "\f2bb"; } -.markdown.jupyter .fa-vcard-o:before, -.markdown.jupyter .fa-address-card-o:before { +.markup.jupyter .fa-vcard-o:before, +.markup.jupyter .fa-address-card-o:before { content: "\f2bc"; } -.markdown.jupyter .fa-user-circle:before { +.markup.jupyter .fa-user-circle:before { content: "\f2bd"; } -.markdown.jupyter .fa-user-circle-o:before { +.markup.jupyter .fa-user-circle-o:before { content: "\f2be"; } -.markdown.jupyter .fa-user-o:before { +.markup.jupyter .fa-user-o:before { content: "\f2c0"; } -.markdown.jupyter .fa-id-badge:before { +.markup.jupyter .fa-id-badge:before { content: "\f2c1"; } -.markdown.jupyter .fa-drivers-license:before, -.markdown.jupyter .fa-id-card:before { +.markup.jupyter .fa-drivers-license:before, +.markup.jupyter .fa-id-card:before { content: "\f2c2"; } -.markdown.jupyter .fa-drivers-license-o:before, -.markdown.jupyter .fa-id-card-o:before { +.markup.jupyter .fa-drivers-license-o:before, +.markup.jupyter .fa-id-card-o:before { content: "\f2c3"; } -.markdown.jupyter .fa-quora:before { +.markup.jupyter .fa-quora:before { content: "\f2c4"; } -.markdown.jupyter .fa-free-code-camp:before { +.markup.jupyter .fa-free-code-camp:before { content: "\f2c5"; } -.markdown.jupyter .fa-telegram:before { +.markup.jupyter .fa-telegram:before { content: "\f2c6"; } -.markdown.jupyter .fa-thermometer-4:before, -.markdown.jupyter .fa-thermometer:before, -.markdown.jupyter .fa-thermometer-full:before { +.markup.jupyter .fa-thermometer-4:before, +.markup.jupyter .fa-thermometer:before, +.markup.jupyter .fa-thermometer-full:before { content: "\f2c7"; } -.markdown.jupyter .fa-thermometer-3:before, -.markdown.jupyter .fa-thermometer-three-quarters:before { +.markup.jupyter .fa-thermometer-3:before, +.markup.jupyter .fa-thermometer-three-quarters:before { content: "\f2c8"; } -.markdown.jupyter .fa-thermometer-2:before, -.markdown.jupyter .fa-thermometer-half:before { +.markup.jupyter .fa-thermometer-2:before, +.markup.jupyter .fa-thermometer-half:before { content: "\f2c9"; } -.markdown.jupyter .fa-thermometer-1:before, -.markdown.jupyter .fa-thermometer-quarter:before { +.markup.jupyter .fa-thermometer-1:before, +.markup.jupyter .fa-thermometer-quarter:before { content: "\f2ca"; } -.markdown.jupyter .fa-thermometer-0:before, -.markdown.jupyter .fa-thermometer-empty:before { +.markup.jupyter .fa-thermometer-0:before, +.markup.jupyter .fa-thermometer-empty:before { content: "\f2cb"; } -.markdown.jupyter .fa-shower:before { +.markup.jupyter .fa-shower:before { content: "\f2cc"; } -.markdown.jupyter .fa-bathtub:before, -.markdown.jupyter .fa-s15:before, -.markdown.jupyter .fa-bath:before { +.markup.jupyter .fa-bathtub:before, +.markup.jupyter .fa-s15:before, +.markup.jupyter .fa-bath:before { content: "\f2cd"; } -.markdown.jupyter .fa-podcast:before { +.markup.jupyter .fa-podcast:before { content: "\f2ce"; } -.markdown.jupyter .fa-window-maximize:before { +.markup.jupyter .fa-window-maximize:before { content: "\f2d0"; } -.markdown.jupyter .fa-window-minimize:before { +.markup.jupyter .fa-window-minimize:before { content: "\f2d1"; } -.markdown.jupyter .fa-window-restore:before { +.markup.jupyter .fa-window-restore:before { content: "\f2d2"; } -.markdown.jupyter .fa-times-rectangle:before, -.markdown.jupyter .fa-window-close:before { +.markup.jupyter .fa-times-rectangle:before, +.markup.jupyter .fa-window-close:before { content: "\f2d3"; } -.markdown.jupyter .fa-times-rectangle-o:before, -.markdown.jupyter .fa-window-close-o:before { +.markup.jupyter .fa-times-rectangle-o:before, +.markup.jupyter .fa-window-close-o:before { content: "\f2d4"; } -.markdown.jupyter .fa-bandcamp:before { +.markup.jupyter .fa-bandcamp:before { content: "\f2d5"; } -.markdown.jupyter .fa-grav:before { +.markup.jupyter .fa-grav:before { content: "\f2d6"; } -.markdown.jupyter .fa-etsy:before { +.markup.jupyter .fa-etsy:before { content: "\f2d7"; } -.markdown.jupyter .fa-imdb:before { +.markup.jupyter .fa-imdb:before { content: "\f2d8"; } -.markdown.jupyter .fa-ravelry:before { +.markup.jupyter .fa-ravelry:before { content: "\f2d9"; } -.markdown.jupyter .fa-eercast:before { +.markup.jupyter .fa-eercast:before { content: "\f2da"; } -.markdown.jupyter .fa-microchip:before { +.markup.jupyter .fa-microchip:before { content: "\f2db"; } -.markdown.jupyter .fa-snowflake-o:before { +.markup.jupyter .fa-snowflake-o:before { content: "\f2dc"; } -.markdown.jupyter .fa-superpowers:before { +.markup.jupyter .fa-superpowers:before { content: "\f2dd"; } -.markdown.jupyter .fa-wpexplorer:before { +.markup.jupyter .fa-wpexplorer:before { content: "\f2de"; } -.markdown.jupyter .fa-meetup:before { +.markup.jupyter .fa-meetup:before { content: "\f2e0"; } -.markdown.jupyter .sr-only { +.markup.jupyter .sr-only { position: absolute; width: 1px; height: 1px; @@ -9338,8 +9338,8 @@ Adapted from GitHub theme clip: rect(0, 0, 0, 0); border: 0; } -.markdown.jupyter .sr-only-focusable:active, -.markdown.jupyter .sr-only-focusable:focus { +.markup.jupyter .sr-only-focusable:active, +.markup.jupyter .sr-only-focusable:focus { position: static; width: auto; height: auto; @@ -9347,8 +9347,8 @@ Adapted from GitHub theme overflow: visible; clip: auto; } -.markdown.jupyter .sr-only-focusable:active, -.markdown.jupyter .sr-only-focusable:focus { +.markup.jupyter .sr-only-focusable:active, +.markup.jupyter .sr-only-focusable:focus { position: static; width: auto; height: auto; @@ -9356,34 +9356,34 @@ Adapted from GitHub theme overflow: visible; clip: auto; } -.markdown.jupyter .modal.fade .modal-dialog { +.markup.jupyter .modal.fade .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } -.markdown.jupyter code { +.markup.jupyter code { color: #000; } -.markdown.jupyter pre { +.markup.jupyter pre { font-size: inherit; line-height: inherit; } -.markdown.jupyter label { +.markup.jupyter label { font-weight: normal; } -.markdown.jupyter .border-box-sizing { +.markup.jupyter .border-box-sizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } -.markdown.jupyter .corner-all { +.markup.jupyter .corner-all { border-radius: 2px; } -.markdown.jupyter .no-padding { +.markup.jupyter .no-padding { padding: 0px; } -.markdown.jupyter .hbox { +.markup.jupyter .hbox { /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; @@ -9399,7 +9399,7 @@ Adapted from GitHub theme flex-direction: row; align-items: stretch; } -.markdown.jupyter .hbox > * { +.markup.jupyter .hbox > * { /* Old browsers */ -webkit-box-flex: 0; -moz-box-flex: 0; @@ -9407,7 +9407,7 @@ Adapted from GitHub theme /* Modern browsers */ flex: none; } -.markdown.jupyter .vbox { +.markup.jupyter .vbox { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; @@ -9423,7 +9423,7 @@ Adapted from GitHub theme flex-direction: column; align-items: stretch; } -.markdown.jupyter .vbox > * { +.markup.jupyter .vbox > * { /* Old browsers */ -webkit-box-flex: 0; -moz-box-flex: 0; @@ -9431,9 +9431,9 @@ Adapted from GitHub theme /* Modern browsers */ flex: none; } -.markdown.jupyter .hbox.reverse, -.markdown.jupyter .vbox.reverse, -.markdown.jupyter .reverse { +.markup.jupyter .hbox.reverse, +.markup.jupyter .vbox.reverse, +.markup.jupyter .reverse { /* Old browsers */ -webkit-box-direction: reverse; -moz-box-direction: reverse; @@ -9441,9 +9441,9 @@ Adapted from GitHub theme /* Modern browsers */ flex-direction: row-reverse; } -.markdown.jupyter .hbox.box-flex0, -.markdown.jupyter .vbox.box-flex0, -.markdown.jupyter .box-flex0 { +.markup.jupyter .hbox.box-flex0, +.markup.jupyter .vbox.box-flex0, +.markup.jupyter .box-flex0 { /* Old browsers */ -webkit-box-flex: 0; -moz-box-flex: 0; @@ -9452,9 +9452,9 @@ Adapted from GitHub theme flex: none; width: auto; } -.markdown.jupyter .hbox.box-flex1, -.markdown.jupyter .vbox.box-flex1, -.markdown.jupyter .box-flex1 { +.markup.jupyter .hbox.box-flex1, +.markup.jupyter .vbox.box-flex1, +.markup.jupyter .box-flex1 { /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; @@ -9462,9 +9462,9 @@ Adapted from GitHub theme /* Modern browsers */ flex: 1; } -.markdown.jupyter .hbox.box-flex, -.markdown.jupyter .vbox.box-flex, -.markdown.jupyter .box-flex { +.markup.jupyter .hbox.box-flex, +.markup.jupyter .vbox.box-flex, +.markup.jupyter .box-flex { /* Old browsers */ /* Old browsers */ -webkit-box-flex: 1; @@ -9473,9 +9473,9 @@ Adapted from GitHub theme /* Modern browsers */ flex: 1; } -.markdown.jupyter .hbox.box-flex2, -.markdown.jupyter .vbox.box-flex2, -.markdown.jupyter .box-flex2 { +.markup.jupyter .hbox.box-flex2, +.markup.jupyter .vbox.box-flex2, +.markup.jupyter .box-flex2 { /* Old browsers */ -webkit-box-flex: 2; -moz-box-flex: 2; @@ -9483,21 +9483,21 @@ Adapted from GitHub theme /* Modern browsers */ flex: 2; } -.markdown.jupyter .box-group1 { +.markup.jupyter .box-group1 { /* Deprecated */ -webkit-box-flex-group: 1; -moz-box-flex-group: 1; box-flex-group: 1; } -.markdown.jupyter .box-group2 { +.markup.jupyter .box-group2 { /* Deprecated */ -webkit-box-flex-group: 2; -moz-box-flex-group: 2; box-flex-group: 2; } -.markdown.jupyter .hbox.start, -.markdown.jupyter .vbox.start, -.markdown.jupyter .start { +.markup.jupyter .hbox.start, +.markup.jupyter .vbox.start, +.markup.jupyter .start { /* Old browsers */ -webkit-box-pack: start; -moz-box-pack: start; @@ -9505,9 +9505,9 @@ Adapted from GitHub theme /* Modern browsers */ justify-content: flex-start; } -.markdown.jupyter .hbox.end, -.markdown.jupyter .vbox.end, -.markdown.jupyter .end { +.markup.jupyter .hbox.end, +.markup.jupyter .vbox.end, +.markup.jupyter .end { /* Old browsers */ -webkit-box-pack: end; -moz-box-pack: end; @@ -9515,9 +9515,9 @@ Adapted from GitHub theme /* Modern browsers */ justify-content: flex-end; } -.markdown.jupyter .hbox.center, -.markdown.jupyter .vbox.center, -.markdown.jupyter .center { +.markup.jupyter .hbox.center, +.markup.jupyter .vbox.center, +.markup.jupyter .center { /* Old browsers */ -webkit-box-pack: center; -moz-box-pack: center; @@ -9525,9 +9525,9 @@ Adapted from GitHub theme /* Modern browsers */ justify-content: center; } -.markdown.jupyter .hbox.baseline, -.markdown.jupyter .vbox.baseline, -.markdown.jupyter .baseline { +.markup.jupyter .hbox.baseline, +.markup.jupyter .vbox.baseline, +.markup.jupyter .baseline { /* Old browsers */ -webkit-box-pack: baseline; -moz-box-pack: baseline; @@ -9535,9 +9535,9 @@ Adapted from GitHub theme /* Modern browsers */ justify-content: baseline; } -.markdown.jupyter .hbox.stretch, -.markdown.jupyter .vbox.stretch, -.markdown.jupyter .stretch { +.markup.jupyter .hbox.stretch, +.markup.jupyter .vbox.stretch, +.markup.jupyter .stretch { /* Old browsers */ -webkit-box-pack: stretch; -moz-box-pack: stretch; @@ -9545,9 +9545,9 @@ Adapted from GitHub theme /* Modern browsers */ justify-content: stretch; } -.markdown.jupyter .hbox.align-start, -.markdown.jupyter .vbox.align-start, -.markdown.jupyter .align-start { +.markup.jupyter .hbox.align-start, +.markup.jupyter .vbox.align-start, +.markup.jupyter .align-start { /* Old browsers */ -webkit-box-align: start; -moz-box-align: start; @@ -9555,9 +9555,9 @@ Adapted from GitHub theme /* Modern browsers */ align-items: flex-start; } -.markdown.jupyter .hbox.align-end, -.markdown.jupyter .vbox.align-end, -.markdown.jupyter .align-end { +.markup.jupyter .hbox.align-end, +.markup.jupyter .vbox.align-end, +.markup.jupyter .align-end { /* Old browsers */ -webkit-box-align: end; -moz-box-align: end; @@ -9565,9 +9565,9 @@ Adapted from GitHub theme /* Modern browsers */ align-items: flex-end; } -.markdown.jupyter .hbox.align-center, -.markdown.jupyter .vbox.align-center, -.markdown.jupyter .align-center { +.markup.jupyter .hbox.align-center, +.markup.jupyter .vbox.align-center, +.markup.jupyter .align-center { /* Old browsers */ -webkit-box-align: center; -moz-box-align: center; @@ -9575,9 +9575,9 @@ Adapted from GitHub theme /* Modern browsers */ align-items: center; } -.markdown.jupyter .hbox.align-baseline, -.markdown.jupyter .vbox.align-baseline, -.markdown.jupyter .align-baseline { +.markup.jupyter .hbox.align-baseline, +.markup.jupyter .vbox.align-baseline, +.markup.jupyter .align-baseline { /* Old browsers */ -webkit-box-align: baseline; -moz-box-align: baseline; @@ -9585,9 +9585,9 @@ Adapted from GitHub theme /* Modern browsers */ align-items: baseline; } -.markdown.jupyter .hbox.align-stretch, -.markdown.jupyter .vbox.align-stretch, -.markdown.jupyter .align-stretch { +.markup.jupyter .hbox.align-stretch, +.markup.jupyter .vbox.align-stretch, +.markup.jupyter .align-stretch { /* Old browsers */ -webkit-box-align: stretch; -moz-box-align: stretch; @@ -9595,28 +9595,28 @@ Adapted from GitHub theme /* Modern browsers */ align-items: stretch; } -.markdown.jupyter div.error { +.markup.jupyter div.error { margin: 2em; text-align: center; } -.markdown.jupyter div.error > h1 { +.markup.jupyter div.error > h1 { font-size: 500%; line-height: normal; } -.markdown.jupyter div.error > p { +.markup.jupyter div.error > p { font-size: 200%; line-height: normal; } -.markdown.jupyter div.traceback-wrapper { +.markup.jupyter div.traceback-wrapper { text-align: left; max-width: 800px; margin: auto; } -.markdown.jupyter div.traceback-wrapper pre.traceback { +.markup.jupyter div.traceback-wrapper pre.traceback { max-height: 600px; overflow: auto; } -.markdown.jupyter body { +.markup.jupyter body { background-color: #fff; /* This makes sure that the body covers the entire window and needs to be in a different element than the display: box in wrapper below */ @@ -9627,7 +9627,7 @@ Adapted from GitHub theme bottom: 0px; overflow: visible; } -.markdown.jupyter body > #header { +.markup.jupyter body > #header { /* Initially hidden to prevent FLOUC */ display: none; background-color: #fff; @@ -9635,7 +9635,7 @@ Adapted from GitHub theme position: relative; z-index: 100; } -.markdown.jupyter body > #header #header-container { +.markup.jupyter body > #header #header-container { display: flex; flex-direction: row; justify-content: space-between; @@ -9646,43 +9646,43 @@ Adapted from GitHub theme -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } -.markdown.jupyter body > #header .header-bar { +.markup.jupyter body > #header .header-bar { width: 100%; height: 1px; background: #e7e7e7; margin-bottom: -1px; } @media print { - .markdown.jupyter body > #header { + .markup.jupyter body > #header { display: none !important; } } -.markdown.jupyter #header-spacer { +.markup.jupyter #header-spacer { width: 100%; visibility: hidden; } @media print { - .markdown.jupyter #header-spacer { + .markup.jupyter #header-spacer { display: none; } } -.markdown.jupyter #ipython_notebook { +.markup.jupyter #ipython_notebook { padding-left: 0px; padding-top: 1px; padding-bottom: 1px; } -.markdown.jupyter [dir="rtl"] #ipython_notebook { +.markup.jupyter [dir="rtl"] #ipython_notebook { margin-right: 10px; margin-left: 0; } -.markdown.jupyter [dir="rtl"] #ipython_notebook.pull-left { +.markup.jupyter [dir="rtl"] #ipython_notebook.pull-left { float: right !important; float: right; } -.markdown.jupyter .flex-spacer { +.markup.jupyter .flex-spacer { flex: 1; } -.markdown.jupyter #noscript { +.markup.jupyter #noscript { width: auto; padding-top: 16px; padding-bottom: 16px; @@ -9691,10 +9691,10 @@ Adapted from GitHub theme color: red; font-weight: bold; } -.markdown.jupyter #ipython_notebook img { +.markup.jupyter #ipython_notebook img { height: 28px; } -.markdown.jupyter #site { +.markup.jupyter #site { width: 100%; display: none; box-sizing: border-box; @@ -9703,119 +9703,119 @@ Adapted from GitHub theme overflow: auto; } @media print { - .markdown.jupyter #site { + .markup.jupyter #site { height: auto !important; } } -.markdown.jupyter .ui-button .ui-button-text { +.markup.jupyter .ui-button .ui-button-text { padding: 0.2em 0.8em; font-size: 77%; } -.markdown.jupyter input.ui-button { +.markup.jupyter input.ui-button { padding: 0.3em 0.9em; } -.markdown.jupyter span#kernel_logo_widget { +.markup.jupyter span#kernel_logo_widget { margin: 0 10px; } -.markdown.jupyter span#login_widget { +.markup.jupyter span#login_widget { float: right; } -.markdown.jupyter [dir="rtl"] span#login_widget { +.markup.jupyter [dir="rtl"] span#login_widget { float: left; } -.markdown.jupyter span#login_widget > .button, -.markdown.jupyter #logout { +.markup.jupyter span#login_widget > .button, +.markup.jupyter #logout { color: #333; background-color: #fff; border-color: #ccc; } -.markdown.jupyter span#login_widget > .button:focus, -.markdown.jupyter #logout:focus, -.markdown.jupyter span#login_widget > .button.focus, -.markdown.jupyter #logout.focus { +.markup.jupyter span#login_widget > .button:focus, +.markup.jupyter #logout:focus, +.markup.jupyter span#login_widget > .button.focus, +.markup.jupyter #logout.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } -.markdown.jupyter span#login_widget > .button:hover, -.markdown.jupyter #logout:hover { +.markup.jupyter span#login_widget > .button:hover, +.markup.jupyter #logout:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } -.markdown.jupyter span#login_widget > .button:active, -.markdown.jupyter #logout:active, -.markdown.jupyter span#login_widget > .button.active, -.markdown.jupyter #logout.active, -.markdown.jupyter .open > .dropdown-togglespan#login_widget > .button, -.markdown.jupyter .open > .dropdown-toggle#logout { +.markup.jupyter span#login_widget > .button:active, +.markup.jupyter #logout:active, +.markup.jupyter span#login_widget > .button.active, +.markup.jupyter #logout.active, +.markup.jupyter .open > .dropdown-togglespan#login_widget > .button, +.markup.jupyter .open > .dropdown-toggle#logout { color: #333; background-color: #e6e6e6; border-color: #adadad; } -.markdown.jupyter span#login_widget > .button:active:hover, -.markdown.jupyter #logout:active:hover, -.markdown.jupyter span#login_widget > .button.active:hover, -.markdown.jupyter #logout.active:hover, -.markdown.jupyter .open > .dropdown-togglespan#login_widget > .button:hover, -.markdown.jupyter .open > .dropdown-toggle#logout:hover, -.markdown.jupyter span#login_widget > .button:active:focus, -.markdown.jupyter #logout:active:focus, -.markdown.jupyter span#login_widget > .button.active:focus, -.markdown.jupyter #logout.active:focus, -.markdown.jupyter .open > .dropdown-togglespan#login_widget > .button:focus, -.markdown.jupyter .open > .dropdown-toggle#logout:focus, -.markdown.jupyter span#login_widget > .button:active.focus, -.markdown.jupyter #logout:active.focus, -.markdown.jupyter span#login_widget > .button.active.focus, -.markdown.jupyter #logout.active.focus, -.markdown.jupyter .open > .dropdown-togglespan#login_widget > .button.focus, -.markdown.jupyter .open > .dropdown-toggle#logout.focus { +.markup.jupyter span#login_widget > .button:active:hover, +.markup.jupyter #logout:active:hover, +.markup.jupyter span#login_widget > .button.active:hover, +.markup.jupyter #logout.active:hover, +.markup.jupyter .open > .dropdown-togglespan#login_widget > .button:hover, +.markup.jupyter .open > .dropdown-toggle#logout:hover, +.markup.jupyter span#login_widget > .button:active:focus, +.markup.jupyter #logout:active:focus, +.markup.jupyter span#login_widget > .button.active:focus, +.markup.jupyter #logout.active:focus, +.markup.jupyter .open > .dropdown-togglespan#login_widget > .button:focus, +.markup.jupyter .open > .dropdown-toggle#logout:focus, +.markup.jupyter span#login_widget > .button:active.focus, +.markup.jupyter #logout:active.focus, +.markup.jupyter span#login_widget > .button.active.focus, +.markup.jupyter #logout.active.focus, +.markup.jupyter .open > .dropdown-togglespan#login_widget > .button.focus, +.markup.jupyter .open > .dropdown-toggle#logout.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } -.markdown.jupyter span#login_widget > .button:active, -.markdown.jupyter #logout:active, -.markdown.jupyter span#login_widget > .button.active, -.markdown.jupyter #logout.active, -.markdown.jupyter .open > .dropdown-togglespan#login_widget > .button, -.markdown.jupyter .open > .dropdown-toggle#logout { +.markup.jupyter span#login_widget > .button:active, +.markup.jupyter #logout:active, +.markup.jupyter span#login_widget > .button.active, +.markup.jupyter #logout.active, +.markup.jupyter .open > .dropdown-togglespan#login_widget > .button, +.markup.jupyter .open > .dropdown-toggle#logout { background-image: none; } -.markdown.jupyter span#login_widget > .button.disabled:hover, -.markdown.jupyter #logout.disabled:hover, -.markdown.jupyter span#login_widget > .button[disabled]:hover, -.markdown.jupyter #logout[disabled]:hover, -.markdown.jupyter fieldset[disabled] span#login_widget > .button:hover, -.markdown.jupyter fieldset[disabled] #logout:hover, -.markdown.jupyter span#login_widget > .button.disabled:focus, -.markdown.jupyter #logout.disabled:focus, -.markdown.jupyter span#login_widget > .button[disabled]:focus, -.markdown.jupyter #logout[disabled]:focus, -.markdown.jupyter fieldset[disabled] span#login_widget > .button:focus, -.markdown.jupyter fieldset[disabled] #logout:focus, -.markdown.jupyter span#login_widget > .button.disabled.focus, -.markdown.jupyter #logout.disabled.focus, -.markdown.jupyter span#login_widget > .button[disabled].focus, -.markdown.jupyter #logout[disabled].focus, -.markdown.jupyter fieldset[disabled] span#login_widget > .button.focus, -.markdown.jupyter fieldset[disabled] #logout.focus { +.markup.jupyter span#login_widget > .button.disabled:hover, +.markup.jupyter #logout.disabled:hover, +.markup.jupyter span#login_widget > .button[disabled]:hover, +.markup.jupyter #logout[disabled]:hover, +.markup.jupyter fieldset[disabled] span#login_widget > .button:hover, +.markup.jupyter fieldset[disabled] #logout:hover, +.markup.jupyter span#login_widget > .button.disabled:focus, +.markup.jupyter #logout.disabled:focus, +.markup.jupyter span#login_widget > .button[disabled]:focus, +.markup.jupyter #logout[disabled]:focus, +.markup.jupyter fieldset[disabled] span#login_widget > .button:focus, +.markup.jupyter fieldset[disabled] #logout:focus, +.markup.jupyter span#login_widget > .button.disabled.focus, +.markup.jupyter #logout.disabled.focus, +.markup.jupyter span#login_widget > .button[disabled].focus, +.markup.jupyter #logout[disabled].focus, +.markup.jupyter fieldset[disabled] span#login_widget > .button.focus, +.markup.jupyter fieldset[disabled] #logout.focus { background-color: #fff; border-color: #ccc; } -.markdown.jupyter span#login_widget > .button .badge, -.markdown.jupyter #logout .badge { +.markup.jupyter span#login_widget > .button .badge, +.markup.jupyter #logout .badge { color: #fff; background-color: #333; } -.markdown.jupyter .nav-header { +.markup.jupyter .nav-header { text-transform: none; } -.markdown.jupyter #header > span { +.markup.jupyter #header > span { margin-top: 10px; } -.markdown.jupyter .modal_stretch .modal-dialog { +.markup.jupyter .modal_stretch .modal-dialog { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; @@ -9832,51 +9832,51 @@ Adapted from GitHub theme align-items: stretch; min-height: 80vh; } -.markdown.jupyter .modal_stretch .modal-dialog .modal-body { +.markup.jupyter .modal_stretch .modal-dialog .modal-body { max-height: calc(100vh - 200px); overflow: auto; flex: 1; } -.markdown.jupyter .modal-header { +.markup.jupyter .modal-header { cursor: move; } @media (min-width: 768px) { - .markdown.jupyter .modal .modal-dialog { + .markup.jupyter .modal .modal-dialog { width: 700px; } } @media (min-width: 768px) { - .markdown.jupyter select.form-control { + .markup.jupyter select.form-control { margin-left: 12px; margin-right: 12px; } } -.markdown.jupyter .center-nav { +.markup.jupyter .center-nav { display: inline-block; margin-bottom: -4px; } -.markdown.jupyter [dir="rtl"] .center-nav form.pull-left { +.markup.jupyter [dir="rtl"] .center-nav form.pull-left { float: right !important; float: right; } -.markdown.jupyter [dir="rtl"] .center-nav .navbar-text { +.markup.jupyter [dir="rtl"] .center-nav .navbar-text { float: right; } -.markdown.jupyter [dir="rtl"] .navbar-inner { +.markup.jupyter [dir="rtl"] .navbar-inner { text-align: right; } -.markdown.jupyter [dir="rtl"] div.text-left { +.markup.jupyter [dir="rtl"] div.text-left { text-align: right; } -.markdown.jupyter .alternate_upload { +.markup.jupyter .alternate_upload { background-color: none; display: inline; } -.markdown.jupyter .alternate_upload.form { +.markup.jupyter .alternate_upload.form { padding: 0; margin: 0; } -.markdown.jupyter .alternate_upload input.fileinput { +.markup.jupyter .alternate_upload input.fileinput { position: absolute; display: block; width: 100%; @@ -9886,107 +9886,107 @@ Adapted from GitHub theme opacity: 0; z-index: 2; } -.markdown.jupyter .alternate_upload .btn-xs > input.fileinput { +.markup.jupyter .alternate_upload .btn-xs > input.fileinput { margin: -1px -5px; } -.markdown.jupyter .alternate_upload .btn-upload { +.markup.jupyter .alternate_upload .btn-upload { position: relative; height: 22px; } -.markdown.jupyter ::-webkit-file-upload-button { +.markup.jupyter ::-webkit-file-upload-button { cursor: pointer; } -.markdown.jupyter ul#tabs { +.markup.jupyter ul#tabs { margin-bottom: 4px; } -.markdown.jupyter ul#tabs a { +.markup.jupyter ul#tabs a { padding-top: 6px; padding-bottom: 4px; } -.markdown.jupyter [dir="rtl"] ul#tabs.nav-tabs > li { +.markup.jupyter [dir="rtl"] ul#tabs.nav-tabs > li { float: right; } -.markdown.jupyter [dir="rtl"] ul#tabs.nav.nav-tabs { +.markup.jupyter [dir="rtl"] ul#tabs.nav.nav-tabs { padding-right: 0; } -.markdown.jupyter ul.breadcrumb a:focus, -.markdown.jupyter ul.breadcrumb a:hover { +.markup.jupyter ul.breadcrumb a:focus, +.markup.jupyter ul.breadcrumb a:hover { text-decoration: none; } -.markdown.jupyter ul.breadcrumb i.icon-home { +.markup.jupyter ul.breadcrumb i.icon-home { font-size: 16px; margin-right: 4px; } -.markdown.jupyter ul.breadcrumb span { +.markup.jupyter ul.breadcrumb span { color: #5e5e5e; } -.markdown.jupyter .list_toolbar { +.markup.jupyter .list_toolbar { padding: 4px 0 4px 0; vertical-align: middle; } -.markdown.jupyter .list_toolbar .tree-buttons { +.markup.jupyter .list_toolbar .tree-buttons { padding-top: 1px; } -.markdown.jupyter [dir="rtl"] .list_toolbar .tree-buttons .pull-right { +.markup.jupyter [dir="rtl"] .list_toolbar .tree-buttons .pull-right { float: left !important; float: left; } -.markdown.jupyter [dir="rtl"] .list_toolbar .col-sm-4, -.markdown.jupyter [dir="rtl"] .list_toolbar .col-sm-8 { +.markup.jupyter [dir="rtl"] .list_toolbar .col-sm-4, +.markup.jupyter [dir="rtl"] .list_toolbar .col-sm-8 { float: right; } -.markdown.jupyter .dynamic-buttons { +.markup.jupyter .dynamic-buttons { padding-top: 3px; display: inline-block; } -.markdown.jupyter .list_toolbar [class*="span"] { +.markup.jupyter .list_toolbar [class*="span"] { min-height: 24px; } -.markdown.jupyter .list_header { +.markup.jupyter .list_header { font-weight: bold; background-color: #EEE; } -.markdown.jupyter .list_placeholder { +.markup.jupyter .list_placeholder { font-weight: bold; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; } -.markdown.jupyter .list_container { +.markup.jupyter .list_container { margin-top: 4px; margin-bottom: 20px; border: 1px solid #ddd; border-radius: 2px; } -.markdown.jupyter .list_container > div { +.markup.jupyter .list_container > div { border-bottom: 1px solid #ddd; } -.markdown.jupyter .list_container > div:hover .list-item { +.markup.jupyter .list_container > div:hover .list-item { background-color: red; } -.markdown.jupyter .list_container > div:last-child { +.markup.jupyter .list_container > div:last-child { border: none; } -.markdown.jupyter .list_item:hover .list_item { +.markup.jupyter .list_item:hover .list_item { background-color: #ddd; } -.markdown.jupyter .list_item a { +.markup.jupyter .list_item a { text-decoration: none; } -.markdown.jupyter .list_item:hover { +.markup.jupyter .list_item:hover { background-color: #fafafa; } -.markdown.jupyter .list_header > div, -.markdown.jupyter .list_item > div { +.markup.jupyter .list_header > div, +.markup.jupyter .list_item > div { padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; line-height: 22px; } -.markdown.jupyter .list_header > div input, -.markdown.jupyter .list_item > div input { +.markup.jupyter .list_header > div input, +.markup.jupyter .list_item > div input { margin-right: 7px; margin-left: 14px; vertical-align: text-bottom; @@ -9994,23 +9994,23 @@ Adapted from GitHub theme position: relative; top: -1px; } -.markdown.jupyter .list_header > div .item_link, -.markdown.jupyter .list_item > div .item_link { +.markup.jupyter .list_header > div .item_link, +.markup.jupyter .list_item > div .item_link { margin-left: -1px; vertical-align: baseline; line-height: 22px; } -.markdown.jupyter [dir="rtl"] .list_item > div input { +.markup.jupyter [dir="rtl"] .list_item > div input { margin-right: 0; } -.markdown.jupyter .new-file input[type=checkbox] { +.markup.jupyter .new-file input[type=checkbox] { visibility: hidden; } -.markdown.jupyter .item_name { +.markup.jupyter .item_name { line-height: 22px; height: 24px; } -.markdown.jupyter .item_icon { +.markup.jupyter .item_icon { font-size: 14px; color: #5e5e5e; margin-right: 7px; @@ -10018,109 +10018,109 @@ Adapted from GitHub theme line-height: 22px; vertical-align: baseline; } -.markdown.jupyter .item_modified { +.markup.jupyter .item_modified { margin-right: 7px; margin-left: 7px; } -.markdown.jupyter [dir="rtl"] .item_modified.pull-right { +.markup.jupyter [dir="rtl"] .item_modified.pull-right { float: left !important; float: left; } -.markdown.jupyter .item_buttons { +.markup.jupyter .item_buttons { line-height: 1em; margin-left: -5px; } -.markdown.jupyter .item_buttons .btn, -.markdown.jupyter .item_buttons .btn-group, -.markdown.jupyter .item_buttons .input-group { +.markup.jupyter .item_buttons .btn, +.markup.jupyter .item_buttons .btn-group, +.markup.jupyter .item_buttons .input-group { float: left; } -.markdown.jupyter .item_buttons > .btn, -.markdown.jupyter .item_buttons > .btn-group, -.markdown.jupyter .item_buttons > .input-group { +.markup.jupyter .item_buttons > .btn, +.markup.jupyter .item_buttons > .btn-group, +.markup.jupyter .item_buttons > .input-group { margin-left: 5px; } -.markdown.jupyter .item_buttons .btn { +.markup.jupyter .item_buttons .btn { min-width: 13ex; } -.markdown.jupyter .item_buttons .running-indicator { +.markup.jupyter .item_buttons .running-indicator { padding-top: 4px; color: #5cb85c; } -.markdown.jupyter .item_buttons .kernel-name { +.markup.jupyter .item_buttons .kernel-name { padding-top: 4px; color: #5bc0de; margin-right: 7px; float: left; } -.markdown.jupyter [dir="rtl"] .item_buttons.pull-right { +.markup.jupyter [dir="rtl"] .item_buttons.pull-right { float: left !important; float: left; } -.markdown.jupyter [dir="rtl"] .item_buttons .kernel-name { +.markup.jupyter [dir="rtl"] .item_buttons .kernel-name { margin-left: 7px; float: right; } -.markdown.jupyter .toolbar_info { +.markup.jupyter .toolbar_info { height: 24px; line-height: 24px; } -.markdown.jupyter .list_item input:not([type=checkbox]) { +.markup.jupyter .list_item input:not([type=checkbox]) { padding-top: 3px; padding-bottom: 3px; height: 22px; line-height: 14px; margin: 0px; } -.markdown.jupyter .highlight_text { +.markup.jupyter .highlight_text { color: blue; } -.markdown.jupyter #project_name { +.markup.jupyter #project_name { display: inline-block; padding-left: 7px; margin-left: -2px; } -.markdown.jupyter #project_name > .breadcrumb { +.markup.jupyter #project_name > .breadcrumb { padding: 0px; margin-bottom: 0px; background-color: transparent; font-weight: bold; } -.markdown.jupyter .sort_button { +.markup.jupyter .sort_button { display: inline-block; padding-left: 7px; } -.markdown.jupyter [dir="rtl"] .sort_button.pull-right { +.markup.jupyter [dir="rtl"] .sort_button.pull-right { float: left !important; float: left; } -.markdown.jupyter #tree-selector { +.markup.jupyter #tree-selector { padding-right: 0px; } -.markdown.jupyter #button-select-all { +.markup.jupyter #button-select-all { min-width: 50px; } -.markdown.jupyter [dir="rtl"] #button-select-all.btn { +.markup.jupyter [dir="rtl"] #button-select-all.btn { float: right ; } -.markdown.jupyter #select-all { +.markup.jupyter #select-all { margin-left: 7px; margin-right: 2px; margin-top: 2px; height: 16px; } -.markdown.jupyter [dir="rtl"] #select-all.pull-left { +.markup.jupyter [dir="rtl"] #select-all.pull-left { float: right !important; float: right; } -.markdown.jupyter .menu_icon { +.markup.jupyter .menu_icon { margin-right: 2px; } -.markdown.jupyter .tab-content .row { +.markup.jupyter .tab-content .row { margin-left: 0px; margin-right: 0px; } -.markdown.jupyter .folder_icon:before { +.markup.jupyter .folder_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; @@ -10129,19 +10129,19 @@ Adapted from GitHub theme -moz-osx-font-smoothing: grayscale; content: "\f114"; } -.markdown.jupyter .folder_icon:before.fa-pull-left { +.markup.jupyter .folder_icon:before.fa-pull-left { margin-right: 0.3em; } -.markdown.jupyter .folder_icon:before.fa-pull-right { +.markup.jupyter .folder_icon:before.fa-pull-right { margin-left: 0.3em; } -.markdown.jupyter .folder_icon:before.pull-left { +.markup.jupyter .folder_icon:before.pull-left { margin-right: 0.3em; } -.markdown.jupyter .folder_icon:before.pull-right { +.markup.jupyter .folder_icon:before.pull-right { margin-left: 0.3em; } -.markdown.jupyter .notebook_icon:before { +.markup.jupyter .notebook_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; @@ -10152,19 +10152,19 @@ Adapted from GitHub theme position: relative; top: -1px; } -.markdown.jupyter .notebook_icon:before.fa-pull-left { +.markup.jupyter .notebook_icon:before.fa-pull-left { margin-right: 0.3em; } -.markdown.jupyter .notebook_icon:before.fa-pull-right { +.markup.jupyter .notebook_icon:before.fa-pull-right { margin-left: 0.3em; } -.markdown.jupyter .notebook_icon:before.pull-left { +.markup.jupyter .notebook_icon:before.pull-left { margin-right: 0.3em; } -.markdown.jupyter .notebook_icon:before.pull-right { +.markup.jupyter .notebook_icon:before.pull-right { margin-left: 0.3em; } -.markdown.jupyter .running_notebook_icon:before { +.markup.jupyter .running_notebook_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; @@ -10176,19 +10176,19 @@ Adapted from GitHub theme top: -1px; color: #5cb85c; } -.markdown.jupyter .running_notebook_icon:before.fa-pull-left { +.markup.jupyter .running_notebook_icon:before.fa-pull-left { margin-right: 0.3em; } -.markdown.jupyter .running_notebook_icon:before.fa-pull-right { +.markup.jupyter .running_notebook_icon:before.fa-pull-right { margin-left: 0.3em; } -.markdown.jupyter .running_notebook_icon:before.pull-left { +.markup.jupyter .running_notebook_icon:before.pull-left { margin-right: 0.3em; } -.markdown.jupyter .running_notebook_icon:before.pull-right { +.markup.jupyter .running_notebook_icon:before.pull-right { margin-left: 0.3em; } -.markdown.jupyter .file_icon:before { +.markup.jupyter .file_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; @@ -10199,51 +10199,51 @@ Adapted from GitHub theme position: relative; top: -2px; } -.markdown.jupyter .file_icon:before.fa-pull-left { +.markup.jupyter .file_icon:before.fa-pull-left { margin-right: 0.3em; } -.markdown.jupyter .file_icon:before.fa-pull-right { +.markup.jupyter .file_icon:before.fa-pull-right { margin-left: 0.3em; } -.markdown.jupyter .file_icon:before.pull-left { +.markup.jupyter .file_icon:before.pull-left { margin-right: 0.3em; } -.markdown.jupyter .file_icon:before.pull-right { +.markup.jupyter .file_icon:before.pull-right { margin-left: 0.3em; } -.markdown.jupyter #notebook_toolbar .pull-right { +.markup.jupyter #notebook_toolbar .pull-right { padding-top: 0px; margin-right: -1px; } -.markdown.jupyter ul#new-menu { +.markup.jupyter ul#new-menu { left: auto; right: 0; } -.markdown.jupyter #new-menu .dropdown-header { +.markup.jupyter #new-menu .dropdown-header { font-size: 10px; border-bottom: 1px solid #e5e5e5; padding: 0 0 3px; margin: -3px 20px 0; } -.markdown.jupyter .kernel-menu-icon { +.markup.jupyter .kernel-menu-icon { padding-right: 12px; width: 24px; content: "\f096"; } -.markdown.jupyter .kernel-menu-icon:before { +.markup.jupyter .kernel-menu-icon:before { content: "\f096"; } -.markdown.jupyter .kernel-menu-icon-current:before { +.markup.jupyter .kernel-menu-icon-current:before { content: "\f00c"; } -.markdown.jupyter #tab_content { +.markup.jupyter #tab_content { padding-top: 20px; } -.markdown.jupyter #running .panel-group .panel { +.markup.jupyter #running .panel-group .panel { margin-top: 3px; margin-bottom: 1em; } -.markdown.jupyter #running .panel-group .panel .panel-heading { +.markup.jupyter #running .panel-group .panel .panel-heading { background-color: #EEE; padding-top: 4px; padding-bottom: 4px; @@ -10251,67 +10251,67 @@ Adapted from GitHub theme padding-right: 7px; line-height: 22px; } -.markdown.jupyter #running .panel-group .panel .panel-heading a:focus, -.markdown.jupyter #running .panel-group .panel .panel-heading a:hover { +.markup.jupyter #running .panel-group .panel .panel-heading a:focus, +.markup.jupyter #running .panel-group .panel .panel-heading a:hover { text-decoration: none; } -.markdown.jupyter #running .panel-group .panel .panel-body { +.markup.jupyter #running .panel-group .panel .panel-body { padding: 0px; } -.markdown.jupyter #running .panel-group .panel .panel-body .list_container { +.markup.jupyter #running .panel-group .panel .panel-body .list_container { margin-top: 0px; margin-bottom: 0px; border: 0px; border-radius: 0px; } -.markdown.jupyter #running .panel-group .panel .panel-body .list_container .list_item { +.markup.jupyter #running .panel-group .panel .panel-body .list_container .list_item { border-bottom: 1px solid #ddd; } -.markdown.jupyter #running .panel-group .panel .panel-body .list_container .list_item:last-child { +.markup.jupyter #running .panel-group .panel .panel-body .list_container .list_item:last-child { border-bottom: 0px; } -.markdown.jupyter .delete-button { +.markup.jupyter .delete-button { display: none; } -.markdown.jupyter .duplicate-button { +.markup.jupyter .duplicate-button { display: none; } -.markdown.jupyter .rename-button { +.markup.jupyter .rename-button { display: none; } -.markdown.jupyter .move-button { +.markup.jupyter .move-button { display: none; } -.markdown.jupyter .download-button { +.markup.jupyter .download-button { display: none; } -.markdown.jupyter .shutdown-button { +.markup.jupyter .shutdown-button { display: none; } -.markdown.jupyter .dynamic-instructions { +.markup.jupyter .dynamic-instructions { display: inline-block; padding-top: 4px; } -.markdown.jupyter .selected-keymap i.fa { +.markup.jupyter .selected-keymap i.fa { padding: 0px 5px; } -.markdown.jupyter .selected-keymap i.fa:before { +.markup.jupyter .selected-keymap i.fa:before { content: "\f00c"; } -.markdown.jupyter #mode-menu { +.markup.jupyter #mode-menu { overflow: auto; max-height: 20em; } -.markdown.jupyter .edit_app #header { +.markup.jupyter .edit_app #header { -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } -.markdown.jupyter .edit_app #menubar .navbar { +.markup.jupyter .edit_app #menubar .navbar { /* Use a negative 1 bottom margin, so the border overlaps the border of the header */ margin-bottom: -1px; } -.markdown.jupyter .dirty-indicator { +.markup.jupyter .dirty-indicator { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; @@ -10320,19 +10320,19 @@ Adapted from GitHub theme -moz-osx-font-smoothing: grayscale; width: 20px; } -.markdown.jupyter .dirty-indicator.fa-pull-left { +.markup.jupyter .dirty-indicator.fa-pull-left { margin-right: 0.3em; } -.markdown.jupyter .dirty-indicator.fa-pull-right { +.markup.jupyter .dirty-indicator.fa-pull-right { margin-left: 0.3em; } -.markdown.jupyter .dirty-indicator.pull-left { +.markup.jupyter .dirty-indicator.pull-left { margin-right: 0.3em; } -.markdown.jupyter .dirty-indicator.pull-right { +.markup.jupyter .dirty-indicator.pull-right { margin-left: 0.3em; } -.markdown.jupyter .dirty-indicator-dirty { +.markup.jupyter .dirty-indicator-dirty { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; @@ -10341,19 +10341,19 @@ Adapted from GitHub theme -moz-osx-font-smoothing: grayscale; width: 20px; } -.markdown.jupyter .dirty-indicator-dirty.fa-pull-left { +.markup.jupyter .dirty-indicator-dirty.fa-pull-left { margin-right: 0.3em; } -.markdown.jupyter .dirty-indicator-dirty.fa-pull-right { +.markup.jupyter .dirty-indicator-dirty.fa-pull-right { margin-left: 0.3em; } -.markdown.jupyter .dirty-indicator-dirty.pull-left { +.markup.jupyter .dirty-indicator-dirty.pull-left { margin-right: 0.3em; } -.markdown.jupyter .dirty-indicator-dirty.pull-right { +.markup.jupyter .dirty-indicator-dirty.pull-right { margin-left: 0.3em; } -.markdown.jupyter .dirty-indicator-clean { +.markup.jupyter .dirty-indicator-clean { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; @@ -10362,19 +10362,19 @@ Adapted from GitHub theme -moz-osx-font-smoothing: grayscale; width: 20px; } -.markdown.jupyter .dirty-indicator-clean.fa-pull-left { +.markup.jupyter .dirty-indicator-clean.fa-pull-left { margin-right: 0.3em; } -.markdown.jupyter .dirty-indicator-clean.fa-pull-right { +.markup.jupyter .dirty-indicator-clean.fa-pull-right { margin-left: 0.3em; } -.markdown.jupyter .dirty-indicator-clean.pull-left { +.markup.jupyter .dirty-indicator-clean.pull-left { margin-right: 0.3em; } -.markdown.jupyter .dirty-indicator-clean.pull-right { +.markup.jupyter .dirty-indicator-clean.pull-right { margin-left: 0.3em; } -.markdown.jupyter .dirty-indicator-clean:before { +.markup.jupyter .dirty-indicator-clean:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; @@ -10383,222 +10383,222 @@ Adapted from GitHub theme -moz-osx-font-smoothing: grayscale; content: "\f00c"; } -.markdown.jupyter .dirty-indicator-clean:before.fa-pull-left { +.markup.jupyter .dirty-indicator-clean:before.fa-pull-left { margin-right: 0.3em; } -.markdown.jupyter .dirty-indicator-clean:before.fa-pull-right { +.markup.jupyter .dirty-indicator-clean:before.fa-pull-right { margin-left: 0.3em; } -.markdown.jupyter .dirty-indicator-clean:before.pull-left { +.markup.jupyter .dirty-indicator-clean:before.pull-left { margin-right: 0.3em; } -.markdown.jupyter .dirty-indicator-clean:before.pull-right { +.markup.jupyter .dirty-indicator-clean:before.pull-right { margin-left: 0.3em; } -.markdown.jupyter #filename { +.markup.jupyter #filename { font-size: 16pt; display: table; padding: 0px 5px; } -.markdown.jupyter #current-mode { +.markup.jupyter #current-mode { padding-left: 5px; padding-right: 5px; } -.markdown.jupyter #texteditor-backdrop { +.markup.jupyter #texteditor-backdrop { padding-top: 20px; padding-bottom: 20px; } @media not print { - .markdown.jupyter #texteditor-backdrop { + .markup.jupyter #texteditor-backdrop { background-color: #EEE; } } @media print { - .markdown.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutter, - .markdown.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutters { + .markup.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutter, + .markup.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { - .markdown.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutter, - .markdown.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutters { + .markup.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutter, + .markup.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { - .markdown.jupyter #texteditor-backdrop #texteditor-container { + .markup.jupyter #texteditor-backdrop #texteditor-container { padding: 0px; background-color: #fff; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } } -.markdown.jupyter .CodeMirror-dialog { +.markup.jupyter .CodeMirror-dialog { background-color: #fff; } -.markdown.jupyter .ansi-black-fg { +.markup.jupyter .ansi-black-fg { color: #3E424D; } -.markdown.jupyter .ansi-black-bg { +.markup.jupyter .ansi-black-bg { background-color: #3E424D; } -.markdown.jupyter .ansi-black-intense-fg { +.markup.jupyter .ansi-black-intense-fg { color: #282C36; } -.markdown.jupyter .ansi-black-intense-bg { +.markup.jupyter .ansi-black-intense-bg { background-color: #282C36; } -.markdown.jupyter .ansi-red-fg { +.markup.jupyter .ansi-red-fg { color: #E75C58; } -.markdown.jupyter .ansi-red-bg { +.markup.jupyter .ansi-red-bg { background-color: #E75C58; } -.markdown.jupyter .ansi-red-intense-fg { +.markup.jupyter .ansi-red-intense-fg { color: #B22B31; } -.markdown.jupyter .ansi-red-intense-bg { +.markup.jupyter .ansi-red-intense-bg { background-color: #B22B31; } -.markdown.jupyter .ansi-green-fg { +.markup.jupyter .ansi-green-fg { color: #00A250; } -.markdown.jupyter .ansi-green-bg { +.markup.jupyter .ansi-green-bg { background-color: #00A250; } -.markdown.jupyter .ansi-green-intense-fg { +.markup.jupyter .ansi-green-intense-fg { color: #007427; } -.markdown.jupyter .ansi-green-intense-bg { +.markup.jupyter .ansi-green-intense-bg { background-color: #007427; } -.markdown.jupyter .ansi-yellow-fg { +.markup.jupyter .ansi-yellow-fg { color: #DDB62B; } -.markdown.jupyter .ansi-yellow-bg { +.markup.jupyter .ansi-yellow-bg { background-color: #DDB62B; } -.markdown.jupyter .ansi-yellow-intense-fg { +.markup.jupyter .ansi-yellow-intense-fg { color: #B27D12; } -.markdown.jupyter .ansi-yellow-intense-bg { +.markup.jupyter .ansi-yellow-intense-bg { background-color: #B27D12; } -.markdown.jupyter .ansi-blue-fg { +.markup.jupyter .ansi-blue-fg { color: #208FFB; } -.markdown.jupyter .ansi-blue-bg { +.markup.jupyter .ansi-blue-bg { background-color: #208FFB; } -.markdown.jupyter .ansi-blue-intense-fg { +.markup.jupyter .ansi-blue-intense-fg { color: #0065CA; } -.markdown.jupyter .ansi-blue-intense-bg { +.markup.jupyter .ansi-blue-intense-bg { background-color: #0065CA; } -.markdown.jupyter .ansi-magenta-fg { +.markup.jupyter .ansi-magenta-fg { color: #D160C4; } -.markdown.jupyter .ansi-magenta-bg { +.markup.jupyter .ansi-magenta-bg { background-color: #D160C4; } -.markdown.jupyter .ansi-magenta-intense-fg { +.markup.jupyter .ansi-magenta-intense-fg { color: #A03196; } -.markdown.jupyter .ansi-magenta-intense-bg { +.markup.jupyter .ansi-magenta-intense-bg { background-color: #A03196; } -.markdown.jupyter .ansi-cyan-fg { +.markup.jupyter .ansi-cyan-fg { color: #60C6C8; } -.markdown.jupyter .ansi-cyan-bg { +.markup.jupyter .ansi-cyan-bg { background-color: #60C6C8; } -.markdown.jupyter .ansi-cyan-intense-fg { +.markup.jupyter .ansi-cyan-intense-fg { color: #258F8F; } -.markdown.jupyter .ansi-cyan-intense-bg { +.markup.jupyter .ansi-cyan-intense-bg { background-color: #258F8F; } -.markdown.jupyter .ansi-white-fg { +.markup.jupyter .ansi-white-fg { color: #C5C1B4; } -.markdown.jupyter .ansi-white-bg { +.markup.jupyter .ansi-white-bg { background-color: #C5C1B4; } -.markdown.jupyter .ansi-white-intense-fg { +.markup.jupyter .ansi-white-intense-fg { color: #A1A6B2; } -.markdown.jupyter .ansi-white-intense-bg { +.markup.jupyter .ansi-white-intense-bg { background-color: #A1A6B2; } -.markdown.jupyter .ansi-default-inverse-fg { +.markup.jupyter .ansi-default-inverse-fg { color: #FFFFFF; } -.markdown.jupyter .ansi-default-inverse-bg { +.markup.jupyter .ansi-default-inverse-bg { background-color: #000000; } -.markdown.jupyter .ansi-bold { +.markup.jupyter .ansi-bold { font-weight: bold; } -.markdown.jupyter .ansi-underline { +.markup.jupyter .ansi-underline { text-decoration: underline; } -.markdown.jupyter .ansibold { +.markup.jupyter .ansibold { font-weight: bold; } -.markdown.jupyter .ansi-inverse { +.markup.jupyter .ansi-inverse { outline: 0.5px dotted; } -.markdown.jupyter .ansiblack { +.markup.jupyter .ansiblack { color: black; } -.markdown.jupyter .ansired { +.markup.jupyter .ansired { color: darkred; } -.markdown.jupyter .ansigreen { +.markup.jupyter .ansigreen { color: darkgreen; } -.markdown.jupyter .ansiyellow { +.markup.jupyter .ansiyellow { color: #c4a000; } -.markdown.jupyter .ansiblue { +.markup.jupyter .ansiblue { color: darkblue; } -.markdown.jupyter .ansipurple { +.markup.jupyter .ansipurple { color: darkviolet; } -.markdown.jupyter .ansicyan { +.markup.jupyter .ansicyan { color: steelblue; } -.markdown.jupyter .ansigray { +.markup.jupyter .ansigray { color: gray; } -.markdown.jupyter .ansibgblack { +.markup.jupyter .ansibgblack { background-color: black; } -.markdown.jupyter .ansibgred { +.markup.jupyter .ansibgred { background-color: red; } -.markdown.jupyter .ansibggreen { +.markup.jupyter .ansibggreen { background-color: green; } -.markdown.jupyter .ansibgyellow { +.markup.jupyter .ansibgyellow { background-color: yellow; } -.markdown.jupyter .ansibgblue { +.markup.jupyter .ansibgblue { background-color: blue; } -.markdown.jupyter .ansibgpurple { +.markup.jupyter .ansibgpurple { background-color: magenta; } -.markdown.jupyter .ansibgcyan { +.markup.jupyter .ansibgcyan { background-color: cyan; } -.markdown.jupyter .ansibggray { +.markup.jupyter .ansibggray { background-color: gray; } -.markdown.jupyter div.cell { +.markup.jupyter div.cell { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; @@ -10628,7 +10628,7 @@ Adapted from GitHub theme position: relative; overflow: visible; } -.markdown.jupyter div.cell:before { +.markup.jupyter div.cell:before { position: absolute; display: block; top: -1px; @@ -10638,7 +10638,7 @@ Adapted from GitHub theme content: ''; background: transparent; } -.markdown.jupyter div.cell.jupyter-soft-selected { +.markup.jupyter div.cell.jupyter-soft-selected { border-left-color: #E3F2FD; border-left-width: 1px; padding-left: 5px; @@ -10647,16 +10647,16 @@ Adapted from GitHub theme background: #E3F2FD; } @media print { - .markdown.jupyter div.cell.jupyter-soft-selected { + .markup.jupyter div.cell.jupyter-soft-selected { border-color: transparent; } } -.markdown.jupyter div.cell.selected, -.markdown.jupyter div.cell.selected.jupyter-soft-selected { +.markup.jupyter div.cell.selected, +.markup.jupyter div.cell.selected.jupyter-soft-selected { border-color: #ababab; } -.markdown.jupyter div.cell.selected:before, -.markdown.jupyter div.cell.selected.jupyter-soft-selected:before { +.markup.jupyter div.cell.selected:before, +.markup.jupyter div.cell.selected.jupyter-soft-selected:before { position: absolute; display: block; top: -1px; @@ -10667,15 +10667,15 @@ Adapted from GitHub theme background: #42A5F5; } @media print { - .markdown.jupyter div.cell.selected, - .markdown.jupyter div.cell.selected.jupyter-soft-selected { + .markup.jupyter div.cell.selected, + .markup.jupyter div.cell.selected.jupyter-soft-selected { border-color: transparent; } } -.markdown.jupyter .edit_mode div.cell.selected { +.markup.jupyter .edit_mode div.cell.selected { border-color: #66BB6A; } -.markdown.jupyter .edit_mode div.cell.selected:before { +.markup.jupyter .edit_mode div.cell.selected:before { position: absolute; display: block; top: -1px; @@ -10686,11 +10686,11 @@ Adapted from GitHub theme background: #66BB6A; } @media print { - .markdown.jupyter .edit_mode div.cell.selected { + .markup.jupyter .edit_mode div.cell.selected { border-color: transparent; } } -.markdown.jupyter .prompt { +.markup.jupyter .prompt { /* This needs to be wide enough for 3 digit prompt numbers: In[100]: */ min-width: 14ex; /* This padding is tuned to match the padding on the CodeMirror editor. */ @@ -10711,11 +10711,11 @@ Adapted from GitHub theme cursor: default; } @media (max-width: 540px) { - .markdown.jupyter .prompt { + .markup.jupyter .prompt { text-align: left; } } -.markdown.jupyter div.inner_cell { +.markup.jupyter div.inner_cell { min-width: 0; /* Old browsers */ display: -webkit-box; @@ -10738,17 +10738,17 @@ Adapted from GitHub theme /* Modern browsers */ flex: 1; } -.markdown.jupyter div.input_area { +.markup.jupyter div.input_area { border: 1px solid #cfcfcf; border-radius: 2px; background: #f7f7f7; line-height: 1.21429em; } -.markdown.jupyter div.prompt:empty { +.markup.jupyter div.prompt:empty { padding-top: 0; padding-bottom: 0; } -.markdown.jupyter div.unrecognized_cell { +.markup.jupyter div.unrecognized_cell { padding: 5px 5px 5px 0px; /* Old browsers */ display: -webkit-box; @@ -10765,7 +10765,7 @@ Adapted from GitHub theme flex-direction: row; align-items: stretch; } -.markdown.jupyter div.unrecognized_cell .inner_cell { +.markup.jupyter div.unrecognized_cell .inner_cell { border-radius: 2px; padding: 5px; font-weight: bold; @@ -10773,28 +10773,28 @@ Adapted from GitHub theme border: 1px solid #cfcfcf; background: #eaeaea; } -.markdown.jupyter div.unrecognized_cell .inner_cell a { +.markup.jupyter div.unrecognized_cell .inner_cell a { color: inherit; text-decoration: none; } -.markdown.jupyter div.unrecognized_cell .inner_cell a:hover { +.markup.jupyter div.unrecognized_cell .inner_cell a:hover { color: inherit; text-decoration: none; } @media (max-width: 540px) { - .markdown.jupyter div.unrecognized_cell > div.prompt { + .markup.jupyter div.unrecognized_cell > div.prompt { display: none; } } -.markdown.jupyter div.code_cell { +.markup.jupyter div.code_cell { /* avoid page breaking on code cells when printing */ } @media print { - .markdown.jupyter div.code_cell { + .markup.jupyter div.code_cell { page-break-inside: avoid; } } -.markdown.jupyter div.input { +.markup.jupyter div.input { page-break-inside: avoid; /* Old browsers */ display: -webkit-box; @@ -10812,7 +10812,7 @@ Adapted from GitHub theme align-items: stretch; } @media (max-width: 540px) { - .markdown.jupyter div.input { + .markup.jupyter div.input { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; @@ -10829,23 +10829,23 @@ Adapted from GitHub theme align-items: stretch; } } -.markdown.jupyter div.input_prompt { +.markup.jupyter div.input_prompt { color: #303F9F; border-top: 1px solid transparent; } -.markdown.jupyter div.input_area > div.highlight { +.markup.jupyter div.input_area > div.highlight { margin: 0.4em; border: none; padding: 0px; background-color: transparent; } -.markdown.jupyter div.input_area > div.highlight > pre { +.markup.jupyter div.input_area > div.highlight > pre { margin: 0px; border: none; padding: 0px; background-color: transparent; } -.markdown.jupyter .CodeMirror { +.markup.jupyter .CodeMirror { line-height: 1.21429em; /* Changed from 1em to our global default */ font-size: 14px; @@ -10854,187 +10854,187 @@ Adapted from GitHub theme background: none; /* Changed from white to allow our bg to show through */ } -.markdown.jupyter .CodeMirror-scroll { +.markup.jupyter .CodeMirror-scroll { /* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/ /* We have found that if it is visible, vertical scrollbars appear with font size changes.*/ overflow-y: hidden; overflow-x: auto; } -.markdown.jupyter .CodeMirror-lines { +.markup.jupyter .CodeMirror-lines { /* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because */ /* we have set a different line-height and want this to scale with that. */ /* Note that this should set vertical padding only, since CodeMirror assumes that horizontal padding will be set on CodeMirror pre */ padding: 0.4em 0; } -.markdown.jupyter .CodeMirror-linenumber { +.markup.jupyter .CodeMirror-linenumber { padding: 0 8px 0 4px; } -.markdown.jupyter .CodeMirror-gutters { +.markup.jupyter .CodeMirror-gutters { border-bottom-left-radius: 2px; border-top-left-radius: 2px; } -.markdown.jupyter .CodeMirror pre { +.markup.jupyter .CodeMirror pre { /* In CM3 this went to 4px from 0 in CM2. This sets horizontal padding only, use .CodeMirror-lines for vertical */ padding: 0 0.4em; border: 0; border-radius: 0; } -.markdown.jupyter .CodeMirror-cursor { +.markup.jupyter .CodeMirror-cursor { border-left: 1.4px solid black; } @media screen and (min-width: 2138px) and (max-width: 4319px) { - .markdown.jupyter .CodeMirror-cursor { + .markup.jupyter .CodeMirror-cursor { border-left: 2px solid black; } } @media screen and (min-width: 4320px) { - .markdown.jupyter .CodeMirror-cursor { + .markup.jupyter .CodeMirror-cursor { border-left: 4px solid black; } } -.markdown.jupyter .highlight-base { +.markup.jupyter .highlight-base { color: #000; } -.markdown.jupyter .highlight-variable { +.markup.jupyter .highlight-variable { color: #000; } -.markdown.jupyter .highlight-variable-2 { +.markup.jupyter .highlight-variable-2 { color: #1a1a1a; } -.markdown.jupyter .highlight-variable-3 { +.markup.jupyter .highlight-variable-3 { color: #333333; } -.markdown.jupyter .highlight-string { +.markup.jupyter .highlight-string { color: #BA2121; } -.markdown.jupyter .highlight-comment { +.markup.jupyter .highlight-comment { color: #408080; font-style: italic; } -.markdown.jupyter .highlight-number { +.markup.jupyter .highlight-number { color: #080; } -.markdown.jupyter .highlight-atom { +.markup.jupyter .highlight-atom { color: #88F; } -.markdown.jupyter .highlight-keyword { +.markup.jupyter .highlight-keyword { color: #008000; font-weight: bold; } -.markdown.jupyter .highlight-builtin { +.markup.jupyter .highlight-builtin { color: #008000; } -.markdown.jupyter .highlight-error { +.markup.jupyter .highlight-error { color: #f00; } -.markdown.jupyter .highlight-operator { +.markup.jupyter .highlight-operator { color: #AA22FF; font-weight: bold; } -.markdown.jupyter .highlight-meta { +.markup.jupyter .highlight-meta { color: #AA22FF; } -.markdown.jupyter .highlight-def { +.markup.jupyter .highlight-def { color: #00f; } -.markdown.jupyter .highlight-string-2 { +.markup.jupyter .highlight-string-2 { color: #f50; } -.markdown.jupyter .highlight-qualifier { +.markup.jupyter .highlight-qualifier { color: #555; } -.markdown.jupyter .highlight-bracket { +.markup.jupyter .highlight-bracket { color: #997; } -.markdown.jupyter .highlight-tag { +.markup.jupyter .highlight-tag { color: #170; } -.markdown.jupyter .highlight-attribute { +.markup.jupyter .highlight-attribute { color: #00c; } -.markdown.jupyter .highlight-header { +.markup.jupyter .highlight-header { color: blue; } -.markdown.jupyter .highlight-quote { +.markup.jupyter .highlight-quote { color: #090; } -.markdown.jupyter .highlight-link { +.markup.jupyter .highlight-link { color: #00c; } -.markdown.jupyter .cm-s-ipython span.cm-keyword { +.markup.jupyter .cm-s-ipython span.cm-keyword { color: #008000; font-weight: bold; } -.markdown.jupyter .cm-s-ipython span.cm-atom { +.markup.jupyter .cm-s-ipython span.cm-atom { color: #88F; } -.markdown.jupyter .cm-s-ipython span.cm-number { +.markup.jupyter .cm-s-ipython span.cm-number { color: #080; } -.markdown.jupyter .cm-s-ipython span.cm-def { +.markup.jupyter .cm-s-ipython span.cm-def { color: #00f; } -.markdown.jupyter .cm-s-ipython span.cm-variable { +.markup.jupyter .cm-s-ipython span.cm-variable { color: #000; } -.markdown.jupyter .cm-s-ipython span.cm-operator { +.markup.jupyter .cm-s-ipython span.cm-operator { color: #AA22FF; font-weight: bold; } -.markdown.jupyter .cm-s-ipython span.cm-variable-2 { +.markup.jupyter .cm-s-ipython span.cm-variable-2 { color: #1a1a1a; } -.markdown.jupyter .cm-s-ipython span.cm-variable-3 { +.markup.jupyter .cm-s-ipython span.cm-variable-3 { color: #333333; } -.markdown.jupyter .cm-s-ipython span.cm-comment { +.markup.jupyter .cm-s-ipython span.cm-comment { color: #408080; font-style: italic; } -.markdown.jupyter .cm-s-ipython span.cm-string { +.markup.jupyter .cm-s-ipython span.cm-string { color: #BA2121; } -.markdown.jupyter .cm-s-ipython span.cm-string-2 { +.markup.jupyter .cm-s-ipython span.cm-string-2 { color: #f50; } -.markdown.jupyter .cm-s-ipython span.cm-meta { +.markup.jupyter .cm-s-ipython span.cm-meta { color: #AA22FF; } -.markdown.jupyter .cm-s-ipython span.cm-qualifier { +.markup.jupyter .cm-s-ipython span.cm-qualifier { color: #555; } -.markdown.jupyter .cm-s-ipython span.cm-builtin { +.markup.jupyter .cm-s-ipython span.cm-builtin { color: #008000; } -.markdown.jupyter .cm-s-ipython span.cm-bracket { +.markup.jupyter .cm-s-ipython span.cm-bracket { color: #997; } -.markdown.jupyter .cm-s-ipython span.cm-tag { +.markup.jupyter .cm-s-ipython span.cm-tag { color: #170; } -.markdown.jupyter .cm-s-ipython span.cm-attribute { +.markup.jupyter .cm-s-ipython span.cm-attribute { color: #00c; } -.markdown.jupyter .cm-s-ipython span.cm-header { +.markup.jupyter .cm-s-ipython span.cm-header { color: blue; } -.markdown.jupyter .cm-s-ipython span.cm-quote { +.markup.jupyter .cm-s-ipython span.cm-quote { color: #090; } -.markdown.jupyter .cm-s-ipython span.cm-link { +.markup.jupyter .cm-s-ipython span.cm-link { color: #00c; } -.markdown.jupyter .cm-s-ipython span.cm-error { +.markup.jupyter .cm-s-ipython span.cm-error { color: #f00; } -.markdown.jupyter .cm-s-ipython span.cm-tab { +.markup.jupyter .cm-s-ipython span.cm-tab { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=); background-position: right; background-repeat: no-repeat; } -.markdown.jupyter div.output_wrapper { +.markup.jupyter div.output_wrapper { /* this position must be relative to enable descendents to be absolute within it */ position: relative; /* Old browsers */ @@ -11053,7 +11053,7 @@ Adapted from GitHub theme align-items: stretch; z-index: 1; } -.markdown.jupyter div.output_scroll { +.markup.jupyter div.output_scroll { /* ideally, this would be max-height, but FF barfs all over that */ height: 24em; /* FF needs this *and the wrapper* to specify full width, or it will shrinkwrap */ @@ -11064,7 +11064,7 @@ Adapted from GitHub theme box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); display: block; } -.markdown.jupyter div.output_collapsed { +.markup.jupyter div.output_collapsed { margin: 0px; padding: 0px; /* Old browsers */ @@ -11082,22 +11082,22 @@ Adapted from GitHub theme flex-direction: column; align-items: stretch; } -.markdown.jupyter div.out_prompt_overlay { +.markup.jupyter div.out_prompt_overlay { height: 100%; padding: 0px 0.4em; position: absolute; border-radius: 2px; } -.markdown.jupyter div.out_prompt_overlay:hover { +.markup.jupyter div.out_prompt_overlay:hover { /* use inner shadow to get border that is computed the same on WebKit/FF */ -webkit-box-shadow: inset 0 0 1px #000; box-shadow: inset 0 0 1px #000; background: rgba(240, 240, 240, 0.5); } -.markdown.jupyter div.output_prompt { +.markup.jupyter div.output_prompt { color: #D84315; } -.markdown.jupyter div.output_area { +.markup.jupyter div.output_area { padding: 0px; page-break-inside: avoid; /* Old browsers */ @@ -11115,30 +11115,30 @@ Adapted from GitHub theme flex-direction: row; align-items: stretch; } -.markdown.jupyter div.output_area .MathJax_Display { +.markup.jupyter div.output_area .MathJax_Display { text-align: left !important; } -.markdown.jupyter div.output_area .rendered_html table { +.markup.jupyter div.output_area .rendered_html table { margin-left: 0; margin-right: 0; } -.markdown.jupyter div.output_area .rendered_html img { +.markup.jupyter div.output_area .rendered_html img { margin-left: 0; margin-right: 0; } -.markdown.jupyter div.output_area img, -.markdown.jupyter div.output_area svg { +.markup.jupyter div.output_area img, +.markup.jupyter div.output_area svg { max-width: 100%; height: auto; } -.markdown.jupyter div.output_area img.unconfined, -.markdown.jupyter div.output_area svg.unconfined { +.markup.jupyter div.output_area img.unconfined, +.markup.jupyter div.output_area svg.unconfined { max-width: none; } -.markdown.jupyter div.output_area .mglyph > img { +.markup.jupyter div.output_area .mglyph > img { max-width: none; } -.markdown.jupyter .output { +.markup.jupyter .output { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; @@ -11155,7 +11155,7 @@ Adapted from GitHub theme align-items: stretch; } @media (max-width: 540px) { - .markdown.jupyter div.output_area { + .markup.jupyter div.output_area { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; @@ -11172,7 +11172,7 @@ Adapted from GitHub theme align-items: stretch; } } -.markdown.jupyter div.output_area pre { +.markup.jupyter div.output_area pre { margin: 0; padding: 1px 0 1px 0; border: 0; @@ -11181,7 +11181,7 @@ Adapted from GitHub theme background-color: transparent; border-radius: 0; } -.markdown.jupyter div.output_subarea { +.markup.jupyter div.output_subarea { overflow-x: auto; padding: 0.4em; /* Old browsers */ @@ -11192,36 +11192,36 @@ Adapted from GitHub theme flex: 1; max-width: calc(100% - 14ex); } -.markdown.jupyter div.output_scroll div.output_subarea { +.markup.jupyter div.output_scroll div.output_subarea { overflow-x: visible; } -.markdown.jupyter div.output_text { +.markup.jupyter div.output_text { text-align: left; color: #000; /* This has to match that of the the CodeMirror class line-height below */ line-height: 1.21429em; } -.markdown.jupyter div.output_stderr { +.markup.jupyter div.output_stderr { background: #fdd; /* very light red background for stderr */ } -.markdown.jupyter div.output_latex { +.markup.jupyter div.output_latex { text-align: left; } -.markdown.jupyter div.output_javascript:empty { +.markup.jupyter div.output_javascript:empty { padding: 0; } -.markdown.jupyter .js-error { +.markup.jupyter .js-error { color: darkred; } -.markdown.jupyter div.raw_input_container { +.markup.jupyter div.raw_input_container { line-height: 1.21429em; padding-top: 5px; } -.markdown.jupyter pre.raw_input_prompt { +.markup.jupyter pre.raw_input_prompt { /* nothing needed here. */ } -.markdown.jupyter input.raw_input { +.markup.jupyter input.raw_input { font-family: monospace; font-size: inherit; color: inherit; @@ -11232,164 +11232,164 @@ Adapted from GitHub theme padding: 0em 0.25em; margin: 0em 0.25em; } -.markdown.jupyter input.raw_input:focus { +.markup.jupyter input.raw_input:focus { box-shadow: none; } -.markdown.jupyter p.p-space { +.markup.jupyter p.p-space { margin-bottom: 10px; } -.markdown.jupyter div.output_unrecognized { +.markup.jupyter div.output_unrecognized { padding: 5px; font-weight: bold; color: red; } -.markdown.jupyter div.output_unrecognized a { +.markup.jupyter div.output_unrecognized a { color: inherit; text-decoration: none; } -.markdown.jupyter div.output_unrecognized a:hover { +.markup.jupyter div.output_unrecognized a:hover { color: inherit; text-decoration: none; } -.markdown.jupyter .rendered_html { +.markup.jupyter .rendered_html { color: #000; /* any extras will just be numbers: */ } -.markdown.jupyter .rendered_html em { +.markup.jupyter .rendered_html em { font-style: italic; } -.markdown.jupyter .rendered_html strong { +.markup.jupyter .rendered_html strong { font-weight: bold; } -.markdown.jupyter .rendered_html u { +.markup.jupyter .rendered_html u { text-decoration: underline; } -.markdown.jupyter .rendered_html :link { +.markup.jupyter .rendered_html :link { text-decoration: underline; } -.markdown.jupyter .rendered_html :visited { +.markup.jupyter .rendered_html :visited { text-decoration: underline; } -.markdown.jupyter .rendered_html h1 { +.markup.jupyter .rendered_html h1 { font-size: 185.7%; margin: 1.08em 0 0 0; font-weight: bold; line-height: 1; } -.markdown.jupyter .rendered_html h2 { +.markup.jupyter .rendered_html h2 { font-size: 157.1%; margin: 1.27em 0 0 0; font-weight: bold; line-height: 1; } -.markdown.jupyter .rendered_html h3 { +.markup.jupyter .rendered_html h3 { font-size: 128.6%; margin: 1.55em 0 0 0; font-weight: bold; line-height: 1; } -.markdown.jupyter .rendered_html h4 { +.markup.jupyter .rendered_html h4 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1; } -.markdown.jupyter .rendered_html h5 { +.markup.jupyter .rendered_html h5 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1; font-style: italic; } -.markdown.jupyter .rendered_html h6 { +.markup.jupyter .rendered_html h6 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1; font-style: italic; } -.markdown.jupyter .rendered_html h1:first-child { +.markup.jupyter .rendered_html h1:first-child { margin-top: 0.538em; } -.markdown.jupyter .rendered_html h2:first-child { +.markup.jupyter .rendered_html h2:first-child { margin-top: 0.636em; } -.markdown.jupyter .rendered_html h3:first-child { +.markup.jupyter .rendered_html h3:first-child { margin-top: 0.777em; } -.markdown.jupyter .rendered_html h4:first-child { +.markup.jupyter .rendered_html h4:first-child { margin-top: 1em; } -.markdown.jupyter .rendered_html h5:first-child { +.markup.jupyter .rendered_html h5:first-child { margin-top: 1em; } -.markdown.jupyter .rendered_html h6:first-child { +.markup.jupyter .rendered_html h6:first-child { margin-top: 1em; } -.markdown.jupyter .rendered_html ul:not(.list-inline), -.markdown.jupyter .rendered_html ol:not(.list-inline) { +.markup.jupyter .rendered_html ul:not(.list-inline), +.markup.jupyter .rendered_html ol:not(.list-inline) { padding-left: 2em; } -.markdown.jupyter .rendered_html ul { +.markup.jupyter .rendered_html ul { list-style: disc; } -.markdown.jupyter .rendered_html ul ul { +.markup.jupyter .rendered_html ul ul { list-style: square; margin-top: 0; } -.markdown.jupyter .rendered_html ul ul ul { +.markup.jupyter .rendered_html ul ul ul { list-style: circle; } -.markdown.jupyter .rendered_html ol { +.markup.jupyter .rendered_html ol { list-style: decimal; } -.markdown.jupyter .rendered_html ol ol { +.markup.jupyter .rendered_html ol ol { list-style: upper-alpha; margin-top: 0; } -.markdown.jupyter .rendered_html ol ol ol { +.markup.jupyter .rendered_html ol ol ol { list-style: lower-alpha; } -.markdown.jupyter .rendered_html ol ol ol ol { +.markup.jupyter .rendered_html ol ol ol ol { list-style: lower-roman; } -.markdown.jupyter .rendered_html ol ol ol ol ol { +.markup.jupyter .rendered_html ol ol ol ol ol { list-style: decimal; } -.markdown.jupyter .rendered_html * + ul { +.markup.jupyter .rendered_html * + ul { margin-top: 1em; } -.markdown.jupyter .rendered_html * + ol { +.markup.jupyter .rendered_html * + ol { margin-top: 1em; } -.markdown.jupyter .rendered_html hr { +.markup.jupyter .rendered_html hr { color: black; background-color: black; } -.markdown.jupyter .rendered_html pre { +.markup.jupyter .rendered_html pre { margin: 1em 2em; padding: 0px; background-color: #fff; } -.markdown.jupyter .rendered_html code { +.markup.jupyter .rendered_html code { background-color: #eff0f1; } -.markdown.jupyter .rendered_html p code { +.markup.jupyter .rendered_html p code { padding: 1px 5px; } -.markdown.jupyter .rendered_html pre code { +.markup.jupyter .rendered_html pre code { background-color: #fff; } -.markdown.jupyter .rendered_html pre, -.markdown.jupyter .rendered_html code { +.markup.jupyter .rendered_html pre, +.markup.jupyter .rendered_html code { border: 0; color: #000; font-size: 100%; } -.markdown.jupyter .rendered_html blockquote { +.markup.jupyter .rendered_html blockquote { margin: 1em 2em; } -.markdown.jupyter .rendered_html table { +.markup.jupyter .rendered_html table { margin-left: auto; margin-right: auto; border: none; @@ -11399,13 +11399,13 @@ Adapted from GitHub theme font-size: 12px; table-layout: fixed; } -.markdown.jupyter .rendered_html thead { +.markup.jupyter .rendered_html thead { border-bottom: 1px solid black; vertical-align: bottom; } -.markdown.jupyter .rendered_html tr, -.markdown.jupyter .rendered_html th, -.markdown.jupyter .rendered_html td { +.markup.jupyter .rendered_html tr, +.markup.jupyter .rendered_html th, +.markup.jupyter .rendered_html td { text-align: right; vertical-align: middle; padding: 0.5em 0.5em; @@ -11414,51 +11414,51 @@ Adapted from GitHub theme max-width: none; border: none; } -.markdown.jupyter .rendered_html th { +.markup.jupyter .rendered_html th { font-weight: bold; } -.markdown.jupyter .rendered_html tbody tr:nth-child(odd) { +.markup.jupyter .rendered_html tbody tr:nth-child(odd) { background: #f5f5f5; } -.markdown.jupyter .rendered_html tbody tr:hover { +.markup.jupyter .rendered_html tbody tr:hover { background: rgba(66, 165, 245, 0.2); } -.markdown.jupyter .rendered_html * + table { +.markup.jupyter .rendered_html * + table { margin-top: 1em; } -.markdown.jupyter .rendered_html p { +.markup.jupyter .rendered_html p { text-align: left; } -.markdown.jupyter .rendered_html * + p { +.markup.jupyter .rendered_html * + p { margin-top: 1em; } -.markdown.jupyter .rendered_html img { +.markup.jupyter .rendered_html img { display: block; margin-left: auto; margin-right: auto; } -.markdown.jupyter .rendered_html * + img { +.markup.jupyter .rendered_html * + img { margin-top: 1em; } -.markdown.jupyter .rendered_html img, -.markdown.jupyter .rendered_html svg { +.markup.jupyter .rendered_html img, +.markup.jupyter .rendered_html svg { max-width: 100%; height: auto; } -.markdown.jupyter .rendered_html img.unconfined, -.markdown.jupyter .rendered_html svg.unconfined { +.markup.jupyter .rendered_html img.unconfined, +.markup.jupyter .rendered_html svg.unconfined { max-width: none; } -.markdown.jupyter .rendered_html .alert { +.markup.jupyter .rendered_html .alert { margin-bottom: initial; } -.markdown.jupyter .rendered_html * + .alert { +.markup.jupyter .rendered_html * + .alert { margin-top: 1em; } -.markdown.jupyter [dir="rtl"] .rendered_html p { +.markup.jupyter [dir="rtl"] .rendered_html p { text-align: right; } -.markdown.jupyter div.text_cell { +.markup.jupyter div.text_cell { /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; @@ -11475,11 +11475,11 @@ Adapted from GitHub theme align-items: stretch; } @media (max-width: 540px) { - .markdown.jupyter div.text_cell > div.prompt { + .markup.jupyter div.text_cell > div.prompt { display: none; } } -.markdown.jupyter div.text_cell_render { +.markup.jupyter div.text_cell_render { /*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/ outline: none; resize: none; @@ -11491,80 +11491,80 @@ Adapted from GitHub theme -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } -.markdown.jupyter a.anchor-link:link { +.markup.jupyter a.anchor-link:link { text-decoration: none; padding: 0px 20px; visibility: hidden; } -.markdown.jupyter h1:hover .anchor-link, -.markdown.jupyter h2:hover .anchor-link, -.markdown.jupyter h3:hover .anchor-link, -.markdown.jupyter h4:hover .anchor-link, -.markdown.jupyter h5:hover .anchor-link, -.markdown.jupyter h6:hover .anchor-link { +.markup.jupyter h1:hover .anchor-link, +.markup.jupyter h2:hover .anchor-link, +.markup.jupyter h3:hover .anchor-link, +.markup.jupyter h4:hover .anchor-link, +.markup.jupyter h5:hover .anchor-link, +.markup.jupyter h6:hover .anchor-link { visibility: visible; } -.markdown.jupyter .text_cell.rendered .input_area { +.markup.jupyter .text_cell.rendered .input_area { display: none; } -.markdown.jupyter .text_cell.rendered .rendered_html { +.markup.jupyter .text_cell.rendered .rendered_html { overflow-x: auto; overflow-y: hidden; } -.markdown.jupyter .text_cell.rendered .rendered_html tr, -.markdown.jupyter .text_cell.rendered .rendered_html th, -.markdown.jupyter .text_cell.rendered .rendered_html td { +.markup.jupyter .text_cell.rendered .rendered_html tr, +.markup.jupyter .text_cell.rendered .rendered_html th, +.markup.jupyter .text_cell.rendered .rendered_html td { max-width: none; } -.markdown.jupyter .text_cell.unrendered .text_cell_render { +.markup.jupyter .text_cell.unrendered .text_cell_render { display: none; } -.markdown.jupyter .text_cell .dropzone .input_area { +.markup.jupyter .text_cell .dropzone .input_area { border: 2px dashed #bababa; margin: -1px; } -.markdown.jupyter .cm-header-1, -.markdown.jupyter .cm-header-2, -.markdown.jupyter .cm-header-3, -.markdown.jupyter .cm-header-4, -.markdown.jupyter .cm-header-5, -.markdown.jupyter .cm-header-6 { +.markup.jupyter .cm-header-1, +.markup.jupyter .cm-header-2, +.markup.jupyter .cm-header-3, +.markup.jupyter .cm-header-4, +.markup.jupyter .cm-header-5, +.markup.jupyter .cm-header-6 { font-weight: bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } -.markdown.jupyter .cm-header-1 { +.markup.jupyter .cm-header-1 { font-size: 185.7%; } -.markdown.jupyter .cm-header-2 { +.markup.jupyter .cm-header-2 { font-size: 157.1%; } -.markdown.jupyter .cm-header-3 { +.markup.jupyter .cm-header-3 { font-size: 128.6%; } -.markdown.jupyter .cm-header-4 { +.markup.jupyter .cm-header-4 { font-size: 110%; } -.markdown.jupyter .cm-header-5 { +.markup.jupyter .cm-header-5 { font-size: 100%; font-style: italic; } -.markdown.jupyter .cm-header-6 { +.markup.jupyter .cm-header-6 { font-size: 100%; font-style: italic; } @media (max-width: 767px) { - .markdown.jupyter .notebook_app { + .markup.jupyter .notebook_app { padding-left: 0px; padding-right: 0px; } } -.markdown.jupyter #ipython-main-app { +.markup.jupyter #ipython-main-app { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; } -.markdown.jupyter div#notebook_panel { +.markup.jupyter div#notebook_panel { margin: 0px; padding: 0px; box-sizing: border-box; @@ -11572,7 +11572,7 @@ Adapted from GitHub theme -webkit-box-sizing: border-box; height: 100%; } -.markdown.jupyter div#notebook { +.markup.jupyter div#notebook { font-size: 14px; line-height: 20px; overflow-y: hidden; @@ -11588,7 +11588,7 @@ Adapted from GitHub theme min-height: 100%; } @media not print { - .markdown.jupyter #notebook-container { + .markup.jupyter #notebook-container { padding: 15px; background-color: #fff; min-height: 0; @@ -11597,50 +11597,50 @@ Adapted from GitHub theme } } @media print { - .markdown.jupyter #notebook-container { + .markup.jupyter #notebook-container { width: 100%; } } -.markdown.jupyter div.ui-widget-content { +.markup.jupyter div.ui-widget-content { border: 1px solid #ababab; outline: none; } -.markdown.jupyter pre.dialog { +.markup.jupyter pre.dialog { background-color: #f7f7f7; border: 1px solid #ddd; border-radius: 2px; padding: 0.4em; padding-left: 2em; } -.markdown.jupyter p.dialog { +.markup.jupyter p.dialog { padding: 0.2em; } -.markdown.jupyter pre, -.markdown.jupyter code, -.markdown.jupyter kbd, -.markdown.jupyter samp { +.markup.jupyter pre, +.markup.jupyter code, +.markup.jupyter kbd, +.markup.jupyter samp { white-space: pre-wrap; } -.markdown.jupyter #fonttest { +.markup.jupyter #fonttest { font-family: monospace; } -.markdown.jupyter p { +.markup.jupyter p { margin-bottom: 0; } -.markdown.jupyter .end_space { +.markup.jupyter .end_space { min-height: 100px; transition: height 0.2s ease; } -.markdown.jupyter .notebook_app > #header { +.markup.jupyter .notebook_app > #header { -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } @media not print { - .markdown.jupyter .notebook_app { + .markup.jupyter .notebook_app { background-color: #EEE; } } -.markdown.jupyter kbd { +.markup.jupyter kbd { border-style: solid; border-width: 1px; box-shadow: none; @@ -11650,20 +11650,20 @@ Adapted from GitHub theme padding-top: 1px; padding-bottom: 1px; } -.markdown.jupyter .jupyter-keybindings { +.markup.jupyter .jupyter-keybindings { padding: 1px; line-height: 24px; border-bottom: 1px solid gray; } -.markdown.jupyter .jupyter-keybindings input { +.markup.jupyter .jupyter-keybindings input { margin: 0; padding: 0; border: none; } -.markdown.jupyter .jupyter-keybindings i { +.markup.jupyter .jupyter-keybindings i { padding: 6px; } -.markdown.jupyter .well code { +.markup.jupyter .well code { background-color: #ffffff; border-color: #ababab; border-width: 1px; @@ -11672,7 +11672,7 @@ Adapted from GitHub theme padding-top: 1px; padding-bottom: 1px; } -.markdown.jupyter .celltoolbar { +.markup.jupyter .celltoolbar { border: thin solid #CFCFCF; border-bottom: none; background: #EEE; @@ -11703,31 +11703,31 @@ Adapted from GitHub theme display: -webkit-flex; } @media print { - .markdown.jupyter .celltoolbar { + .markup.jupyter .celltoolbar { display: none; } } -.markdown.jupyter .ctb_hideshow { +.markup.jupyter .ctb_hideshow { display: none; vertical-align: bottom; } -.markdown.jupyter .ctb_global_show .ctb_show.ctb_hideshow { +.markup.jupyter .ctb_global_show .ctb_show.ctb_hideshow { display: block; } -.markdown.jupyter .ctb_global_show .ctb_show + .input_area, -.markdown.jupyter .ctb_global_show .ctb_show + div.text_cell_input, -.markdown.jupyter .ctb_global_show .ctb_show ~ div.text_cell_render { +.markup.jupyter .ctb_global_show .ctb_show + .input_area, +.markup.jupyter .ctb_global_show .ctb_show + div.text_cell_input, +.markup.jupyter .ctb_global_show .ctb_show ~ div.text_cell_render { border-top-right-radius: 0px; border-top-left-radius: 0px; } -.markdown.jupyter .ctb_global_show .ctb_show ~ div.text_cell_render { +.markup.jupyter .ctb_global_show .ctb_show ~ div.text_cell_render { border: 1px solid #cfcfcf; } -.markdown.jupyter .celltoolbar { +.markup.jupyter .celltoolbar { font-size: 87%; padding-top: 3px; } -.markdown.jupyter .celltoolbar select { +.markup.jupyter .celltoolbar select { display: block; width: 100%; height: 32px; @@ -11755,72 +11755,72 @@ Adapted from GitHub theme padding: 0px; display: inline-block; } -.markdown.jupyter .celltoolbar select:focus { +.markup.jupyter .celltoolbar select:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } -.markdown.jupyter .celltoolbar select::-moz-placeholder { +.markup.jupyter .celltoolbar select::-moz-placeholder { color: #999; opacity: 1; } -.markdown.jupyter .celltoolbar select:-ms-input-placeholder { +.markup.jupyter .celltoolbar select:-ms-input-placeholder { color: #999; } -.markdown.jupyter .celltoolbar select::-webkit-input-placeholder { +.markup.jupyter .celltoolbar select::-webkit-input-placeholder { color: #999; } -.markdown.jupyter .celltoolbar select::-ms-expand { +.markup.jupyter .celltoolbar select::-ms-expand { border: 0; background-color: transparent; } -.markdown.jupyter .celltoolbar select[disabled], -.markdown.jupyter .celltoolbar select[readonly], -.markdown.jupyter fieldset[disabled] .celltoolbar select { +.markup.jupyter .celltoolbar select[disabled], +.markup.jupyter .celltoolbar select[readonly], +.markup.jupyter fieldset[disabled] .celltoolbar select { background-color: #eeeeee; opacity: 1; } -.markdown.jupyter .celltoolbar select[disabled], -.markdown.jupyter fieldset[disabled] .celltoolbar select { +.markup.jupyter .celltoolbar select[disabled], +.markup.jupyter fieldset[disabled] .celltoolbar select { cursor: not-allowed; } -.markdown.jupyter textarea.celltoolbar select { +.markup.jupyter textarea.celltoolbar select { height: auto; } -.markdown.jupyter select.celltoolbar select { +.markup.jupyter select.celltoolbar select { height: 30px; line-height: 30px; } -.markdown.jupyter textarea.celltoolbar select, -.markdown.jupyter select[multiple].celltoolbar select { +.markup.jupyter textarea.celltoolbar select, +.markup.jupyter select[multiple].celltoolbar select { height: auto; } -.markdown.jupyter .celltoolbar label { +.markup.jupyter .celltoolbar label { margin-left: 5px; margin-right: 5px; } -.markdown.jupyter .tags_button_container { +.markup.jupyter .tags_button_container { width: 100%; display: flex; } -.markdown.jupyter .tag-container { +.markup.jupyter .tag-container { display: flex; flex-direction: row; flex-grow: 1; overflow: hidden; position: relative; } -.markdown.jupyter .tag-container > * { +.markup.jupyter .tag-container > * { margin: 0 4px; } -.markdown.jupyter .remove-tag-btn { +.markup.jupyter .remove-tag-btn { margin-left: 4px; } -.markdown.jupyter .tags-input { +.markup.jupyter .tags-input { display: flex; } -.markdown.jupyter .cell-tag:last-child:after { +.markup.jupyter .cell-tag:last-child:after { content: ""; position: absolute; right: 0; @@ -11829,12 +11829,12 @@ Adapted from GitHub theme /* Fade to background color of cell toolbar */ background: linear-gradient(to right, rgba(0, 0, 0, 0), #EEE); } -.markdown.jupyter .tags-input > * { +.markup.jupyter .tags-input > * { margin-left: 4px; } -.markdown.jupyter .cell-tag, -.markdown.jupyter .tags-input input, -.markdown.jupyter .tags-input button { +.markup.jupyter .cell-tag, +.markup.jupyter .tags-input input, +.markup.jupyter .tags-input button { display: block; width: 100%; height: 32px; @@ -11864,89 +11864,89 @@ Adapted from GitHub theme padding: 0px 4px; display: inline-block; } -.markdown.jupyter .cell-tag:focus, -.markdown.jupyter .tags-input input:focus, -.markdown.jupyter .tags-input button:focus { +.markup.jupyter .cell-tag:focus, +.markup.jupyter .tags-input input:focus, +.markup.jupyter .tags-input button:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } -.markdown.jupyter .cell-tag::-moz-placeholder, -.markdown.jupyter .tags-input input::-moz-placeholder, -.markdown.jupyter .tags-input button::-moz-placeholder { +.markup.jupyter .cell-tag::-moz-placeholder, +.markup.jupyter .tags-input input::-moz-placeholder, +.markup.jupyter .tags-input button::-moz-placeholder { color: #999; opacity: 1; } -.markdown.jupyter .cell-tag:-ms-input-placeholder, -.markdown.jupyter .tags-input input:-ms-input-placeholder, -.markdown.jupyter .tags-input button:-ms-input-placeholder { +.markup.jupyter .cell-tag:-ms-input-placeholder, +.markup.jupyter .tags-input input:-ms-input-placeholder, +.markup.jupyter .tags-input button:-ms-input-placeholder { color: #999; } -.markdown.jupyter .cell-tag::-webkit-input-placeholder, -.markdown.jupyter .tags-input input::-webkit-input-placeholder, -.markdown.jupyter .tags-input button::-webkit-input-placeholder { +.markup.jupyter .cell-tag::-webkit-input-placeholder, +.markup.jupyter .tags-input input::-webkit-input-placeholder, +.markup.jupyter .tags-input button::-webkit-input-placeholder { color: #999; } -.markdown.jupyter .cell-tag::-ms-expand, -.markdown.jupyter .tags-input input::-ms-expand, -.markdown.jupyter .tags-input button::-ms-expand { +.markup.jupyter .cell-tag::-ms-expand, +.markup.jupyter .tags-input input::-ms-expand, +.markup.jupyter .tags-input button::-ms-expand { border: 0; background-color: transparent; } -.markdown.jupyter .cell-tag[disabled], -.markdown.jupyter .tags-input input[disabled], -.markdown.jupyter .tags-input button[disabled], -.markdown.jupyter .cell-tag[readonly], -.markdown.jupyter .tags-input input[readonly], -.markdown.jupyter .tags-input button[readonly], -.markdown.jupyter fieldset[disabled] .cell-tag, -.markdown.jupyter fieldset[disabled] .tags-input input, -.markdown.jupyter fieldset[disabled] .tags-input button { +.markup.jupyter .cell-tag[disabled], +.markup.jupyter .tags-input input[disabled], +.markup.jupyter .tags-input button[disabled], +.markup.jupyter .cell-tag[readonly], +.markup.jupyter .tags-input input[readonly], +.markup.jupyter .tags-input button[readonly], +.markup.jupyter fieldset[disabled] .cell-tag, +.markup.jupyter fieldset[disabled] .tags-input input, +.markup.jupyter fieldset[disabled] .tags-input button { background-color: #eeeeee; opacity: 1; } -.markdown.jupyter .cell-tag[disabled], -.markdown.jupyter .tags-input input[disabled], -.markdown.jupyter .tags-input button[disabled], -.markdown.jupyter fieldset[disabled] .cell-tag, -.markdown.jupyter fieldset[disabled] .tags-input input, -.markdown.jupyter fieldset[disabled] .tags-input button { +.markup.jupyter .cell-tag[disabled], +.markup.jupyter .tags-input input[disabled], +.markup.jupyter .tags-input button[disabled], +.markup.jupyter fieldset[disabled] .cell-tag, +.markup.jupyter fieldset[disabled] .tags-input input, +.markup.jupyter fieldset[disabled] .tags-input button { cursor: not-allowed; } -.markdown.jupyter textarea.cell-tag, -.markdown.jupyter textarea.tags-input input, -.markdown.jupyter textarea.tags-input button { +.markup.jupyter textarea.cell-tag, +.markup.jupyter textarea.tags-input input, +.markup.jupyter textarea.tags-input button { height: auto; } -.markdown.jupyter select.cell-tag, -.markdown.jupyter select.tags-input input, -.markdown.jupyter select.tags-input button { +.markup.jupyter select.cell-tag, +.markup.jupyter select.tags-input input, +.markup.jupyter select.tags-input button { height: 30px; line-height: 30px; } -.markdown.jupyter textarea.cell-tag, -.markdown.jupyter textarea.tags-input input, -.markdown.jupyter textarea.tags-input button, -.markdown.jupyter select[multiple].cell-tag, -.markdown.jupyter select[multiple].tags-input input, -.markdown.jupyter select[multiple].tags-input button { +.markup.jupyter textarea.cell-tag, +.markup.jupyter textarea.tags-input input, +.markup.jupyter textarea.tags-input button, +.markup.jupyter select[multiple].cell-tag, +.markup.jupyter select[multiple].tags-input input, +.markup.jupyter select[multiple].tags-input button { height: auto; } -.markdown.jupyter .cell-tag, -.markdown.jupyter .tags-input button { +.markup.jupyter .cell-tag, +.markup.jupyter .tags-input button { padding: 0px 4px; } -.markdown.jupyter .cell-tag { +.markup.jupyter .cell-tag { background-color: #fff; white-space: nowrap; } -.markdown.jupyter .tags-input input[type=text]:focus { +.markup.jupyter .tags-input input[type=text]:focus { outline: none; box-shadow: none; border-color: #ccc; } -.markdown.jupyter .completions { +.markup.jupyter .completions { position: absolute; z-index: 110; overflow: hidden; @@ -11956,7 +11956,7 @@ Adapted from GitHub theme box-shadow: 0px 6px 10px -1px #adadad; line-height: 1; } -.markdown.jupyter .completions select { +.markup.jupyter .completions select { background: white; outline: none; border: none; @@ -11968,123 +11968,123 @@ Adapted from GitHub theme color: #000; width: auto; } -.markdown.jupyter .completions select option.context { +.markup.jupyter .completions select option.context { color: #286090; } -.markdown.jupyter #kernel_logo_widget .current_kernel_logo { +.markup.jupyter #kernel_logo_widget .current_kernel_logo { display: none; margin-top: -1px; margin-bottom: -1px; width: 32px; height: 32px; } -.markdown.jupyter [dir="rtl"] #kernel_logo_widget { +.markup.jupyter [dir="rtl"] #kernel_logo_widget { float: left !important; float: left; } -.markdown.jupyter .modal .modal-body .move-path { +.markup.jupyter .modal .modal-body .move-path { display: flex; flex-direction: row; justify-content: space; align-items: center; } -.markdown.jupyter .modal .modal-body .move-path .server-root { +.markup.jupyter .modal .modal-body .move-path .server-root { padding-right: 20px; } -.markdown.jupyter .modal .modal-body .move-path .path-input { +.markup.jupyter .modal .modal-body .move-path .path-input { flex: 1; } -.markdown.jupyter #menubar { +.markup.jupyter #menubar { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-top: 1px; } -.markdown.jupyter #menubar .navbar { +.markup.jupyter #menubar .navbar { border-top: 1px; border-radius: 0px 0px 2px 2px; margin-bottom: 0px; } -.markdown.jupyter #menubar .navbar-toggle { +.markup.jupyter #menubar .navbar-toggle { float: left; padding-top: 7px; padding-bottom: 7px; border: none; } -.markdown.jupyter #menubar .navbar-collapse { +.markup.jupyter #menubar .navbar-collapse { clear: left; } -.markdown.jupyter [dir="rtl"] #menubar .navbar-toggle { +.markup.jupyter [dir="rtl"] #menubar .navbar-toggle { float: right; } -.markdown.jupyter [dir="rtl"] #menubar .navbar-collapse { +.markup.jupyter [dir="rtl"] #menubar .navbar-collapse { clear: right; } -.markdown.jupyter [dir="rtl"] #menubar .navbar-nav { +.markup.jupyter [dir="rtl"] #menubar .navbar-nav { float: right; } -.markdown.jupyter [dir="rtl"] #menubar .nav { +.markup.jupyter [dir="rtl"] #menubar .nav { padding-right: 0px; } -.markdown.jupyter [dir="rtl"] #menubar .navbar-nav > li { +.markup.jupyter [dir="rtl"] #menubar .navbar-nav > li { float: right; } -.markdown.jupyter [dir="rtl"] #menubar .navbar-right { +.markup.jupyter [dir="rtl"] #menubar .navbar-right { float: left !important; } -.markdown.jupyter [dir="rtl"] ul.dropdown-menu { +.markup.jupyter [dir="rtl"] ul.dropdown-menu { text-align: right; left: auto; } -.markdown.jupyter [dir="rtl"] ul#new-menu.dropdown-menu { +.markup.jupyter [dir="rtl"] ul#new-menu.dropdown-menu { right: auto; left: 0; } -.markdown.jupyter .nav-wrapper { +.markup.jupyter .nav-wrapper { border-bottom: 1px solid #e7e7e7; } -.markdown.jupyter i.menu-icon { +.markup.jupyter i.menu-icon { padding-top: 4px; } -.markdown.jupyter [dir="rtl"] i.menu-icon.pull-right { +.markup.jupyter [dir="rtl"] i.menu-icon.pull-right { float: left !important; float: left; } -.markdown.jupyter ul#help_menu li a { +.markup.jupyter ul#help_menu li a { overflow: hidden; padding-right: 2.2em; } -.markdown.jupyter ul#help_menu li a i { +.markup.jupyter ul#help_menu li a i { margin-right: -1.2em; } -.markdown.jupyter [dir="rtl"] ul#help_menu li a { +.markup.jupyter [dir="rtl"] ul#help_menu li a { padding-left: 2.2em; } -.markdown.jupyter [dir="rtl"] ul#help_menu li a i { +.markup.jupyter [dir="rtl"] ul#help_menu li a i { margin-right: 0; margin-left: -1.2em; } -.markdown.jupyter [dir="rtl"] ul#help_menu li a i.pull-right { +.markup.jupyter [dir="rtl"] ul#help_menu li a i.pull-right { float: left !important; float: left; } -.markdown.jupyter .dropdown-submenu { +.markup.jupyter .dropdown-submenu { position: relative; } -.markdown.jupyter .dropdown-submenu > .dropdown-menu { +.markup.jupyter .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; } -.markdown.jupyter [dir="rtl"] .dropdown-submenu > .dropdown-menu { +.markup.jupyter [dir="rtl"] .dropdown-submenu > .dropdown-menu { right: 100%; margin-right: -1px; } -.markdown.jupyter .dropdown-submenu:hover > .dropdown-menu { +.markup.jupyter .dropdown-submenu:hover > .dropdown-menu { display: block; } -.markdown.jupyter .dropdown-submenu > a:after { +.markup.jupyter .dropdown-submenu > a:after { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; @@ -12098,44 +12098,44 @@ Adapted from GitHub theme margin-top: 2px; margin-right: -10px; } -.markdown.jupyter .dropdown-submenu > a:after.fa-pull-left { +.markup.jupyter .dropdown-submenu > a:after.fa-pull-left { margin-right: 0.3em; } -.markdown.jupyter .dropdown-submenu > a:after.fa-pull-right { +.markup.jupyter .dropdown-submenu > a:after.fa-pull-right { margin-left: 0.3em; } -.markdown.jupyter .dropdown-submenu > a:after.pull-left { +.markup.jupyter .dropdown-submenu > a:after.pull-left { margin-right: 0.3em; } -.markdown.jupyter .dropdown-submenu > a:after.pull-right { +.markup.jupyter .dropdown-submenu > a:after.pull-right { margin-left: 0.3em; } -.markdown.jupyter [dir="rtl"] .dropdown-submenu > a:after { +.markup.jupyter [dir="rtl"] .dropdown-submenu > a:after { float: left; content: "\f0d9"; margin-right: 0; margin-left: -10px; } -.markdown.jupyter .dropdown-submenu:hover > a:after { +.markup.jupyter .dropdown-submenu:hover > a:after { color: #262626; } -.markdown.jupyter .dropdown-submenu.pull-left { +.markup.jupyter .dropdown-submenu.pull-left { float: none; } -.markdown.jupyter .dropdown-submenu.pull-left > .dropdown-menu { +.markup.jupyter .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; } -.markdown.jupyter #notification_area { +.markup.jupyter #notification_area { float: right !important; float: right; z-index: 10; } -.markdown.jupyter [dir="rtl"] #notification_area { +.markup.jupyter [dir="rtl"] #notification_area { float: left !important; float: left; } -.markdown.jupyter .indicator_area { +.markup.jupyter .indicator_area { float: right !important; float: right; color: #777; @@ -12146,11 +12146,11 @@ Adapted from GitHub theme text-align: center; width: auto; } -.markdown.jupyter [dir="rtl"] .indicator_area { +.markup.jupyter [dir="rtl"] .indicator_area { float: left !important; float: left; } -.markdown.jupyter #kernel_indicator { +.markup.jupyter #kernel_indicator { float: right !important; float: right; color: #777; @@ -12162,17 +12162,17 @@ Adapted from GitHub theme width: auto; border-left: 1px solid; } -.markdown.jupyter #kernel_indicator .kernel_indicator_name { +.markup.jupyter #kernel_indicator .kernel_indicator_name { padding-left: 5px; padding-right: 5px; } -.markdown.jupyter [dir="rtl"] #kernel_indicator { +.markup.jupyter [dir="rtl"] #kernel_indicator { float: left !important; float: left; border-left: 0; border-right: 1px solid; } -.markdown.jupyter #modal_indicator { +.markup.jupyter #modal_indicator { float: right !important; float: right; color: #777; @@ -12183,11 +12183,11 @@ Adapted from GitHub theme text-align: center; width: auto; } -.markdown.jupyter [dir="rtl"] #modal_indicator { +.markup.jupyter [dir="rtl"] #modal_indicator { float: left !important; float: left; } -.markdown.jupyter #readonly-indicator { +.markup.jupyter #readonly-indicator { float: right !important; float: right; color: #777; @@ -12203,11 +12203,11 @@ Adapted from GitHub theme margin-right: 0px; display: none; } -.markdown.jupyter .modal_indicator:before { +.markup.jupyter .modal_indicator:before { width: 1.28571429em; text-align: center; } -.markdown.jupyter .edit_mode .modal_indicator:before { +.markup.jupyter .edit_mode .modal_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; @@ -12216,19 +12216,19 @@ Adapted from GitHub theme -moz-osx-font-smoothing: grayscale; content: "\f040"; } -.markdown.jupyter .edit_mode .modal_indicator:before.fa-pull-left { +.markup.jupyter .edit_mode .modal_indicator:before.fa-pull-left { margin-right: 0.3em; } -.markdown.jupyter .edit_mode .modal_indicator:before.fa-pull-right { +.markup.jupyter .edit_mode .modal_indicator:before.fa-pull-right { margin-left: 0.3em; } -.markdown.jupyter .edit_mode .modal_indicator:before.pull-left { +.markup.jupyter .edit_mode .modal_indicator:before.pull-left { margin-right: 0.3em; } -.markdown.jupyter .edit_mode .modal_indicator:before.pull-right { +.markup.jupyter .edit_mode .modal_indicator:before.pull-right { margin-left: 0.3em; } -.markdown.jupyter .command_mode .modal_indicator:before { +.markup.jupyter .command_mode .modal_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; @@ -12237,19 +12237,19 @@ Adapted from GitHub theme -moz-osx-font-smoothing: grayscale; content: ' '; } -.markdown.jupyter .command_mode .modal_indicator:before.fa-pull-left { +.markup.jupyter .command_mode .modal_indicator:before.fa-pull-left { margin-right: 0.3em; } -.markdown.jupyter .command_mode .modal_indicator:before.fa-pull-right { +.markup.jupyter .command_mode .modal_indicator:before.fa-pull-right { margin-left: 0.3em; } -.markdown.jupyter .command_mode .modal_indicator:before.pull-left { +.markup.jupyter .command_mode .modal_indicator:before.pull-left { margin-right: 0.3em; } -.markdown.jupyter .command_mode .modal_indicator:before.pull-right { +.markup.jupyter .command_mode .modal_indicator:before.pull-right { margin-left: 0.3em; } -.markdown.jupyter .kernel_idle_icon:before { +.markup.jupyter .kernel_idle_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; @@ -12258,19 +12258,19 @@ Adapted from GitHub theme -moz-osx-font-smoothing: grayscale; content: "\f10c"; } -.markdown.jupyter .kernel_idle_icon:before.fa-pull-left { +.markup.jupyter .kernel_idle_icon:before.fa-pull-left { margin-right: 0.3em; } -.markdown.jupyter .kernel_idle_icon:before.fa-pull-right { +.markup.jupyter .kernel_idle_icon:before.fa-pull-right { margin-left: 0.3em; } -.markdown.jupyter .kernel_idle_icon:before.pull-left { +.markup.jupyter .kernel_idle_icon:before.pull-left { margin-right: 0.3em; } -.markdown.jupyter .kernel_idle_icon:before.pull-right { +.markup.jupyter .kernel_idle_icon:before.pull-right { margin-left: 0.3em; } -.markdown.jupyter .kernel_busy_icon:before { +.markup.jupyter .kernel_busy_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; @@ -12279,19 +12279,19 @@ Adapted from GitHub theme -moz-osx-font-smoothing: grayscale; content: "\f111"; } -.markdown.jupyter .kernel_busy_icon:before.fa-pull-left { +.markup.jupyter .kernel_busy_icon:before.fa-pull-left { margin-right: 0.3em; } -.markdown.jupyter .kernel_busy_icon:before.fa-pull-right { +.markup.jupyter .kernel_busy_icon:before.fa-pull-right { margin-left: 0.3em; } -.markdown.jupyter .kernel_busy_icon:before.pull-left { +.markup.jupyter .kernel_busy_icon:before.pull-left { margin-right: 0.3em; } -.markdown.jupyter .kernel_busy_icon:before.pull-right { +.markup.jupyter .kernel_busy_icon:before.pull-right { margin-left: 0.3em; } -.markdown.jupyter .kernel_dead_icon:before { +.markup.jupyter .kernel_dead_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; @@ -12300,19 +12300,19 @@ Adapted from GitHub theme -moz-osx-font-smoothing: grayscale; content: "\f1e2"; } -.markdown.jupyter .kernel_dead_icon:before.fa-pull-left { +.markup.jupyter .kernel_dead_icon:before.fa-pull-left { margin-right: 0.3em; } -.markdown.jupyter .kernel_dead_icon:before.fa-pull-right { +.markup.jupyter .kernel_dead_icon:before.fa-pull-right { margin-left: 0.3em; } -.markdown.jupyter .kernel_dead_icon:before.pull-left { +.markup.jupyter .kernel_dead_icon:before.pull-left { margin-right: 0.3em; } -.markdown.jupyter .kernel_dead_icon:before.pull-right { +.markup.jupyter .kernel_dead_icon:before.pull-right { margin-left: 0.3em; } -.markdown.jupyter .kernel_disconnected_icon:before { +.markup.jupyter .kernel_disconnected_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; @@ -12321,19 +12321,19 @@ Adapted from GitHub theme -moz-osx-font-smoothing: grayscale; content: "\f127"; } -.markdown.jupyter .kernel_disconnected_icon:before.fa-pull-left { +.markup.jupyter .kernel_disconnected_icon:before.fa-pull-left { margin-right: 0.3em; } -.markdown.jupyter .kernel_disconnected_icon:before.fa-pull-right { +.markup.jupyter .kernel_disconnected_icon:before.fa-pull-right { margin-left: 0.3em; } -.markdown.jupyter .kernel_disconnected_icon:before.pull-left { +.markup.jupyter .kernel_disconnected_icon:before.pull-left { margin-right: 0.3em; } -.markdown.jupyter .kernel_disconnected_icon:before.pull-right { +.markup.jupyter .kernel_disconnected_icon:before.pull-right { margin-left: 0.3em; } -.markdown.jupyter .notification_widget { +.markup.jupyter .notification_widget { color: #777; z-index: 10; background: rgba(240, 240, 240, 0.5); @@ -12342,287 +12342,287 @@ Adapted from GitHub theme background-color: #fff; border-color: #ccc; } -.markdown.jupyter .notification_widget:focus, -.markdown.jupyter .notification_widget.focus { +.markup.jupyter .notification_widget:focus, +.markup.jupyter .notification_widget.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } -.markdown.jupyter .notification_widget:hover { +.markup.jupyter .notification_widget:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } -.markdown.jupyter .notification_widget:active, -.markdown.jupyter .notification_widget.active, -.markdown.jupyter .open > .dropdown-toggle.notification_widget { +.markup.jupyter .notification_widget:active, +.markup.jupyter .notification_widget.active, +.markup.jupyter .open > .dropdown-toggle.notification_widget { color: #333; background-color: #e6e6e6; border-color: #adadad; } -.markdown.jupyter .notification_widget:active:hover, -.markdown.jupyter .notification_widget.active:hover, -.markdown.jupyter .open > .dropdown-toggle.notification_widget:hover, -.markdown.jupyter .notification_widget:active:focus, -.markdown.jupyter .notification_widget.active:focus, -.markdown.jupyter .open > .dropdown-toggle.notification_widget:focus, -.markdown.jupyter .notification_widget:active.focus, -.markdown.jupyter .notification_widget.active.focus, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.focus { +.markup.jupyter .notification_widget:active:hover, +.markup.jupyter .notification_widget.active:hover, +.markup.jupyter .open > .dropdown-toggle.notification_widget:hover, +.markup.jupyter .notification_widget:active:focus, +.markup.jupyter .notification_widget.active:focus, +.markup.jupyter .open > .dropdown-toggle.notification_widget:focus, +.markup.jupyter .notification_widget:active.focus, +.markup.jupyter .notification_widget.active.focus, +.markup.jupyter .open > .dropdown-toggle.notification_widget.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } -.markdown.jupyter .notification_widget:active, -.markdown.jupyter .notification_widget.active, -.markdown.jupyter .open > .dropdown-toggle.notification_widget { +.markup.jupyter .notification_widget:active, +.markup.jupyter .notification_widget.active, +.markup.jupyter .open > .dropdown-toggle.notification_widget { background-image: none; } -.markdown.jupyter .notification_widget.disabled:hover, -.markdown.jupyter .notification_widget[disabled]:hover, -.markdown.jupyter fieldset[disabled] .notification_widget:hover, -.markdown.jupyter .notification_widget.disabled:focus, -.markdown.jupyter .notification_widget[disabled]:focus, -.markdown.jupyter fieldset[disabled] .notification_widget:focus, -.markdown.jupyter .notification_widget.disabled.focus, -.markdown.jupyter .notification_widget[disabled].focus, -.markdown.jupyter fieldset[disabled] .notification_widget.focus { +.markup.jupyter .notification_widget.disabled:hover, +.markup.jupyter .notification_widget[disabled]:hover, +.markup.jupyter fieldset[disabled] .notification_widget:hover, +.markup.jupyter .notification_widget.disabled:focus, +.markup.jupyter .notification_widget[disabled]:focus, +.markup.jupyter fieldset[disabled] .notification_widget:focus, +.markup.jupyter .notification_widget.disabled.focus, +.markup.jupyter .notification_widget[disabled].focus, +.markup.jupyter fieldset[disabled] .notification_widget.focus { background-color: #fff; border-color: #ccc; } -.markdown.jupyter .notification_widget .badge { +.markup.jupyter .notification_widget .badge { color: #fff; background-color: #333; } -.markdown.jupyter .notification_widget.warning { +.markup.jupyter .notification_widget.warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } -.markdown.jupyter .notification_widget.warning:focus, -.markdown.jupyter .notification_widget.warning.focus { +.markup.jupyter .notification_widget.warning:focus, +.markup.jupyter .notification_widget.warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } -.markdown.jupyter .notification_widget.warning:hover { +.markup.jupyter .notification_widget.warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } -.markdown.jupyter .notification_widget.warning:active, -.markdown.jupyter .notification_widget.warning.active, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.warning { +.markup.jupyter .notification_widget.warning:active, +.markup.jupyter .notification_widget.warning.active, +.markup.jupyter .open > .dropdown-toggle.notification_widget.warning { color: #fff; background-color: #ec971f; border-color: #d58512; } -.markdown.jupyter .notification_widget.warning:active:hover, -.markdown.jupyter .notification_widget.warning.active:hover, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.warning:hover, -.markdown.jupyter .notification_widget.warning:active:focus, -.markdown.jupyter .notification_widget.warning.active:focus, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.warning:focus, -.markdown.jupyter .notification_widget.warning:active.focus, -.markdown.jupyter .notification_widget.warning.active.focus, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.warning.focus { +.markup.jupyter .notification_widget.warning:active:hover, +.markup.jupyter .notification_widget.warning.active:hover, +.markup.jupyter .open > .dropdown-toggle.notification_widget.warning:hover, +.markup.jupyter .notification_widget.warning:active:focus, +.markup.jupyter .notification_widget.warning.active:focus, +.markup.jupyter .open > .dropdown-toggle.notification_widget.warning:focus, +.markup.jupyter .notification_widget.warning:active.focus, +.markup.jupyter .notification_widget.warning.active.focus, +.markup.jupyter .open > .dropdown-toggle.notification_widget.warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } -.markdown.jupyter .notification_widget.warning:active, -.markdown.jupyter .notification_widget.warning.active, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.warning { +.markup.jupyter .notification_widget.warning:active, +.markup.jupyter .notification_widget.warning.active, +.markup.jupyter .open > .dropdown-toggle.notification_widget.warning { background-image: none; } -.markdown.jupyter .notification_widget.warning.disabled:hover, -.markdown.jupyter .notification_widget.warning[disabled]:hover, -.markdown.jupyter fieldset[disabled] .notification_widget.warning:hover, -.markdown.jupyter .notification_widget.warning.disabled:focus, -.markdown.jupyter .notification_widget.warning[disabled]:focus, -.markdown.jupyter fieldset[disabled] .notification_widget.warning:focus, -.markdown.jupyter .notification_widget.warning.disabled.focus, -.markdown.jupyter .notification_widget.warning[disabled].focus, -.markdown.jupyter fieldset[disabled] .notification_widget.warning.focus { +.markup.jupyter .notification_widget.warning.disabled:hover, +.markup.jupyter .notification_widget.warning[disabled]:hover, +.markup.jupyter fieldset[disabled] .notification_widget.warning:hover, +.markup.jupyter .notification_widget.warning.disabled:focus, +.markup.jupyter .notification_widget.warning[disabled]:focus, +.markup.jupyter fieldset[disabled] .notification_widget.warning:focus, +.markup.jupyter .notification_widget.warning.disabled.focus, +.markup.jupyter .notification_widget.warning[disabled].focus, +.markup.jupyter fieldset[disabled] .notification_widget.warning.focus { background-color: #f0ad4e; border-color: #eea236; } -.markdown.jupyter .notification_widget.warning .badge { +.markup.jupyter .notification_widget.warning .badge { color: #f0ad4e; background-color: #fff; } -.markdown.jupyter .notification_widget.success { +.markup.jupyter .notification_widget.success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } -.markdown.jupyter .notification_widget.success:focus, -.markdown.jupyter .notification_widget.success.focus { +.markup.jupyter .notification_widget.success:focus, +.markup.jupyter .notification_widget.success.focus { color: #fff; background-color: #449d44; border-color: #255625; } -.markdown.jupyter .notification_widget.success:hover { +.markup.jupyter .notification_widget.success:hover { color: #fff; background-color: #449d44; border-color: #398439; } -.markdown.jupyter .notification_widget.success:active, -.markdown.jupyter .notification_widget.success.active, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.success { +.markup.jupyter .notification_widget.success:active, +.markup.jupyter .notification_widget.success.active, +.markup.jupyter .open > .dropdown-toggle.notification_widget.success { color: #fff; background-color: #449d44; border-color: #398439; } -.markdown.jupyter .notification_widget.success:active:hover, -.markdown.jupyter .notification_widget.success.active:hover, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.success:hover, -.markdown.jupyter .notification_widget.success:active:focus, -.markdown.jupyter .notification_widget.success.active:focus, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.success:focus, -.markdown.jupyter .notification_widget.success:active.focus, -.markdown.jupyter .notification_widget.success.active.focus, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.success.focus { +.markup.jupyter .notification_widget.success:active:hover, +.markup.jupyter .notification_widget.success.active:hover, +.markup.jupyter .open > .dropdown-toggle.notification_widget.success:hover, +.markup.jupyter .notification_widget.success:active:focus, +.markup.jupyter .notification_widget.success.active:focus, +.markup.jupyter .open > .dropdown-toggle.notification_widget.success:focus, +.markup.jupyter .notification_widget.success:active.focus, +.markup.jupyter .notification_widget.success.active.focus, +.markup.jupyter .open > .dropdown-toggle.notification_widget.success.focus { color: #fff; background-color: #398439; border-color: #255625; } -.markdown.jupyter .notification_widget.success:active, -.markdown.jupyter .notification_widget.success.active, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.success { +.markup.jupyter .notification_widget.success:active, +.markup.jupyter .notification_widget.success.active, +.markup.jupyter .open > .dropdown-toggle.notification_widget.success { background-image: none; } -.markdown.jupyter .notification_widget.success.disabled:hover, -.markdown.jupyter .notification_widget.success[disabled]:hover, -.markdown.jupyter fieldset[disabled] .notification_widget.success:hover, -.markdown.jupyter .notification_widget.success.disabled:focus, -.markdown.jupyter .notification_widget.success[disabled]:focus, -.markdown.jupyter fieldset[disabled] .notification_widget.success:focus, -.markdown.jupyter .notification_widget.success.disabled.focus, -.markdown.jupyter .notification_widget.success[disabled].focus, -.markdown.jupyter fieldset[disabled] .notification_widget.success.focus { +.markup.jupyter .notification_widget.success.disabled:hover, +.markup.jupyter .notification_widget.success[disabled]:hover, +.markup.jupyter fieldset[disabled] .notification_widget.success:hover, +.markup.jupyter .notification_widget.success.disabled:focus, +.markup.jupyter .notification_widget.success[disabled]:focus, +.markup.jupyter fieldset[disabled] .notification_widget.success:focus, +.markup.jupyter .notification_widget.success.disabled.focus, +.markup.jupyter .notification_widget.success[disabled].focus, +.markup.jupyter fieldset[disabled] .notification_widget.success.focus { background-color: #5cb85c; border-color: #4cae4c; } -.markdown.jupyter .notification_widget.success .badge { +.markup.jupyter .notification_widget.success .badge { color: #5cb85c; background-color: #fff; } -.markdown.jupyter .notification_widget.info { +.markup.jupyter .notification_widget.info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } -.markdown.jupyter .notification_widget.info:focus, -.markdown.jupyter .notification_widget.info.focus { +.markup.jupyter .notification_widget.info:focus, +.markup.jupyter .notification_widget.info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } -.markdown.jupyter .notification_widget.info:hover { +.markup.jupyter .notification_widget.info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } -.markdown.jupyter .notification_widget.info:active, -.markdown.jupyter .notification_widget.info.active, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.info { +.markup.jupyter .notification_widget.info:active, +.markup.jupyter .notification_widget.info.active, +.markup.jupyter .open > .dropdown-toggle.notification_widget.info { color: #fff; background-color: #31b0d5; border-color: #269abc; } -.markdown.jupyter .notification_widget.info:active:hover, -.markdown.jupyter .notification_widget.info.active:hover, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.info:hover, -.markdown.jupyter .notification_widget.info:active:focus, -.markdown.jupyter .notification_widget.info.active:focus, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.info:focus, -.markdown.jupyter .notification_widget.info:active.focus, -.markdown.jupyter .notification_widget.info.active.focus, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.info.focus { +.markup.jupyter .notification_widget.info:active:hover, +.markup.jupyter .notification_widget.info.active:hover, +.markup.jupyter .open > .dropdown-toggle.notification_widget.info:hover, +.markup.jupyter .notification_widget.info:active:focus, +.markup.jupyter .notification_widget.info.active:focus, +.markup.jupyter .open > .dropdown-toggle.notification_widget.info:focus, +.markup.jupyter .notification_widget.info:active.focus, +.markup.jupyter .notification_widget.info.active.focus, +.markup.jupyter .open > .dropdown-toggle.notification_widget.info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } -.markdown.jupyter .notification_widget.info:active, -.markdown.jupyter .notification_widget.info.active, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.info { +.markup.jupyter .notification_widget.info:active, +.markup.jupyter .notification_widget.info.active, +.markup.jupyter .open > .dropdown-toggle.notification_widget.info { background-image: none; } -.markdown.jupyter .notification_widget.info.disabled:hover, -.markdown.jupyter .notification_widget.info[disabled]:hover, -.markdown.jupyter fieldset[disabled] .notification_widget.info:hover, -.markdown.jupyter .notification_widget.info.disabled:focus, -.markdown.jupyter .notification_widget.info[disabled]:focus, -.markdown.jupyter fieldset[disabled] .notification_widget.info:focus, -.markdown.jupyter .notification_widget.info.disabled.focus, -.markdown.jupyter .notification_widget.info[disabled].focus, -.markdown.jupyter fieldset[disabled] .notification_widget.info.focus { +.markup.jupyter .notification_widget.info.disabled:hover, +.markup.jupyter .notification_widget.info[disabled]:hover, +.markup.jupyter fieldset[disabled] .notification_widget.info:hover, +.markup.jupyter .notification_widget.info.disabled:focus, +.markup.jupyter .notification_widget.info[disabled]:focus, +.markup.jupyter fieldset[disabled] .notification_widget.info:focus, +.markup.jupyter .notification_widget.info.disabled.focus, +.markup.jupyter .notification_widget.info[disabled].focus, +.markup.jupyter fieldset[disabled] .notification_widget.info.focus { background-color: #5bc0de; border-color: #46b8da; } -.markdown.jupyter .notification_widget.info .badge { +.markup.jupyter .notification_widget.info .badge { color: #5bc0de; background-color: #fff; } -.markdown.jupyter .notification_widget.danger { +.markup.jupyter .notification_widget.danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } -.markdown.jupyter .notification_widget.danger:focus, -.markdown.jupyter .notification_widget.danger.focus { +.markup.jupyter .notification_widget.danger:focus, +.markup.jupyter .notification_widget.danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } -.markdown.jupyter .notification_widget.danger:hover { +.markup.jupyter .notification_widget.danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } -.markdown.jupyter .notification_widget.danger:active, -.markdown.jupyter .notification_widget.danger.active, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.danger { +.markup.jupyter .notification_widget.danger:active, +.markup.jupyter .notification_widget.danger.active, +.markup.jupyter .open > .dropdown-toggle.notification_widget.danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } -.markdown.jupyter .notification_widget.danger:active:hover, -.markdown.jupyter .notification_widget.danger.active:hover, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.danger:hover, -.markdown.jupyter .notification_widget.danger:active:focus, -.markdown.jupyter .notification_widget.danger.active:focus, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.danger:focus, -.markdown.jupyter .notification_widget.danger:active.focus, -.markdown.jupyter .notification_widget.danger.active.focus, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.danger.focus { +.markup.jupyter .notification_widget.danger:active:hover, +.markup.jupyter .notification_widget.danger.active:hover, +.markup.jupyter .open > .dropdown-toggle.notification_widget.danger:hover, +.markup.jupyter .notification_widget.danger:active:focus, +.markup.jupyter .notification_widget.danger.active:focus, +.markup.jupyter .open > .dropdown-toggle.notification_widget.danger:focus, +.markup.jupyter .notification_widget.danger:active.focus, +.markup.jupyter .notification_widget.danger.active.focus, +.markup.jupyter .open > .dropdown-toggle.notification_widget.danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } -.markdown.jupyter .notification_widget.danger:active, -.markdown.jupyter .notification_widget.danger.active, -.markdown.jupyter .open > .dropdown-toggle.notification_widget.danger { +.markup.jupyter .notification_widget.danger:active, +.markup.jupyter .notification_widget.danger.active, +.markup.jupyter .open > .dropdown-toggle.notification_widget.danger { background-image: none; } -.markdown.jupyter .notification_widget.danger.disabled:hover, -.markdown.jupyter .notification_widget.danger[disabled]:hover, -.markdown.jupyter fieldset[disabled] .notification_widget.danger:hover, -.markdown.jupyter .notification_widget.danger.disabled:focus, -.markdown.jupyter .notification_widget.danger[disabled]:focus, -.markdown.jupyter fieldset[disabled] .notification_widget.danger:focus, -.markdown.jupyter .notification_widget.danger.disabled.focus, -.markdown.jupyter .notification_widget.danger[disabled].focus, -.markdown.jupyter fieldset[disabled] .notification_widget.danger.focus { +.markup.jupyter .notification_widget.danger.disabled:hover, +.markup.jupyter .notification_widget.danger[disabled]:hover, +.markup.jupyter fieldset[disabled] .notification_widget.danger:hover, +.markup.jupyter .notification_widget.danger.disabled:focus, +.markup.jupyter .notification_widget.danger[disabled]:focus, +.markup.jupyter fieldset[disabled] .notification_widget.danger:focus, +.markup.jupyter .notification_widget.danger.disabled.focus, +.markup.jupyter .notification_widget.danger[disabled].focus, +.markup.jupyter fieldset[disabled] .notification_widget.danger.focus { background-color: #d9534f; border-color: #d43f3a; } -.markdown.jupyter .notification_widget.danger .badge { +.markup.jupyter .notification_widget.danger .badge { color: #d9534f; background-color: #fff; } -.markdown.jupyter div#pager { +.markup.jupyter div#pager { background-color: #fff; font-size: 14px; line-height: 20px; @@ -12640,31 +12640,31 @@ Adapted from GitHub theme /* Hack which prevents jquery ui resizable from changing top. */ top: auto !important; } -.markdown.jupyter div#pager pre { +.markup.jupyter div#pager pre { line-height: 1.21429em; color: #000; background-color: #f7f7f7; padding: 0.4em; } -.markdown.jupyter div#pager #pager-button-area { +.markup.jupyter div#pager #pager-button-area { position: absolute; top: 8px; right: 20px; } -.markdown.jupyter div#pager #pager-contents { +.markup.jupyter div#pager #pager-contents { position: relative; overflow: auto; width: 100%; height: 100%; } -.markdown.jupyter div#pager #pager-contents #pager-container { +.markup.jupyter div#pager #pager-contents #pager-container { position: relative; padding: 15px 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } -.markdown.jupyter div#pager .ui-resizable-handle { +.markup.jupyter div#pager .ui-resizable-handle { top: 0px; height: 8px; background: #f7f7f7; @@ -12673,7 +12673,7 @@ Adapted from GitHub theme /* This injects handle bars (a short, wide = symbol) for the resize handle. */ } -.markdown.jupyter div#pager .ui-resizable-handle::after { +.markup.jupyter div#pager .ui-resizable-handle::after { content: ''; top: 2px; left: 50%; @@ -12683,7 +12683,7 @@ Adapted from GitHub theme position: absolute; border-top: 1px solid #cfcfcf; } -.markdown.jupyter .quickhelp { +.markup.jupyter .quickhelp { /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; @@ -12700,13 +12700,13 @@ Adapted from GitHub theme align-items: stretch; line-height: 1.8em; } -.markdown.jupyter .shortcut_key { +.markup.jupyter .shortcut_key { display: inline-block; width: 21ex; text-align: right; font-family: monospace; } -.markdown.jupyter .shortcut_descr { +.markup.jupyter .shortcut_descr { display: inline-block; /* Old browsers */ -webkit-box-flex: 1; @@ -12715,7 +12715,7 @@ Adapted from GitHub theme /* Modern browsers */ flex: 1; } -.markdown.jupyter span.save_widget { +.markup.jupyter span.save_widget { height: 30px; margin-top: 4px; display: flex; @@ -12724,7 +12724,7 @@ Adapted from GitHub theme width: 50%; flex: 1; } -.markdown.jupyter span.save_widget span.filename { +.markup.jupyter span.save_widget span.filename { height: 100%; line-height: 1em; margin-left: 16px; @@ -12735,42 +12735,42 @@ Adapted from GitHub theme white-space: nowrap; border-radius: 2px; } -.markdown.jupyter span.save_widget span.filename:hover { +.markup.jupyter span.save_widget span.filename:hover { background-color: #e6e6e6; } -.markdown.jupyter [dir="rtl"] span.save_widget.pull-left { +.markup.jupyter [dir="rtl"] span.save_widget.pull-left { float: right !important; float: right; } -.markdown.jupyter [dir="rtl"] span.save_widget span.filename { +.markup.jupyter [dir="rtl"] span.save_widget span.filename { margin-left: 0; margin-right: 16px; } -.markdown.jupyter span.checkpoint_status, -.markdown.jupyter span.autosave_status { +.markup.jupyter span.checkpoint_status, +.markup.jupyter span.autosave_status { font-size: small; white-space: nowrap; padding: 0 5px; } @media (max-width: 767px) { - .markdown.jupyter span.save_widget { + .markup.jupyter span.save_widget { font-size: small; padding: 0 0 0 5px; } - .markdown.jupyter span.checkpoint_status, - .markdown.jupyter span.autosave_status { + .markup.jupyter span.checkpoint_status, + .markup.jupyter span.autosave_status { display: none; } } @media (min-width: 768px) and (max-width: 991px) { - .markdown.jupyter span.checkpoint_status { + .markup.jupyter span.checkpoint_status { display: none; } - .markdown.jupyter span.autosave_status { + .markup.jupyter span.autosave_status { font-size: x-small; } } -.markdown.jupyter .toolbar { +.markup.jupyter .toolbar { padding: 0px; margin-left: -5px; margin-top: 2px; @@ -12779,8 +12779,8 @@ Adapted from GitHub theme -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } -.markdown.jupyter .toolbar select, -.markdown.jupyter .toolbar label { +.markup.jupyter .toolbar select, +.markup.jupyter .toolbar label { width: auto; vertical-align: middle; margin-right: 2px; @@ -12792,17 +12792,17 @@ Adapted from GitHub theme padding: 0px; padding-top: 3px; } -.markdown.jupyter .toolbar .btn { +.markup.jupyter .toolbar .btn { padding: 2px 8px; } -.markdown.jupyter .toolbar .btn-group { +.markup.jupyter .toolbar .btn-group { margin-top: 0px; margin-left: 5px; } -.markdown.jupyter .toolbar-btn-label { +.markup.jupyter .toolbar-btn-label { margin-left: 6px; } -.markdown.jupyter #maintoolbar { +.markup.jupyter #maintoolbar { margin-bottom: -3px; margin-top: -8px; border: 0px; @@ -12811,7 +12811,7 @@ Adapted from GitHub theme padding-top: 11px; padding-bottom: 3px; } -.markdown.jupyter #maintoolbar .navbar-text { +.markup.jupyter #maintoolbar .navbar-text { float: none; vertical-align: middle; text-align: right; @@ -12819,17 +12819,17 @@ Adapted from GitHub theme margin-right: 0px; margin-top: 0px; } -.markdown.jupyter .select-xs { +.markup.jupyter .select-xs { height: 24px; } -.markdown.jupyter [dir="rtl"] .btn-group > .btn, -.markdown.jupyter .btn-group-vertical > .btn { +.markup.jupyter [dir="rtl"] .btn-group > .btn, +.markup.jupyter .btn-group-vertical > .btn { float: right; } -.markdown.jupyter .pulse, -.markdown.jupyter .dropdown-menu > li > a.pulse, -.markdown.jupyter li.pulse > a.dropdown-toggle, -.markdown.jupyter li.pulse.open > a.dropdown-toggle { +.markup.jupyter .pulse, +.markup.jupyter .dropdown-menu > li > a.pulse, +.markup.jupyter li.pulse > a.dropdown-toggle, +.markup.jupyter li.pulse.open > a.dropdown-toggle { background-color: #F37626; color: white; } @@ -12865,7 +12865,7 @@ Adapted from GitHub theme opacity: 1; } } -.markdown.jupyter .bigtooltip { +.markup.jupyter .bigtooltip { overflow: auto; height: 200px; -webkit-transition-property: height; @@ -12875,7 +12875,7 @@ Adapted from GitHub theme transition-property: height; transition-duration: 500ms; } -.markdown.jupyter .smalltooltip { +.markup.jupyter .smalltooltip { -webkit-transition-property: height; -webkit-transition-duration: 500ms; -moz-transition-property: height; @@ -12886,17 +12886,17 @@ Adapted from GitHub theme overflow: hidden; height: 80px; } -.markdown.jupyter .tooltipbuttons { +.markup.jupyter .tooltipbuttons { position: absolute; padding-right: 15px; top: 0px; right: 0px; } -.markdown.jupyter .tooltiptext { +.markup.jupyter .tooltiptext { /*avoid the button to overlap on some docstring*/ padding-right: 30px; } -.markdown.jupyter .ipython_tooltip { +.markup.jupyter .ipython_tooltip { max-width: 700px; /*fade-in animation when inserted*/ -webkit-animation: fadeOut 400ms; @@ -12922,16 +12922,16 @@ Adapted from GitHub theme position: absolute; z-index: 1000; } -.markdown.jupyter .ipython_tooltip a { +.markup.jupyter .ipython_tooltip a { float: right; } -.markdown.jupyter .ipython_tooltip .tooltiptext pre { +.markup.jupyter .ipython_tooltip .tooltiptext pre { border: 0; border-radius: 0; font-size: 100%; background-color: #f7f7f7; } -.markdown.jupyter .pretooltiparrow { +.markup.jupyter .pretooltiparrow { left: 0px; margin: 0px; top: -16px; @@ -12940,7 +12940,7 @@ Adapted from GitHub theme overflow: hidden; position: absolute; } -.markdown.jupyter .pretooltiparrow:before { +.markup.jupyter .pretooltiparrow:before { background-color: #f7f7f7; border: 1px #ababab solid; z-index: 11; @@ -12955,105 +12955,105 @@ Adapted from GitHub theme -ms-transform: rotate(45deg); -o-transform: rotate(45deg); } -.markdown.jupyter ul.typeahead-list i { +.markup.jupyter ul.typeahead-list i { margin-left: -10px; width: 18px; } -.markdown.jupyter [dir="rtl"] ul.typeahead-list i { +.markup.jupyter [dir="rtl"] ul.typeahead-list i { margin-left: 0; margin-right: -10px; } -.markdown.jupyter ul.typeahead-list { +.markup.jupyter ul.typeahead-list { max-height: 80vh; overflow: auto; } -.markdown.jupyter ul.typeahead-list > li > a { +.markup.jupyter ul.typeahead-list > li > a { /** Firefox bug **/ /* see https://github.com/jupyter/notebook/issues/559 */ white-space: normal; } -.markdown.jupyter ul.typeahead-list > li > a.pull-right { +.markup.jupyter ul.typeahead-list > li > a.pull-right { float: left !important; float: left; } -.markdown.jupyter [dir="rtl"] .typeahead-list { +.markup.jupyter [dir="rtl"] .typeahead-list { text-align: right; } -.markdown.jupyter .cmd-palette .modal-body { +.markup.jupyter .cmd-palette .modal-body { padding: 7px; } -.markdown.jupyter .cmd-palette form { +.markup.jupyter .cmd-palette form { background: white; } -.markdown.jupyter .cmd-palette input { +.markup.jupyter .cmd-palette input { outline: none; } -.markdown.jupyter .no-shortcut { +.markup.jupyter .no-shortcut { min-width: 20px; color: transparent; } -.markdown.jupyter [dir="rtl"] .no-shortcut.pull-right { +.markup.jupyter [dir="rtl"] .no-shortcut.pull-right { float: left !important; float: left; } -.markdown.jupyter [dir="rtl"] .command-shortcut.pull-right { +.markup.jupyter [dir="rtl"] .command-shortcut.pull-right { float: left !important; float: left; } -.markdown.jupyter .command-shortcut:before { +.markup.jupyter .command-shortcut:before { content: "(command mode)"; padding-right: 3px; color: #777777; } -.markdown.jupyter .edit-shortcut:before { +.markup.jupyter .edit-shortcut:before { content: "(edit)"; padding-right: 3px; color: #777777; } -.markdown.jupyter [dir="rtl"] .edit-shortcut.pull-right { +.markup.jupyter [dir="rtl"] .edit-shortcut.pull-right { float: left !important; float: left; } -.markdown.jupyter #find-and-replace #replace-preview .match, -.markdown.jupyter #find-and-replace #replace-preview .insert { +.markup.jupyter #find-and-replace #replace-preview .match, +.markup.jupyter #find-and-replace #replace-preview .insert { background-color: #BBDEFB; border-color: #90CAF9; border-style: solid; border-width: 1px; border-radius: 0px; } -.markdown.jupyter [dir="ltr"] #find-and-replace .input-group-btn + .form-control { +.markup.jupyter [dir="ltr"] #find-and-replace .input-group-btn + .form-control { border-left: none; } -.markdown.jupyter [dir="rtl"] #find-and-replace .input-group-btn + .form-control { +.markup.jupyter [dir="rtl"] #find-and-replace .input-group-btn + .form-control { border-right: none; } -.markdown.jupyter #find-and-replace #replace-preview .replace .match { +.markup.jupyter #find-and-replace #replace-preview .replace .match { background-color: #FFCDD2; border-color: #EF9A9A; border-radius: 0px; } -.markdown.jupyter #find-and-replace #replace-preview .replace .insert { +.markup.jupyter #find-and-replace #replace-preview .replace .insert { background-color: #C8E6C9; border-color: #A5D6A7; border-radius: 0px; } -.markdown.jupyter #find-and-replace #replace-preview { +.markup.jupyter #find-and-replace #replace-preview { max-height: 60vh; overflow: auto; } -.markdown.jupyter #find-and-replace #replace-preview pre { +.markup.jupyter #find-and-replace #replace-preview pre { padding: 5px 10px; } -.markdown.jupyter .terminal-app { +.markup.jupyter .terminal-app { background: #EEE; } -.markdown.jupyter .terminal-app #header { +.markup.jupyter .terminal-app #header { background: #fff; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } -.markdown.jupyter .terminal-app .terminal { +.markup.jupyter .terminal-app .terminal { width: 100%; float: left; font-family: monospace; @@ -13064,269 +13064,269 @@ Adapted from GitHub theme -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); } -.markdown.jupyter .terminal-app .terminal, -.markdown.jupyter .terminal-app .terminal dummy-screen { +.markup.jupyter .terminal-app .terminal, +.markup.jupyter .terminal-app .terminal dummy-screen { line-height: 1em; font-size: 14px; } -.markdown.jupyter .terminal-app .terminal .xterm-rows { +.markup.jupyter .terminal-app .terminal .xterm-rows { padding: 10px; } -.markdown.jupyter .terminal-app .terminal-cursor { +.markup.jupyter .terminal-app .terminal-cursor { color: black; background: white; } -.markdown.jupyter .terminal-app #terminado-container { +.markup.jupyter .terminal-app #terminado-container { margin-top: 20px; } -.markdown.jupyter .highlight .hll { +.markup.jupyter .highlight .hll { background-color: #ffffcc; } -.markdown.jupyter .highlight { +.markup.jupyter .highlight { background: #f8f8f8; } -.markdown.jupyter .highlight .c { +.markup.jupyter .highlight .c { color: #408080; font-style: italic; } -.markdown.jupyter .highlight .err { +.markup.jupyter .highlight .err { border: 1px solid #FF0000; } -.markdown.jupyter .highlight .k { +.markup.jupyter .highlight .k { color: #008000; font-weight: bold; } -.markdown.jupyter .highlight .o { +.markup.jupyter .highlight .o { color: #666666; } -.markdown.jupyter .highlight .ch { +.markup.jupyter .highlight .ch { color: #408080; font-style: italic; } -.markdown.jupyter .highlight .cm { +.markup.jupyter .highlight .cm { color: #408080; font-style: italic; } -.markdown.jupyter .highlight .cp { +.markup.jupyter .highlight .cp { color: #BC7A00; } -.markdown.jupyter .highlight .cpf { +.markup.jupyter .highlight .cpf { color: #408080; font-style: italic; } -.markdown.jupyter .highlight .c1 { +.markup.jupyter .highlight .c1 { color: #408080; font-style: italic; } -.markdown.jupyter .highlight .cs { +.markup.jupyter .highlight .cs { color: #408080; font-style: italic; } -.markdown.jupyter .highlight .gd { +.markup.jupyter .highlight .gd { color: #A00000; } -.markdown.jupyter .highlight .ge { +.markup.jupyter .highlight .ge { font-style: italic; } -.markdown.jupyter .highlight .gr { +.markup.jupyter .highlight .gr { color: #FF0000; } -.markdown.jupyter .highlight .gh { +.markup.jupyter .highlight .gh { color: #000080; font-weight: bold; } -.markdown.jupyter .highlight .gi { +.markup.jupyter .highlight .gi { color: #00A000; } -.markdown.jupyter .highlight .go { +.markup.jupyter .highlight .go { color: #888888; } -.markdown.jupyter .highlight .gp { +.markup.jupyter .highlight .gp { color: #000080; font-weight: bold; } -.markdown.jupyter .highlight .gs { +.markup.jupyter .highlight .gs { font-weight: bold; } -.markdown.jupyter .highlight .gu { +.markup.jupyter .highlight .gu { color: #800080; font-weight: bold; } -.markdown.jupyter .highlight .gt { +.markup.jupyter .highlight .gt { color: #0044DD; } -.markdown.jupyter .highlight .kc { +.markup.jupyter .highlight .kc { color: #008000; font-weight: bold; } -.markdown.jupyter .highlight .kd { +.markup.jupyter .highlight .kd { color: #008000; font-weight: bold; } -.markdown.jupyter .highlight .kn { +.markup.jupyter .highlight .kn { color: #008000; font-weight: bold; } -.markdown.jupyter .highlight .kp { +.markup.jupyter .highlight .kp { color: #008000; } -.markdown.jupyter .highlight .kr { +.markup.jupyter .highlight .kr { color: #008000; font-weight: bold; } -.markdown.jupyter .highlight .kt { +.markup.jupyter .highlight .kt { color: #B00040; } -.markdown.jupyter .highlight .m { +.markup.jupyter .highlight .m { color: #666666; } -.markdown.jupyter .highlight .s { +.markup.jupyter .highlight .s { color: #BA2121; } -.markdown.jupyter .highlight .na { +.markup.jupyter .highlight .na { color: #7D9029; } -.markdown.jupyter .highlight .nb { +.markup.jupyter .highlight .nb { color: #008000; } -.markdown.jupyter .highlight .nc { +.markup.jupyter .highlight .nc { color: #0000FF; font-weight: bold; } -.markdown.jupyter .highlight .no { +.markup.jupyter .highlight .no { color: #880000; } -.markdown.jupyter .highlight .nd { +.markup.jupyter .highlight .nd { color: #AA22FF; } -.markdown.jupyter .highlight .ni { +.markup.jupyter .highlight .ni { color: #999999; font-weight: bold; } -.markdown.jupyter .highlight .ne { +.markup.jupyter .highlight .ne { color: #D2413A; font-weight: bold; } -.markdown.jupyter .highlight .nf { +.markup.jupyter .highlight .nf { color: #0000FF; } -.markdown.jupyter .highlight .nl { +.markup.jupyter .highlight .nl { color: #A0A000; } -.markdown.jupyter .highlight .nn { +.markup.jupyter .highlight .nn { color: #0000FF; font-weight: bold; } -.markdown.jupyter .highlight .nt { +.markup.jupyter .highlight .nt { color: #008000; font-weight: bold; } -.markdown.jupyter .highlight .nv { +.markup.jupyter .highlight .nv { color: #19177C; } -.markdown.jupyter .highlight .ow { +.markup.jupyter .highlight .ow { color: #AA22FF; font-weight: bold; } -.markdown.jupyter .highlight .w { +.markup.jupyter .highlight .w { color: #bbbbbb; } -.markdown.jupyter .highlight .mb { +.markup.jupyter .highlight .mb { color: #666666; } -.markdown.jupyter .highlight .mf { +.markup.jupyter .highlight .mf { color: #666666; } -.markdown.jupyter .highlight .mh { +.markup.jupyter .highlight .mh { color: #666666; } -.markdown.jupyter .highlight .mi { +.markup.jupyter .highlight .mi { color: #666666; } -.markdown.jupyter .highlight .mo { +.markup.jupyter .highlight .mo { color: #666666; } -.markdown.jupyter .highlight .sa { +.markup.jupyter .highlight .sa { color: #BA2121; } -.markdown.jupyter .highlight .sb { +.markup.jupyter .highlight .sb { color: #BA2121; } -.markdown.jupyter .highlight .sc { +.markup.jupyter .highlight .sc { color: #BA2121; } -.markdown.jupyter .highlight .dl { +.markup.jupyter .highlight .dl { color: #BA2121; } -.markdown.jupyter .highlight .sd { +.markup.jupyter .highlight .sd { color: #BA2121; font-style: italic; } -.markdown.jupyter .highlight .s2 { +.markup.jupyter .highlight .s2 { color: #BA2121; } -.markdown.jupyter .highlight .se { +.markup.jupyter .highlight .se { color: #BB6622; font-weight: bold; } -.markdown.jupyter .highlight .sh { +.markup.jupyter .highlight .sh { color: #BA2121; } -.markdown.jupyter .highlight .si { +.markup.jupyter .highlight .si { color: #BB6688; font-weight: bold; } -.markdown.jupyter .highlight .sx { +.markup.jupyter .highlight .sx { color: #008000; } -.markdown.jupyter .highlight .sr { +.markup.jupyter .highlight .sr { color: #BB6688; } -.markdown.jupyter .highlight .s1 { +.markup.jupyter .highlight .s1 { color: #BA2121; } -.markdown.jupyter .highlight .ss { +.markup.jupyter .highlight .ss { color: #19177C; } -.markdown.jupyter .highlight .bp { +.markup.jupyter .highlight .bp { color: #008000; } -.markdown.jupyter .highlight .fm { +.markup.jupyter .highlight .fm { color: #0000FF; } -.markdown.jupyter .highlight .vc { +.markup.jupyter .highlight .vc { color: #19177C; } -.markdown.jupyter .highlight .vg { +.markup.jupyter .highlight .vg { color: #19177C; } -.markdown.jupyter .highlight .vi { +.markup.jupyter .highlight .vi { color: #19177C; } -.markdown.jupyter .highlight .vm { +.markup.jupyter .highlight .vm { color: #19177C; } -.markdown.jupyter .highlight .il { +.markup.jupyter .highlight .il { color: #666666; } -.markdown.jupyter body { +.markup.jupyter body { overflow: visible; padding: 8px; } -.markdown.jupyter div#notebook { +.markup.jupyter div#notebook { overflow: visible; border-top: none; } @media print { - .markdown.jupyter div.cell { + .markup.jupyter div.cell { display: block; page-break-inside: avoid; } - .markdown.jupyter div.output_wrapper { + .markup.jupyter div.output_wrapper { display: block; page-break-inside: avoid; } - .markdown.jupyter div.output { + .markup.jupyter div.output { display: block; page-break-inside: avoid; }