.markup.jupyter { /*! * * Twitter Bootstrap * */ /*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ /*! * * Font Awesome * */ /*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ /* makes the font 33% larger relative to the icon container */ /* Deprecated as of 4.4.0 */ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ /*! * * IPython base * */ /* Make the page background atleast 100% the height of the view port */ /* Make the page itself atleast 70% the height of the view port */ /* Flexible box model classes */ /* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */ /* This file is a compatability layer. It allows the usage of flexible box model layouts accross multiple browsers, including older browsers. The newest, universal implementation of the flexible box model is used when available (see `Modern browsers` comments below). Browsers that are known to implement this new spec completely include: Firefox 28.0+ Chrome 29.0+ Internet Explorer 11+ Opera 17.0+ Browsers not listed, including Safari, are supported via the styling under the `Old browsers` comments below. */ /** * Primary styles * * Author: Jupyter Development Team */ /* Smaller buttons */ /*! * * IPython auth * */ /*! * * IPython tree view * */ /* We need an invisible input field on top of the sentense*/ /* "Drag file onto the list ..." */ /** * Primary styles * * Author: Jupyter Development Team */ /*! * * IPython text editor webapp * */ /*! * * IPython notebook * */ /* CSS font colors for translated ANSI escape sequences */ /* The color values are a mix of http://www.xcolors.net/dl/baskerville-ivorylight and http://www.xcolors.net/dl/euphrasia */ /* The following styles are deprecated an will be removed in a future version */ /* use dark versions for foreground, to improve visibility */ /* and light for background, for the same reason */ /* input_area and input_prompt must match in top border and margin for alignment */ /* This is needed so that empty prompt areas can collapse to zero height when there is no content in the output_subarea and the prompt. The main purpose of this is to make sure that empty JavaScript output_subareas have no height. */ /* any special styling for code cells that are currently running goes here */ /* input_area and input_prompt must match in top border and margin for alignment */ /* The following gets added to the if it is detected that the user has a * monospace font with inconsistent normal/bold/italic height. See * notebookmain.js. Such fonts will have keywords vertically offset with * respect to the rest of the text. The user should select a better font. * See: https://github.com/ipython/ipython/issues/1503 * * .CodeMirror span { * vertical-align: bottom; * } */ /* Original style from softwaremaniacs.org (c) Ivan Sagalaev Adapted from GitHub theme */ /* previously not defined, copying from default codemirror */ /* apply the same style to codemirror */ /* class for the output area when it should be height-limited */ /* output div while it is collapsed */ /* This class is the outer container of all output sections. */ /* This is needed to protect the pre formating from global settings such as that of bootstrap */ /* This class is for the output subarea inside the output_area and after the prompt div. */ /* The rest of the output_* classes are for special styling of the different output types */ /* all text output has this class: */ /* stdout/stderr are 'text' as well as 'stream', but execute_result/error are *not* streams */ /* Empty output_javascript divs should have no height */ /* raw_input styles */ /*! * * IPython notebook webapp * */ /* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do. */ /* CSS for the cell toolbar */ /* ctb_show is added to the ctb_hideshow div to show the cell toolbar. Cell toolbars are only shown when the ctb_global_show class is also set. */ /** * Primary styles * * Author: Jupyter Development Team */ /** WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot * of chance of beeing generated from the ../less/[samename].less file, you can * try to get back the less file by reverting somme commit in history **/ /* * We'll try to get something pretty, so we * have some strange css to have the scroll bar on * the left with fix button on the top right of the tooltip */ /*properties of tooltip after "expand"*/ /*properties of tooltip before "expand"*/ /*# sourceMappingURL=style.min.css.map */ /* Comment */ /* Error */ /* Keyword */ /* Operator */ /* Comment.Hashbang */ /* Comment.Multiline */ /* Comment.Preproc */ /* Comment.PreprocFile */ /* Comment.Single */ /* Comment.Special */ /* Generic.Deleted */ /* Generic.Emph */ /* Generic.Error */ /* Generic.Heading */ /* Generic.Inserted */ /* Generic.Output */ /* Generic.Prompt */ /* Generic.Strong */ /* Generic.Subheading */ /* Generic.Traceback */ /* Keyword.Constant */ /* Keyword.Declaration */ /* Keyword.Namespace */ /* Keyword.Pseudo */ /* Keyword.Reserved */ /* Keyword.Type */ /* Literal.Number */ /* Literal.String */ /* Name.Attribute */ /* Name.Builtin */ /* Name.Class */ /* Name.Constant */ /* Name.Decorator */ /* Name.Entity */ /* Name.Exception */ /* Name.Function */ /* Name.Label */ /* Name.Namespace */ /* Name.Tag */ /* Name.Variable */ /* Operator.Word */ /* Text.Whitespace */ /* Literal.Number.Bin */ /* Literal.Number.Float */ /* Literal.Number.Hex */ /* Literal.Number.Integer */ /* Literal.Number.Oct */ /* Literal.String.Affix */ /* Literal.String.Backtick */ /* Literal.String.Char */ /* Literal.String.Delimiter */ /* Literal.String.Doc */ /* Literal.String.Double */ /* Literal.String.Escape */ /* Literal.String.Heredoc */ /* Literal.String.Interpol */ /* Literal.String.Other */ /* Literal.String.Regex */ /* Literal.String.Single */ /* Literal.String.Symbol */ /* Name.Builtin.Pseudo */ /* Name.Function.Magic */ /* Name.Variable.Class */ /* Name.Variable.Global */ /* Name.Variable.Instance */ /* Name.Variable.Magic */ /* Literal.Number.Integer.Long */ /* Overrides of notebook CSS for static HTML export */ } .markup.jupyter html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } .markup.jupyter body { margin: 0; } .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; } .markup.jupyter audio, .markup.jupyter canvas, .markup.jupyter progress, .markup.jupyter video { display: inline-block; vertical-align: baseline; } .markup.jupyter audio:not([controls]) { display: none; height: 0; } .markup.jupyter [hidden], .markup.jupyter template { display: none; } .markup.jupyter a { background-color: transparent; } .markup.jupyter a:active, .markup.jupyter a:hover { outline: 0; } .markup.jupyter abbr[title] { border-bottom: 1px dotted; } .markup.jupyter b, .markup.jupyter strong { font-weight: bold; } .markup.jupyter dfn { font-style: italic; } .markup.jupyter h1 { font-size: 2em; margin: 0.67em 0; } .markup.jupyter mark { background: #ff0; color: #000; } .markup.jupyter small { font-size: 80%; } .markup.jupyter sub, .markup.jupyter sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } .markup.jupyter sup { top: -0.5em; } .markup.jupyter sub { bottom: -0.25em; } .markup.jupyter img { border: 0; } .markup.jupyter svg:not(:root) { overflow: hidden; } .markup.jupyter figure { margin: 1em 40px; } .markup.jupyter hr { box-sizing: content-box; height: 0; } .markup.jupyter pre { overflow: auto; } .markup.jupyter code, .markup.jupyter kbd, .markup.jupyter pre, .markup.jupyter samp { font-family: monospace, monospace; font-size: 1em; } .markup.jupyter button, .markup.jupyter input, .markup.jupyter optgroup, .markup.jupyter select, .markup.jupyter textarea { color: inherit; font: inherit; margin: 0; } .markup.jupyter button { overflow: visible; } .markup.jupyter button, .markup.jupyter select { text-transform: none; } .markup.jupyter button, .markup.jupyter html input[type="button"], .markup.jupyter input[type="reset"], .markup.jupyter input[type="submit"] { -webkit-appearance: button; cursor: pointer; } .markup.jupyter button[disabled], .markup.jupyter html input[disabled] { cursor: default; } .markup.jupyter button::-moz-focus-inner, .markup.jupyter input::-moz-focus-inner { border: 0; padding: 0; } .markup.jupyter input { line-height: normal; } .markup.jupyter input[type="checkbox"], .markup.jupyter input[type="radio"] { box-sizing: border-box; padding: 0; } .markup.jupyter input[type="number"]::-webkit-inner-spin-button, .markup.jupyter input[type="number"]::-webkit-outer-spin-button { height: auto; } .markup.jupyter input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } .markup.jupyter input[type="search"]::-webkit-search-cancel-button, .markup.jupyter input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } .markup.jupyter fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } .markup.jupyter legend { border: 0; padding: 0; } .markup.jupyter textarea { overflow: auto; } .markup.jupyter optgroup { font-weight: bold; } .markup.jupyter table { border-collapse: collapse; border-spacing: 0; } .markup.jupyter td, .markup.jupyter th { padding: 0; } @media print { .markup.jupyter *, .markup.jupyter *:before, .markup.jupyter *:after { background: transparent !important; box-shadow: none !important; text-shadow: none !important; } .markup.jupyter a, .markup.jupyter a:visited { text-decoration: underline; } .markup.jupyter a[href]:after { content: " (" attr(href) ")"; } .markup.jupyter abbr[title]:after { content: " (" attr(title) ")"; } .markup.jupyter a[href^="#"]:after, .markup.jupyter a[href^="javascript:"]:after { content: ""; } .markup.jupyter pre, .markup.jupyter blockquote { border: 1px solid #999; page-break-inside: avoid; } .markup.jupyter thead { display: table-header-group; } .markup.jupyter tr, .markup.jupyter img { page-break-inside: avoid; } .markup.jupyter img { max-width: 100% !important; } .markup.jupyter p, .markup.jupyter h2, .markup.jupyter h3 { orphans: 3; widows: 3; } .markup.jupyter h2, .markup.jupyter h3 { page-break-after: avoid; } .markup.jupyter .navbar { display: none; } .markup.jupyter .btn > .caret, .markup.jupyter .dropup > .btn > .caret { border-top-color: #000 !important; } .markup.jupyter .label { border: 1px solid #000; } .markup.jupyter .table { border-collapse: collapse !important; } .markup.jupyter .table td, .markup.jupyter .table th { background-color: #fff !important; } .markup.jupyter .table-bordered th, .markup.jupyter .table-bordered td { border: 1px solid #ddd !important; } } @font-face { font-family: 'Glyphicons Halflings'; 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'); } .markup.jupyter .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .markup.jupyter .glyphicon-asterisk:before { content: "\002a"; } .markup.jupyter .glyphicon-plus:before { content: "\002b"; } .markup.jupyter .glyphicon-euro:before, .markup.jupyter .glyphicon-eur:before { content: "\20ac"; } .markup.jupyter .glyphicon-minus:before { content: "\2212"; } .markup.jupyter .glyphicon-cloud:before { content: "\2601"; } .markup.jupyter .glyphicon-envelope:before { content: "\2709"; } .markup.jupyter .glyphicon-pencil:before { content: "\270f"; } .markup.jupyter .glyphicon-glass:before { content: "\e001"; } .markup.jupyter .glyphicon-music:before { content: "\e002"; } .markup.jupyter .glyphicon-search:before { content: "\e003"; } .markup.jupyter .glyphicon-heart:before { content: "\e005"; } .markup.jupyter .glyphicon-star:before { content: "\e006"; } .markup.jupyter .glyphicon-star-empty:before { content: "\e007"; } .markup.jupyter .glyphicon-user:before { content: "\e008"; } .markup.jupyter .glyphicon-film:before { content: "\e009"; } .markup.jupyter .glyphicon-th-large:before { content: "\e010"; } .markup.jupyter .glyphicon-th:before { content: "\e011"; } .markup.jupyter .glyphicon-th-list:before { content: "\e012"; } .markup.jupyter .glyphicon-ok:before { content: "\e013"; } .markup.jupyter .glyphicon-remove:before { content: "\e014"; } .markup.jupyter .glyphicon-zoom-in:before { content: "\e015"; } .markup.jupyter .glyphicon-zoom-out:before { content: "\e016"; } .markup.jupyter .glyphicon-off:before { content: "\e017"; } .markup.jupyter .glyphicon-signal:before { content: "\e018"; } .markup.jupyter .glyphicon-cog:before { content: "\e019"; } .markup.jupyter .glyphicon-trash:before { content: "\e020"; } .markup.jupyter .glyphicon-home:before { content: "\e021"; } .markup.jupyter .glyphicon-file:before { content: "\e022"; } .markup.jupyter .glyphicon-time:before { content: "\e023"; } .markup.jupyter .glyphicon-road:before { content: "\e024"; } .markup.jupyter .glyphicon-download-alt:before { content: "\e025"; } .markup.jupyter .glyphicon-download:before { content: "\e026"; } .markup.jupyter .glyphicon-upload:before { content: "\e027"; } .markup.jupyter .glyphicon-inbox:before { content: "\e028"; } .markup.jupyter .glyphicon-play-circle:before { content: "\e029"; } .markup.jupyter .glyphicon-repeat:before { content: "\e030"; } .markup.jupyter .glyphicon-refresh:before { content: "\e031"; } .markup.jupyter .glyphicon-list-alt:before { content: "\e032"; } .markup.jupyter .glyphicon-lock:before { content: "\e033"; } .markup.jupyter .glyphicon-flag:before { content: "\e034"; } .markup.jupyter .glyphicon-headphones:before { content: "\e035"; } .markup.jupyter .glyphicon-volume-off:before { content: "\e036"; } .markup.jupyter .glyphicon-volume-down:before { content: "\e037"; } .markup.jupyter .glyphicon-volume-up:before { content: "\e038"; } .markup.jupyter .glyphicon-qrcode:before { content: "\e039"; } .markup.jupyter .glyphicon-barcode:before { content: "\e040"; } .markup.jupyter .glyphicon-tag:before { content: "\e041"; } .markup.jupyter .glyphicon-tags:before { content: "\e042"; } .markup.jupyter .glyphicon-book:before { content: "\e043"; } .markup.jupyter .glyphicon-bookmark:before { content: "\e044"; } .markup.jupyter .glyphicon-print:before { content: "\e045"; } .markup.jupyter .glyphicon-camera:before { content: "\e046"; } .markup.jupyter .glyphicon-font:before { content: "\e047"; } .markup.jupyter .glyphicon-bold:before { content: "\e048"; } .markup.jupyter .glyphicon-italic:before { content: "\e049"; } .markup.jupyter .glyphicon-text-height:before { content: "\e050"; } .markup.jupyter .glyphicon-text-width:before { content: "\e051"; } .markup.jupyter .glyphicon-align-left:before { content: "\e052"; } .markup.jupyter .glyphicon-align-center:before { content: "\e053"; } .markup.jupyter .glyphicon-align-right:before { content: "\e054"; } .markup.jupyter .glyphicon-align-justify:before { content: "\e055"; } .markup.jupyter .glyphicon-list:before { content: "\e056"; } .markup.jupyter .glyphicon-indent-left:before { content: "\e057"; } .markup.jupyter .glyphicon-indent-right:before { content: "\e058"; } .markup.jupyter .glyphicon-facetime-video:before { content: "\e059"; } .markup.jupyter .glyphicon-picture:before { content: "\e060"; } .markup.jupyter .glyphicon-map-marker:before { content: "\e062"; } .markup.jupyter .glyphicon-adjust:before { content: "\e063"; } .markup.jupyter .glyphicon-tint:before { content: "\e064"; } .markup.jupyter .glyphicon-edit:before { content: "\e065"; } .markup.jupyter .glyphicon-share:before { content: "\e066"; } .markup.jupyter .glyphicon-check:before { content: "\e067"; } .markup.jupyter .glyphicon-move:before { content: "\e068"; } .markup.jupyter .glyphicon-step-backward:before { content: "\e069"; } .markup.jupyter .glyphicon-fast-backward:before { content: "\e070"; } .markup.jupyter .glyphicon-backward:before { content: "\e071"; } .markup.jupyter .glyphicon-play:before { content: "\e072"; } .markup.jupyter .glyphicon-pause:before { content: "\e073"; } .markup.jupyter .glyphicon-stop:before { content: "\e074"; } .markup.jupyter .glyphicon-forward:before { content: "\e075"; } .markup.jupyter .glyphicon-fast-forward:before { content: "\e076"; } .markup.jupyter .glyphicon-step-forward:before { content: "\e077"; } .markup.jupyter .glyphicon-eject:before { content: "\e078"; } .markup.jupyter .glyphicon-chevron-left:before { content: "\e079"; } .markup.jupyter .glyphicon-chevron-right:before { content: "\e080"; } .markup.jupyter .glyphicon-plus-sign:before { content: "\e081"; } .markup.jupyter .glyphicon-minus-sign:before { content: "\e082"; } .markup.jupyter .glyphicon-remove-sign:before { content: "\e083"; } .markup.jupyter .glyphicon-ok-sign:before { content: "\e084"; } .markup.jupyter .glyphicon-question-sign:before { content: "\e085"; } .markup.jupyter .glyphicon-info-sign:before { content: "\e086"; } .markup.jupyter .glyphicon-screenshot:before { content: "\e087"; } .markup.jupyter .glyphicon-remove-circle:before { content: "\e088"; } .markup.jupyter .glyphicon-ok-circle:before { content: "\e089"; } .markup.jupyter .glyphicon-ban-circle:before { content: "\e090"; } .markup.jupyter .glyphicon-arrow-left:before { content: "\e091"; } .markup.jupyter .glyphicon-arrow-right:before { content: "\e092"; } .markup.jupyter .glyphicon-arrow-up:before { content: "\e093"; } .markup.jupyter .glyphicon-arrow-down:before { content: "\e094"; } .markup.jupyter .glyphicon-share-alt:before { content: "\e095"; } .markup.jupyter .glyphicon-resize-full:before { content: "\e096"; } .markup.jupyter .glyphicon-resize-small:before { content: "\e097"; } .markup.jupyter .glyphicon-exclamation-sign:before { content: "\e101"; } .markup.jupyter .glyphicon-gift:before { content: "\e102"; } .markup.jupyter .glyphicon-leaf:before { content: "\e103"; } .markup.jupyter .glyphicon-fire:before { content: "\e104"; } .markup.jupyter .glyphicon-eye-open:before { content: "\e105"; } .markup.jupyter .glyphicon-eye-close:before { content: "\e106"; } .markup.jupyter .glyphicon-warning-sign:before { content: "\e107"; } .markup.jupyter .glyphicon-plane:before { content: "\e108"; } .markup.jupyter .glyphicon-calendar:before { content: "\e109"; } .markup.jupyter .glyphicon-random:before { content: "\e110"; } .markup.jupyter .glyphicon-comment:before { content: "\e111"; } .markup.jupyter .glyphicon-magnet:before { content: "\e112"; } .markup.jupyter .glyphicon-chevron-up:before { content: "\e113"; } .markup.jupyter .glyphicon-chevron-down:before { content: "\e114"; } .markup.jupyter .glyphicon-retweet:before { content: "\e115"; } .markup.jupyter .glyphicon-shopping-cart:before { content: "\e116"; } .markup.jupyter .glyphicon-folder-close:before { content: "\e117"; } .markup.jupyter .glyphicon-folder-open:before { content: "\e118"; } .markup.jupyter .glyphicon-resize-vertical:before { content: "\e119"; } .markup.jupyter .glyphicon-resize-horizontal:before { content: "\e120"; } .markup.jupyter .glyphicon-hdd:before { content: "\e121"; } .markup.jupyter .glyphicon-bullhorn:before { content: "\e122"; } .markup.jupyter .glyphicon-bell:before { content: "\e123"; } .markup.jupyter .glyphicon-certificate:before { content: "\e124"; } .markup.jupyter .glyphicon-thumbs-up:before { content: "\e125"; } .markup.jupyter .glyphicon-thumbs-down:before { content: "\e126"; } .markup.jupyter .glyphicon-hand-right:before { content: "\e127"; } .markup.jupyter .glyphicon-hand-left:before { content: "\e128"; } .markup.jupyter .glyphicon-hand-up:before { content: "\e129"; } .markup.jupyter .glyphicon-hand-down:before { content: "\e130"; } .markup.jupyter .glyphicon-circle-arrow-right:before { content: "\e131"; } .markup.jupyter .glyphicon-circle-arrow-left:before { content: "\e132"; } .markup.jupyter .glyphicon-circle-arrow-up:before { content: "\e133"; } .markup.jupyter .glyphicon-circle-arrow-down:before { content: "\e134"; } .markup.jupyter .glyphicon-globe:before { content: "\e135"; } .markup.jupyter .glyphicon-wrench:before { content: "\e136"; } .markup.jupyter .glyphicon-tasks:before { content: "\e137"; } .markup.jupyter .glyphicon-filter:before { content: "\e138"; } .markup.jupyter .glyphicon-briefcase:before { content: "\e139"; } .markup.jupyter .glyphicon-fullscreen:before { content: "\e140"; } .markup.jupyter .glyphicon-dashboard:before { content: "\e141"; } .markup.jupyter .glyphicon-paperclip:before { content: "\e142"; } .markup.jupyter .glyphicon-heart-empty:before { content: "\e143"; } .markup.jupyter .glyphicon-link:before { content: "\e144"; } .markup.jupyter .glyphicon-phone:before { content: "\e145"; } .markup.jupyter .glyphicon-pushpin:before { content: "\e146"; } .markup.jupyter .glyphicon-usd:before { content: "\e148"; } .markup.jupyter .glyphicon-gbp:before { content: "\e149"; } .markup.jupyter .glyphicon-sort:before { content: "\e150"; } .markup.jupyter .glyphicon-sort-by-alphabet:before { content: "\e151"; } .markup.jupyter .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } .markup.jupyter .glyphicon-sort-by-order:before { content: "\e153"; } .markup.jupyter .glyphicon-sort-by-order-alt:before { content: "\e154"; } .markup.jupyter .glyphicon-sort-by-attributes:before { content: "\e155"; } .markup.jupyter .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } .markup.jupyter .glyphicon-unchecked:before { content: "\e157"; } .markup.jupyter .glyphicon-expand:before { content: "\e158"; } .markup.jupyter .glyphicon-collapse-down:before { content: "\e159"; } .markup.jupyter .glyphicon-collapse-up:before { content: "\e160"; } .markup.jupyter .glyphicon-log-in:before { content: "\e161"; } .markup.jupyter .glyphicon-flash:before { content: "\e162"; } .markup.jupyter .glyphicon-log-out:before { content: "\e163"; } .markup.jupyter .glyphicon-new-window:before { content: "\e164"; } .markup.jupyter .glyphicon-record:before { content: "\e165"; } .markup.jupyter .glyphicon-save:before { content: "\e166"; } .markup.jupyter .glyphicon-open:before { content: "\e167"; } .markup.jupyter .glyphicon-saved:before { content: "\e168"; } .markup.jupyter .glyphicon-import:before { content: "\e169"; } .markup.jupyter .glyphicon-export:before { content: "\e170"; } .markup.jupyter .glyphicon-send:before { content: "\e171"; } .markup.jupyter .glyphicon-floppy-disk:before { content: "\e172"; } .markup.jupyter .glyphicon-floppy-saved:before { content: "\e173"; } .markup.jupyter .glyphicon-floppy-remove:before { content: "\e174"; } .markup.jupyter .glyphicon-floppy-save:before { content: "\e175"; } .markup.jupyter .glyphicon-floppy-open:before { content: "\e176"; } .markup.jupyter .glyphicon-credit-card:before { content: "\e177"; } .markup.jupyter .glyphicon-transfer:before { content: "\e178"; } .markup.jupyter .glyphicon-cutlery:before { content: "\e179"; } .markup.jupyter .glyphicon-header:before { content: "\e180"; } .markup.jupyter .glyphicon-compressed:before { content: "\e181"; } .markup.jupyter .glyphicon-earphone:before { content: "\e182"; } .markup.jupyter .glyphicon-phone-alt:before { content: "\e183"; } .markup.jupyter .glyphicon-tower:before { content: "\e184"; } .markup.jupyter .glyphicon-stats:before { content: "\e185"; } .markup.jupyter .glyphicon-sd-video:before { content: "\e186"; } .markup.jupyter .glyphicon-hd-video:before { content: "\e187"; } .markup.jupyter .glyphicon-subtitles:before { content: "\e188"; } .markup.jupyter .glyphicon-sound-stereo:before { content: "\e189"; } .markup.jupyter .glyphicon-sound-dolby:before { content: "\e190"; } .markup.jupyter .glyphicon-sound-5-1:before { content: "\e191"; } .markup.jupyter .glyphicon-sound-6-1:before { content: "\e192"; } .markup.jupyter .glyphicon-sound-7-1:before { content: "\e193"; } .markup.jupyter .glyphicon-copyright-mark:before { content: "\e194"; } .markup.jupyter .glyphicon-registration-mark:before { content: "\e195"; } .markup.jupyter .glyphicon-cloud-download:before { content: "\e197"; } .markup.jupyter .glyphicon-cloud-upload:before { content: "\e198"; } .markup.jupyter .glyphicon-tree-conifer:before { content: "\e199"; } .markup.jupyter .glyphicon-tree-deciduous:before { content: "\e200"; } .markup.jupyter .glyphicon-cd:before { content: "\e201"; } .markup.jupyter .glyphicon-save-file:before { content: "\e202"; } .markup.jupyter .glyphicon-open-file:before { content: "\e203"; } .markup.jupyter .glyphicon-level-up:before { content: "\e204"; } .markup.jupyter .glyphicon-copy:before { content: "\e205"; } .markup.jupyter .glyphicon-paste:before { content: "\e206"; } .markup.jupyter .glyphicon-alert:before { content: "\e209"; } .markup.jupyter .glyphicon-equalizer:before { content: "\e210"; } .markup.jupyter .glyphicon-king:before { content: "\e211"; } .markup.jupyter .glyphicon-queen:before { content: "\e212"; } .markup.jupyter .glyphicon-pawn:before { content: "\e213"; } .markup.jupyter .glyphicon-bishop:before { content: "\e214"; } .markup.jupyter .glyphicon-knight:before { content: "\e215"; } .markup.jupyter .glyphicon-baby-formula:before { content: "\e216"; } .markup.jupyter .glyphicon-tent:before { content: "\26fa"; } .markup.jupyter .glyphicon-blackboard:before { content: "\e218"; } .markup.jupyter .glyphicon-bed:before { content: "\e219"; } .markup.jupyter .glyphicon-apple:before { content: "\f8ff"; } .markup.jupyter .glyphicon-erase:before { content: "\e221"; } .markup.jupyter .glyphicon-hourglass:before { content: "\231b"; } .markup.jupyter .glyphicon-lamp:before { content: "\e223"; } .markup.jupyter .glyphicon-duplicate:before { content: "\e224"; } .markup.jupyter .glyphicon-piggy-bank:before { content: "\e225"; } .markup.jupyter .glyphicon-scissors:before { content: "\e226"; } .markup.jupyter .glyphicon-bitcoin:before { content: "\e227"; } .markup.jupyter .glyphicon-btc:before { content: "\e227"; } .markup.jupyter .glyphicon-xbt:before { content: "\e227"; } .markup.jupyter .glyphicon-yen:before { content: "\00a5"; } .markup.jupyter .glyphicon-jpy:before { content: "\00a5"; } .markup.jupyter .glyphicon-ruble:before { content: "\20bd"; } .markup.jupyter .glyphicon-rub:before { content: "\20bd"; } .markup.jupyter .glyphicon-scale:before { content: "\e230"; } .markup.jupyter .glyphicon-ice-lolly:before { content: "\e231"; } .markup.jupyter .glyphicon-ice-lolly-tasted:before { content: "\e232"; } .markup.jupyter .glyphicon-education:before { content: "\e233"; } .markup.jupyter .glyphicon-option-horizontal:before { content: "\e234"; } .markup.jupyter .glyphicon-option-vertical:before { content: "\e235"; } .markup.jupyter .glyphicon-menu-hamburger:before { content: "\e236"; } .markup.jupyter .glyphicon-modal-window:before { content: "\e237"; } .markup.jupyter .glyphicon-oil:before { content: "\e238"; } .markup.jupyter .glyphicon-grain:before { content: "\e239"; } .markup.jupyter .glyphicon-sunglasses:before { content: "\e240"; } .markup.jupyter .glyphicon-text-size:before { content: "\e241"; } .markup.jupyter .glyphicon-text-color:before { content: "\e242"; } .markup.jupyter .glyphicon-text-background:before { content: "\e243"; } .markup.jupyter .glyphicon-object-align-top:before { content: "\e244"; } .markup.jupyter .glyphicon-object-align-bottom:before { content: "\e245"; } .markup.jupyter .glyphicon-object-align-horizontal:before { content: "\e246"; } .markup.jupyter .glyphicon-object-align-left:before { content: "\e247"; } .markup.jupyter .glyphicon-object-align-vertical:before { content: "\e248"; } .markup.jupyter .glyphicon-object-align-right:before { content: "\e249"; } .markup.jupyter .glyphicon-triangle-right:before { content: "\e250"; } .markup.jupyter .glyphicon-triangle-left:before { content: "\e251"; } .markup.jupyter .glyphicon-triangle-bottom:before { content: "\e252"; } .markup.jupyter .glyphicon-triangle-top:before { content: "\e253"; } .markup.jupyter .glyphicon-console:before { content: "\e254"; } .markup.jupyter .glyphicon-superscript:before { content: "\e255"; } .markup.jupyter .glyphicon-subscript:before { content: "\e256"; } .markup.jupyter .glyphicon-menu-left:before { content: "\e257"; } .markup.jupyter .glyphicon-menu-right:before { content: "\e258"; } .markup.jupyter .glyphicon-menu-down:before { content: "\e259"; } .markup.jupyter .glyphicon-menu-up:before { content: "\e260"; } .markup.jupyter * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .markup.jupyter *:before, .markup.jupyter *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .markup.jupyter html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .markup.jupyter body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.42857143; color: #000; background-color: #fff; } .markup.jupyter input, .markup.jupyter button, .markup.jupyter select, .markup.jupyter textarea { font-family: inherit; font-size: inherit; line-height: inherit; } .markup.jupyter a { color: #337ab7; text-decoration: none; } .markup.jupyter a:hover, .markup.jupyter a:focus { color: #23527c; text-decoration: underline; } .markup.jupyter a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .markup.jupyter figure { margin: 0; } .markup.jupyter img { vertical-align: middle; } .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; } .markup.jupyter .img-rounded { border-radius: 3px; } .markup.jupyter .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } .markup.jupyter .img-circle { border-radius: 50%; } .markup.jupyter hr { margin-top: 18px; margin-bottom: 18px; border: 0; border-top: 1px solid #eeeeee; } .markup.jupyter .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .markup.jupyter .sr-only-focusable:active, .markup.jupyter .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } .markup.jupyter [role="button"] { cursor: pointer; } .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; } .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; } .markup.jupyter h1, .markup.jupyter .h1, .markup.jupyter h2, .markup.jupyter .h2, .markup.jupyter h3, .markup.jupyter .h3 { margin-top: 18px; margin-bottom: 9px; } .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%; } .markup.jupyter h4, .markup.jupyter .h4, .markup.jupyter h5, .markup.jupyter .h5, .markup.jupyter h6, .markup.jupyter .h6 { margin-top: 9px; margin-bottom: 9px; } .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%; } .markup.jupyter h1, .markup.jupyter .h1 { font-size: 33px; } .markup.jupyter h2, .markup.jupyter .h2 { font-size: 27px; } .markup.jupyter h3, .markup.jupyter .h3 { font-size: 23px; } .markup.jupyter h4, .markup.jupyter .h4 { font-size: 17px; } .markup.jupyter h5, .markup.jupyter .h5 { font-size: 13px; } .markup.jupyter h6, .markup.jupyter .h6 { font-size: 12px; } .markup.jupyter p { margin: 0 0 9px; } .markup.jupyter .lead { margin-bottom: 18px; font-size: 14px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { .markup.jupyter .lead { font-size: 19.5px; } } .markup.jupyter small, .markup.jupyter .small { font-size: 92%; } .markup.jupyter mark, .markup.jupyter .mark { background-color: #fcf8e3; padding: 0.2em; } .markup.jupyter .text-left { text-align: left; } .markup.jupyter .text-right { text-align: right; } .markup.jupyter .text-center { text-align: center; } .markup.jupyter .text-justify { text-align: justify; } .markup.jupyter .text-nowrap { white-space: nowrap; } .markup.jupyter .text-lowercase { text-transform: lowercase; } .markup.jupyter .text-uppercase { text-transform: uppercase; } .markup.jupyter .text-capitalize { text-transform: capitalize; } .markup.jupyter .text-muted { color: #777777; } .markup.jupyter .text-primary { color: #337ab7; } .markup.jupyter a.text-primary:hover, .markup.jupyter a.text-primary:focus { color: #286090; } .markup.jupyter .text-success { color: #3c763d; } .markup.jupyter a.text-success:hover, .markup.jupyter a.text-success:focus { color: #2b542c; } .markup.jupyter .text-info { color: #31708f; } .markup.jupyter a.text-info:hover, .markup.jupyter a.text-info:focus { color: #245269; } .markup.jupyter .text-warning { color: #8a6d3b; } .markup.jupyter a.text-warning:hover, .markup.jupyter a.text-warning:focus { color: #66512c; } .markup.jupyter .text-danger { color: #a94442; } .markup.jupyter a.text-danger:hover, .markup.jupyter a.text-danger:focus { color: #843534; } .markup.jupyter .bg-primary { color: #fff; background-color: #337ab7; } .markup.jupyter a.bg-primary:hover, .markup.jupyter a.bg-primary:focus { background-color: #286090; } .markup.jupyter .bg-success { background-color: #dff0d8; } .markup.jupyter a.bg-success:hover, .markup.jupyter a.bg-success:focus { background-color: #c1e2b3; } .markup.jupyter .bg-info { background-color: #d9edf7; } .markup.jupyter a.bg-info:hover, .markup.jupyter a.bg-info:focus { background-color: #afd9ee; } .markup.jupyter .bg-warning { background-color: #fcf8e3; } .markup.jupyter a.bg-warning:hover, .markup.jupyter a.bg-warning:focus { background-color: #f7ecb5; } .markup.jupyter .bg-danger { background-color: #f2dede; } .markup.jupyter a.bg-danger:hover, .markup.jupyter a.bg-danger:focus { background-color: #e4b9b9; } .markup.jupyter .page-header { padding-bottom: 8px; margin: 36px 0 18px; border-bottom: 1px solid #eeeeee; } .markup.jupyter ul, .markup.jupyter ol { margin-top: 0; margin-bottom: 9px; } .markup.jupyter ul ul, .markup.jupyter ol ul, .markup.jupyter ul ol, .markup.jupyter ol ol { margin-bottom: 0; } .markup.jupyter .list-unstyled { padding-left: 0; list-style: none; } .markup.jupyter .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .markup.jupyter .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } .markup.jupyter dl { margin-top: 0; margin-bottom: 18px; } .markup.jupyter dt, .markup.jupyter dd { line-height: 1.42857143; } .markup.jupyter dt { font-weight: bold; } .markup.jupyter dd { margin-left: 0; } @media (min-width: 541px) { .markup.jupyter .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .markup.jupyter .dl-horizontal dd { margin-left: 180px; } } .markup.jupyter abbr[title], .markup.jupyter abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; } .markup.jupyter .initialism { font-size: 90%; text-transform: uppercase; } .markup.jupyter blockquote { padding: 9px 18px; margin: 0 0 18px; font-size: inherit; border-left: 5px solid #eeeeee; } .markup.jupyter blockquote p:last-child, .markup.jupyter blockquote ul:last-child, .markup.jupyter blockquote ol:last-child { margin-bottom: 0; } .markup.jupyter blockquote footer, .markup.jupyter blockquote small, .markup.jupyter blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777777; } .markup.jupyter blockquote footer:before, .markup.jupyter blockquote small:before, .markup.jupyter blockquote .small:before { content: '\2014 \00A0'; } .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; } .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: ''; } .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'; } .markup.jupyter address { margin-bottom: 18px; font-style: normal; line-height: 1.42857143; } .markup.jupyter code, .markup.jupyter kbd, .markup.jupyter pre, .markup.jupyter samp { font-family: monospace; } .markup.jupyter code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 2px; } .markup.jupyter kbd { padding: 2px 4px; font-size: 90%; color: #888; background-color: transparent; border-radius: 1px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } .markup.jupyter kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none; } .markup.jupyter pre { display: block; padding: 8.5px; margin: 0 0 9px; font-size: 12px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 2px; } .markup.jupyter pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .markup.jupyter .pre-scrollable { max-height: 340px; overflow-y: scroll; } .markup.jupyter .container { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } .markup.jupyter .container-fluid { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } .markup.jupyter .row { margin-left: 0px; margin-right: 0px; } .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; } .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; } .markup.jupyter .col-xs-12 { width: 100%; } .markup.jupyter .col-xs-11 { width: 91.66666667%; } .markup.jupyter .col-xs-10 { width: 83.33333333%; } .markup.jupyter .col-xs-9 { width: 75%; } .markup.jupyter .col-xs-8 { width: 66.66666667%; } .markup.jupyter .col-xs-7 { width: 58.33333333%; } .markup.jupyter .col-xs-6 { width: 50%; } .markup.jupyter .col-xs-5 { width: 41.66666667%; } .markup.jupyter .col-xs-4 { width: 33.33333333%; } .markup.jupyter .col-xs-3 { width: 25%; } .markup.jupyter .col-xs-2 { width: 16.66666667%; } .markup.jupyter .col-xs-1 { width: 8.33333333%; } .markup.jupyter .col-xs-pull-12 { right: 100%; } .markup.jupyter .col-xs-pull-11 { right: 91.66666667%; } .markup.jupyter .col-xs-pull-10 { right: 83.33333333%; } .markup.jupyter .col-xs-pull-9 { right: 75%; } .markup.jupyter .col-xs-pull-8 { right: 66.66666667%; } .markup.jupyter .col-xs-pull-7 { right: 58.33333333%; } .markup.jupyter .col-xs-pull-6 { right: 50%; } .markup.jupyter .col-xs-pull-5 { right: 41.66666667%; } .markup.jupyter .col-xs-pull-4 { right: 33.33333333%; } .markup.jupyter .col-xs-pull-3 { right: 25%; } .markup.jupyter .col-xs-pull-2 { right: 16.66666667%; } .markup.jupyter .col-xs-pull-1 { right: 8.33333333%; } .markup.jupyter .col-xs-pull-0 { right: auto; } .markup.jupyter .col-xs-push-12 { left: 100%; } .markup.jupyter .col-xs-push-11 { left: 91.66666667%; } .markup.jupyter .col-xs-push-10 { left: 83.33333333%; } .markup.jupyter .col-xs-push-9 { left: 75%; } .markup.jupyter .col-xs-push-8 { left: 66.66666667%; } .markup.jupyter .col-xs-push-7 { left: 58.33333333%; } .markup.jupyter .col-xs-push-6 { left: 50%; } .markup.jupyter .col-xs-push-5 { left: 41.66666667%; } .markup.jupyter .col-xs-push-4 { left: 33.33333333%; } .markup.jupyter .col-xs-push-3 { left: 25%; } .markup.jupyter .col-xs-push-2 { left: 16.66666667%; } .markup.jupyter .col-xs-push-1 { left: 8.33333333%; } .markup.jupyter .col-xs-push-0 { left: auto; } .markup.jupyter .col-xs-offset-12 { margin-left: 100%; } .markup.jupyter .col-xs-offset-11 { margin-left: 91.66666667%; } .markup.jupyter .col-xs-offset-10 { margin-left: 83.33333333%; } .markup.jupyter .col-xs-offset-9 { margin-left: 75%; } .markup.jupyter .col-xs-offset-8 { margin-left: 66.66666667%; } .markup.jupyter .col-xs-offset-7 { margin-left: 58.33333333%; } .markup.jupyter .col-xs-offset-6 { margin-left: 50%; } .markup.jupyter .col-xs-offset-5 { margin-left: 41.66666667%; } .markup.jupyter .col-xs-offset-4 { margin-left: 33.33333333%; } .markup.jupyter .col-xs-offset-3 { margin-left: 25%; } .markup.jupyter .col-xs-offset-2 { margin-left: 16.66666667%; } .markup.jupyter .col-xs-offset-1 { margin-left: 8.33333333%; } .markup.jupyter .col-xs-offset-0 { margin-left: 0%; } @media (min-width: 768px) { .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; } .markup.jupyter .col-sm-12 { width: 100%; } .markup.jupyter .col-sm-11 { width: 91.66666667%; } .markup.jupyter .col-sm-10 { width: 83.33333333%; } .markup.jupyter .col-sm-9 { width: 75%; } .markup.jupyter .col-sm-8 { width: 66.66666667%; } .markup.jupyter .col-sm-7 { width: 58.33333333%; } .markup.jupyter .col-sm-6 { width: 50%; } .markup.jupyter .col-sm-5 { width: 41.66666667%; } .markup.jupyter .col-sm-4 { width: 33.33333333%; } .markup.jupyter .col-sm-3 { width: 25%; } .markup.jupyter .col-sm-2 { width: 16.66666667%; } .markup.jupyter .col-sm-1 { width: 8.33333333%; } .markup.jupyter .col-sm-pull-12 { right: 100%; } .markup.jupyter .col-sm-pull-11 { right: 91.66666667%; } .markup.jupyter .col-sm-pull-10 { right: 83.33333333%; } .markup.jupyter .col-sm-pull-9 { right: 75%; } .markup.jupyter .col-sm-pull-8 { right: 66.66666667%; } .markup.jupyter .col-sm-pull-7 { right: 58.33333333%; } .markup.jupyter .col-sm-pull-6 { right: 50%; } .markup.jupyter .col-sm-pull-5 { right: 41.66666667%; } .markup.jupyter .col-sm-pull-4 { right: 33.33333333%; } .markup.jupyter .col-sm-pull-3 { right: 25%; } .markup.jupyter .col-sm-pull-2 { right: 16.66666667%; } .markup.jupyter .col-sm-pull-1 { right: 8.33333333%; } .markup.jupyter .col-sm-pull-0 { right: auto; } .markup.jupyter .col-sm-push-12 { left: 100%; } .markup.jupyter .col-sm-push-11 { left: 91.66666667%; } .markup.jupyter .col-sm-push-10 { left: 83.33333333%; } .markup.jupyter .col-sm-push-9 { left: 75%; } .markup.jupyter .col-sm-push-8 { left: 66.66666667%; } .markup.jupyter .col-sm-push-7 { left: 58.33333333%; } .markup.jupyter .col-sm-push-6 { left: 50%; } .markup.jupyter .col-sm-push-5 { left: 41.66666667%; } .markup.jupyter .col-sm-push-4 { left: 33.33333333%; } .markup.jupyter .col-sm-push-3 { left: 25%; } .markup.jupyter .col-sm-push-2 { left: 16.66666667%; } .markup.jupyter .col-sm-push-1 { left: 8.33333333%; } .markup.jupyter .col-sm-push-0 { left: auto; } .markup.jupyter .col-sm-offset-12 { margin-left: 100%; } .markup.jupyter .col-sm-offset-11 { margin-left: 91.66666667%; } .markup.jupyter .col-sm-offset-10 { margin-left: 83.33333333%; } .markup.jupyter .col-sm-offset-9 { margin-left: 75%; } .markup.jupyter .col-sm-offset-8 { margin-left: 66.66666667%; } .markup.jupyter .col-sm-offset-7 { margin-left: 58.33333333%; } .markup.jupyter .col-sm-offset-6 { margin-left: 50%; } .markup.jupyter .col-sm-offset-5 { margin-left: 41.66666667%; } .markup.jupyter .col-sm-offset-4 { margin-left: 33.33333333%; } .markup.jupyter .col-sm-offset-3 { margin-left: 25%; } .markup.jupyter .col-sm-offset-2 { margin-left: 16.66666667%; } .markup.jupyter .col-sm-offset-1 { margin-left: 8.33333333%; } .markup.jupyter .col-sm-offset-0 { margin-left: 0%; } } @media (min-width: 992px) { .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; } .markup.jupyter .col-md-12 { width: 100%; } .markup.jupyter .col-md-11 { width: 91.66666667%; } .markup.jupyter .col-md-10 { width: 83.33333333%; } .markup.jupyter .col-md-9 { width: 75%; } .markup.jupyter .col-md-8 { width: 66.66666667%; } .markup.jupyter .col-md-7 { width: 58.33333333%; } .markup.jupyter .col-md-6 { width: 50%; } .markup.jupyter .col-md-5 { width: 41.66666667%; } .markup.jupyter .col-md-4 { width: 33.33333333%; } .markup.jupyter .col-md-3 { width: 25%; } .markup.jupyter .col-md-2 { width: 16.66666667%; } .markup.jupyter .col-md-1 { width: 8.33333333%; } .markup.jupyter .col-md-pull-12 { right: 100%; } .markup.jupyter .col-md-pull-11 { right: 91.66666667%; } .markup.jupyter .col-md-pull-10 { right: 83.33333333%; } .markup.jupyter .col-md-pull-9 { right: 75%; } .markup.jupyter .col-md-pull-8 { right: 66.66666667%; } .markup.jupyter .col-md-pull-7 { right: 58.33333333%; } .markup.jupyter .col-md-pull-6 { right: 50%; } .markup.jupyter .col-md-pull-5 { right: 41.66666667%; } .markup.jupyter .col-md-pull-4 { right: 33.33333333%; } .markup.jupyter .col-md-pull-3 { right: 25%; } .markup.jupyter .col-md-pull-2 { right: 16.66666667%; } .markup.jupyter .col-md-pull-1 { right: 8.33333333%; } .markup.jupyter .col-md-pull-0 { right: auto; } .markup.jupyter .col-md-push-12 { left: 100%; } .markup.jupyter .col-md-push-11 { left: 91.66666667%; } .markup.jupyter .col-md-push-10 { left: 83.33333333%; } .markup.jupyter .col-md-push-9 { left: 75%; } .markup.jupyter .col-md-push-8 { left: 66.66666667%; } .markup.jupyter .col-md-push-7 { left: 58.33333333%; } .markup.jupyter .col-md-push-6 { left: 50%; } .markup.jupyter .col-md-push-5 { left: 41.66666667%; } .markup.jupyter .col-md-push-4 { left: 33.33333333%; } .markup.jupyter .col-md-push-3 { left: 25%; } .markup.jupyter .col-md-push-2 { left: 16.66666667%; } .markup.jupyter .col-md-push-1 { left: 8.33333333%; } .markup.jupyter .col-md-push-0 { left: auto; } .markup.jupyter .col-md-offset-12 { margin-left: 100%; } .markup.jupyter .col-md-offset-11 { margin-left: 91.66666667%; } .markup.jupyter .col-md-offset-10 { margin-left: 83.33333333%; } .markup.jupyter .col-md-offset-9 { margin-left: 75%; } .markup.jupyter .col-md-offset-8 { margin-left: 66.66666667%; } .markup.jupyter .col-md-offset-7 { margin-left: 58.33333333%; } .markup.jupyter .col-md-offset-6 { margin-left: 50%; } .markup.jupyter .col-md-offset-5 { margin-left: 41.66666667%; } .markup.jupyter .col-md-offset-4 { margin-left: 33.33333333%; } .markup.jupyter .col-md-offset-3 { margin-left: 25%; } .markup.jupyter .col-md-offset-2 { margin-left: 16.66666667%; } .markup.jupyter .col-md-offset-1 { margin-left: 8.33333333%; } .markup.jupyter .col-md-offset-0 { margin-left: 0%; } } @media (min-width: 1200px) { .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; } .markup.jupyter .col-lg-12 { width: 100%; } .markup.jupyter .col-lg-11 { width: 91.66666667%; } .markup.jupyter .col-lg-10 { width: 83.33333333%; } .markup.jupyter .col-lg-9 { width: 75%; } .markup.jupyter .col-lg-8 { width: 66.66666667%; } .markup.jupyter .col-lg-7 { width: 58.33333333%; } .markup.jupyter .col-lg-6 { width: 50%; } .markup.jupyter .col-lg-5 { width: 41.66666667%; } .markup.jupyter .col-lg-4 { width: 33.33333333%; } .markup.jupyter .col-lg-3 { width: 25%; } .markup.jupyter .col-lg-2 { width: 16.66666667%; } .markup.jupyter .col-lg-1 { width: 8.33333333%; } .markup.jupyter .col-lg-pull-12 { right: 100%; } .markup.jupyter .col-lg-pull-11 { right: 91.66666667%; } .markup.jupyter .col-lg-pull-10 { right: 83.33333333%; } .markup.jupyter .col-lg-pull-9 { right: 75%; } .markup.jupyter .col-lg-pull-8 { right: 66.66666667%; } .markup.jupyter .col-lg-pull-7 { right: 58.33333333%; } .markup.jupyter .col-lg-pull-6 { right: 50%; } .markup.jupyter .col-lg-pull-5 { right: 41.66666667%; } .markup.jupyter .col-lg-pull-4 { right: 33.33333333%; } .markup.jupyter .col-lg-pull-3 { right: 25%; } .markup.jupyter .col-lg-pull-2 { right: 16.66666667%; } .markup.jupyter .col-lg-pull-1 { right: 8.33333333%; } .markup.jupyter .col-lg-pull-0 { right: auto; } .markup.jupyter .col-lg-push-12 { left: 100%; } .markup.jupyter .col-lg-push-11 { left: 91.66666667%; } .markup.jupyter .col-lg-push-10 { left: 83.33333333%; } .markup.jupyter .col-lg-push-9 { left: 75%; } .markup.jupyter .col-lg-push-8 { left: 66.66666667%; } .markup.jupyter .col-lg-push-7 { left: 58.33333333%; } .markup.jupyter .col-lg-push-6 { left: 50%; } .markup.jupyter .col-lg-push-5 { left: 41.66666667%; } .markup.jupyter .col-lg-push-4 { left: 33.33333333%; } .markup.jupyter .col-lg-push-3 { left: 25%; } .markup.jupyter .col-lg-push-2 { left: 16.66666667%; } .markup.jupyter .col-lg-push-1 { left: 8.33333333%; } .markup.jupyter .col-lg-push-0 { left: auto; } .markup.jupyter .col-lg-offset-12 { margin-left: 100%; } .markup.jupyter .col-lg-offset-11 { margin-left: 91.66666667%; } .markup.jupyter .col-lg-offset-10 { margin-left: 83.33333333%; } .markup.jupyter .col-lg-offset-9 { margin-left: 75%; } .markup.jupyter .col-lg-offset-8 { margin-left: 66.66666667%; } .markup.jupyter .col-lg-offset-7 { margin-left: 58.33333333%; } .markup.jupyter .col-lg-offset-6 { margin-left: 50%; } .markup.jupyter .col-lg-offset-5 { margin-left: 41.66666667%; } .markup.jupyter .col-lg-offset-4 { margin-left: 33.33333333%; } .markup.jupyter .col-lg-offset-3 { margin-left: 25%; } .markup.jupyter .col-lg-offset-2 { margin-left: 16.66666667%; } .markup.jupyter .col-lg-offset-1 { margin-left: 8.33333333%; } .markup.jupyter .col-lg-offset-0 { margin-left: 0%; } } .markup.jupyter table { background-color: transparent; } .markup.jupyter caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; } .markup.jupyter th { text-align: left; } .markup.jupyter .table { width: 100%; max-width: 100%; margin-bottom: 18px; } .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; } .markup.jupyter .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } .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; } .markup.jupyter .table > tbody + tbody { border-top: 2px solid #ddd; } .markup.jupyter .table .table { background-color: #fff; } .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; } .markup.jupyter .table-bordered { border: 1px solid #ddd; } .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; } .markup.jupyter .table-bordered > thead > tr > th, .markup.jupyter .table-bordered > thead > tr > td { border-bottom-width: 2px; } .markup.jupyter .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } .markup.jupyter .table-hover > tbody > tr:hover { background-color: #f5f5f5; } .markup.jupyter table col[class*="col-"] { position: static; float: none; display: table-column; } .markup.jupyter table td[class*="col-"], .markup.jupyter table th[class*="col-"] { position: static; float: none; display: table-cell; } .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; } .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; } .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; } .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; } .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; } .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; } .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; } .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; } .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; } .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; } .markup.jupyter .table-responsive { overflow-x: auto; min-height: 0.01%; } @media screen and (max-width: 767px) { .markup.jupyter .table-responsive { width: 100%; margin-bottom: 13.5px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } .markup.jupyter .table-responsive > .table { margin-bottom: 0; } .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; } .markup.jupyter .table-responsive > .table-bordered { border: 0; } .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; } .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; } .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; } } .markup.jupyter fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } .markup.jupyter legend { display: block; width: 100%; padding: 0; margin-bottom: 18px; font-size: 19.5px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } .markup.jupyter label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; } .markup.jupyter input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .markup.jupyter input[type="radio"], .markup.jupyter input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } .markup.jupyter input[type="file"] { display: block; } .markup.jupyter input[type="range"] { display: block; width: 100%; } .markup.jupyter select[multiple], .markup.jupyter select[size] { height: auto; } .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; } .markup.jupyter output { display: block; padding-top: 7px; font-size: 13px; line-height: 1.42857143; color: #555555; } .markup.jupyter .form-control { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -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); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -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; } .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); } .markup.jupyter .form-control::-moz-placeholder { color: #999; opacity: 1; } .markup.jupyter .form-control:-ms-input-placeholder { color: #999; } .markup.jupyter .form-control::-webkit-input-placeholder { color: #999; } .markup.jupyter .form-control::-ms-expand { border: 0; background-color: transparent; } .markup.jupyter .form-control[disabled], .markup.jupyter .form-control[readonly], .markup.jupyter fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; } .markup.jupyter .form-control[disabled], .markup.jupyter fieldset[disabled] .form-control { cursor: not-allowed; } .markup.jupyter textarea.form-control { height: auto; } .markup.jupyter input[type="search"] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { .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; } .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; } .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; } } .markup.jupyter .form-group { margin-bottom: 15px; } .markup.jupyter .radio, .markup.jupyter .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } .markup.jupyter .radio label, .markup.jupyter .checkbox label { min-height: 18px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } .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; } .markup.jupyter .radio + .radio, .markup.jupyter .checkbox + .checkbox { margin-top: -5px; } .markup.jupyter .radio-inline, .markup.jupyter .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } .markup.jupyter .radio-inline + .radio-inline, .markup.jupyter .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } .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; } .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; } .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; } .markup.jupyter .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 31px; } .markup.jupyter .form-control-static.input-lg, .markup.jupyter .form-control-static.input-sm { padding-left: 0; padding-right: 0; } .markup.jupyter .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .markup.jupyter select.input-sm { height: 30px; line-height: 30px; } .markup.jupyter textarea.input-sm, .markup.jupyter select[multiple].input-sm { height: auto; } .markup.jupyter .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .markup.jupyter .form-group-sm select.form-control { height: 30px; line-height: 30px; } .markup.jupyter .form-group-sm textarea.form-control, .markup.jupyter .form-group-sm select[multiple].form-control { height: auto; } .markup.jupyter .form-group-sm .form-control-static { height: 30px; min-height: 30px; padding: 6px 10px; font-size: 12px; line-height: 1.5; } .markup.jupyter .input-lg { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } .markup.jupyter select.input-lg { height: 45px; line-height: 45px; } .markup.jupyter textarea.input-lg, .markup.jupyter select[multiple].input-lg { height: auto; } .markup.jupyter .form-group-lg .form-control { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } .markup.jupyter .form-group-lg select.form-control { height: 45px; line-height: 45px; } .markup.jupyter .form-group-lg textarea.form-control, .markup.jupyter .form-group-lg select[multiple].form-control { height: auto; } .markup.jupyter .form-group-lg .form-control-static { height: 45px; min-height: 35px; padding: 11px 16px; font-size: 17px; line-height: 1.3333333; } .markup.jupyter .has-feedback { position: relative; } .markup.jupyter .has-feedback .form-control { padding-right: 40px; } .markup.jupyter .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 32px; height: 32px; line-height: 32px; text-align: center; pointer-events: none; } .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; } .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; } .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; } .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); } .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; } .markup.jupyter .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } .markup.jupyter .has-success .form-control-feedback { color: #3c763d; } .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; } .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); } .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; } .markup.jupyter .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } .markup.jupyter .has-warning .form-control-feedback { color: #8a6d3b; } .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; } .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); } .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; } .markup.jupyter .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } .markup.jupyter .has-error .form-control-feedback { color: #a94442; } .markup.jupyter .has-feedback label ~ .form-control-feedback { top: 23px; } .markup.jupyter .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } .markup.jupyter .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #404040; } @media (min-width: 768px) { .markup.jupyter .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .markup.jupyter .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .markup.jupyter .form-inline .form-control-static { display: inline-block; } .markup.jupyter .form-inline .input-group { display: inline-table; vertical-align: middle; } .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; } .markup.jupyter .form-inline .input-group > .form-control { width: 100%; } .markup.jupyter .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .markup.jupyter .form-inline .radio, .markup.jupyter .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .markup.jupyter .form-inline .radio label, .markup.jupyter .form-inline .checkbox label { padding-left: 0; } .markup.jupyter .form-inline .radio input[type="radio"], .markup.jupyter .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .markup.jupyter .form-inline .has-feedback .form-control-feedback { top: 0; } } .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; } .markup.jupyter .form-horizontal .radio, .markup.jupyter .form-horizontal .checkbox { min-height: 25px; } .markup.jupyter .form-horizontal .form-group { margin-left: 0px; margin-right: 0px; } @media (min-width: 768px) { .markup.jupyter .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } } .markup.jupyter .form-horizontal .has-feedback .form-control-feedback { right: 0px; } @media (min-width: 768px) { .markup.jupyter .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 17px; } } @media (min-width: 768px) { .markup.jupyter .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } } .markup.jupyter .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; border-radius: 2px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .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; } .markup.jupyter .btn:hover, .markup.jupyter .btn:focus, .markup.jupyter .btn.focus { color: #333; text-decoration: none; } .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); } .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; } .markup.jupyter a.btn.disabled, .markup.jupyter fieldset[disabled] a.btn { pointer-events: none; } .markup.jupyter .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .markup.jupyter .btn-default:focus, .markup.jupyter .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .markup.jupyter .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .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; } .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; } .markup.jupyter .btn-default:active, .markup.jupyter .btn-default.active, .markup.jupyter .open > .dropdown-toggle.btn-default { background-image: none; } .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; } .markup.jupyter .btn-default .badge { color: #fff; background-color: #333; } .markup.jupyter .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .markup.jupyter .btn-primary:focus, .markup.jupyter .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; } .markup.jupyter .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; } .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; } .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; } .markup.jupyter .btn-primary:active, .markup.jupyter .btn-primary.active, .markup.jupyter .open > .dropdown-toggle.btn-primary { background-image: none; } .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; } .markup.jupyter .btn-primary .badge { color: #337ab7; background-color: #fff; } .markup.jupyter .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .markup.jupyter .btn-success:focus, .markup.jupyter .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .markup.jupyter .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .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; } .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; } .markup.jupyter .btn-success:active, .markup.jupyter .btn-success.active, .markup.jupyter .open > .dropdown-toggle.btn-success { background-image: none; } .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; } .markup.jupyter .btn-success .badge { color: #5cb85c; background-color: #fff; } .markup.jupyter .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .markup.jupyter .btn-info:focus, .markup.jupyter .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .markup.jupyter .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .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; } .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; } .markup.jupyter .btn-info:active, .markup.jupyter .btn-info.active, .markup.jupyter .open > .dropdown-toggle.btn-info { background-image: none; } .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; } .markup.jupyter .btn-info .badge { color: #5bc0de; background-color: #fff; } .markup.jupyter .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .markup.jupyter .btn-warning:focus, .markup.jupyter .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .markup.jupyter .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .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; } .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; } .markup.jupyter .btn-warning:active, .markup.jupyter .btn-warning.active, .markup.jupyter .open > .dropdown-toggle.btn-warning { background-image: none; } .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; } .markup.jupyter .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .markup.jupyter .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .markup.jupyter .btn-danger:focus, .markup.jupyter .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .markup.jupyter .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .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; } .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; } .markup.jupyter .btn-danger:active, .markup.jupyter .btn-danger.active, .markup.jupyter .open > .dropdown-toggle.btn-danger { background-image: none; } .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; } .markup.jupyter .btn-danger .badge { color: #d9534f; background-color: #fff; } .markup.jupyter .btn-link { color: #337ab7; font-weight: normal; border-radius: 0; } .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; } .markup.jupyter .btn-link, .markup.jupyter .btn-link:hover, .markup.jupyter .btn-link:focus, .markup.jupyter .btn-link:active { border-color: transparent; } .markup.jupyter .btn-link:hover, .markup.jupyter .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; } .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; } .markup.jupyter .btn-lg, .markup.jupyter .btn-group-lg > .btn { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } .markup.jupyter .btn-sm, .markup.jupyter .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .markup.jupyter .btn-xs, .markup.jupyter .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .markup.jupyter .btn-block { display: block; width: 100%; } .markup.jupyter .btn-block + .btn-block { margin-top: 5px; } .markup.jupyter input[type="submit"].btn-block, .markup.jupyter input[type="reset"].btn-block, .markup.jupyter input[type="button"].btn-block { width: 100%; } .markup.jupyter .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .markup.jupyter .fade.in { opacity: 1; } .markup.jupyter .collapse { display: none; } .markup.jupyter .collapse.in { display: block; } .markup.jupyter tr.collapse.in { display: table-row; } .markup.jupyter tbody.collapse.in { display: table-row-group; } .markup.jupyter .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease; } .markup.jupyter .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; } .markup.jupyter .dropup, .markup.jupyter .dropdown { position: relative; } .markup.jupyter .dropdown-toggle:focus { outline: 0; } .markup.jupyter .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 13px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 2px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .markup.jupyter .dropdown-menu.pull-right { right: 0; left: auto; } .markup.jupyter .dropdown-menu .divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } .markup.jupyter .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; } .markup.jupyter .dropdown-menu > li > a:hover, .markup.jupyter .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; } .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; } .markup.jupyter .dropdown-menu > .disabled > a, .markup.jupyter .dropdown-menu > .disabled > a:hover, .markup.jupyter .dropdown-menu > .disabled > a:focus { color: #777777; } .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; } .markup.jupyter .open > .dropdown-menu { display: block; } .markup.jupyter .open > a { outline: 0; } .markup.jupyter .dropdown-menu-right { left: auto; right: 0; } .markup.jupyter .dropdown-menu-left { left: 0; right: auto; } .markup.jupyter .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777777; white-space: nowrap; } .markup.jupyter .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } .markup.jupyter .pull-right > .dropdown-menu { right: 0; left: auto; } .markup.jupyter .dropup .caret, .markup.jupyter .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: ""; } .markup.jupyter .dropup .dropdown-menu, .markup.jupyter .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 541px) { .markup.jupyter .navbar-right .dropdown-menu { left: auto; right: 0; } .markup.jupyter .navbar-right .dropdown-menu-left { left: 0; right: auto; } } .markup.jupyter .btn-group, .markup.jupyter .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .markup.jupyter .btn-group > .btn, .markup.jupyter .btn-group-vertical > .btn { position: relative; float: left; } .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; } .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; } .markup.jupyter .btn-toolbar { margin-left: -5px; } .markup.jupyter .btn-toolbar .btn, .markup.jupyter .btn-toolbar .btn-group, .markup.jupyter .btn-toolbar .input-group { float: left; } .markup.jupyter .btn-toolbar > .btn, .markup.jupyter .btn-toolbar > .btn-group, .markup.jupyter .btn-toolbar > .input-group { margin-left: 5px; } .markup.jupyter .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .markup.jupyter .btn-group > .btn:first-child { margin-left: 0; } .markup.jupyter .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .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; } .markup.jupyter .btn-group > .btn-group { float: left; } .markup.jupyter .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .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; } .markup.jupyter .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .markup.jupyter .btn-group .dropdown-toggle:active, .markup.jupyter .btn-group.open .dropdown-toggle { outline: 0; } .markup.jupyter .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .markup.jupyter .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } .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); } .markup.jupyter .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .markup.jupyter .btn .caret { margin-left: 0; } .markup.jupyter .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .markup.jupyter .dropup .btn-lg .caret { border-width: 0 5px 5px; } .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%; } .markup.jupyter .btn-group-vertical > .btn-group > .btn { float: none; } .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; } .markup.jupyter .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .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; } .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; } .markup.jupyter .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .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; } .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; } .markup.jupyter .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .markup.jupyter .btn-group-justified > .btn, .markup.jupyter .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } .markup.jupyter .btn-group-justified > .btn-group .btn { width: 100%; } .markup.jupyter .btn-group-justified > .btn-group .dropdown-menu { left: auto; } .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; } .markup.jupyter .input-group { position: relative; display: table; border-collapse: separate; } .markup.jupyter .input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; } .markup.jupyter .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .markup.jupyter .input-group .form-control:focus { z-index: 3; } .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; } .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; } .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; } .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; } .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; } .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; } .markup.jupyter .input-group-addon, .markup.jupyter .input-group-btn, .markup.jupyter .input-group .form-control { display: table-cell; } .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; } .markup.jupyter .input-group-addon, .markup.jupyter .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .markup.jupyter .input-group-addon { padding: 6px 12px; font-size: 13px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #ccc; border-radius: 2px; } .markup.jupyter .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 1px; } .markup.jupyter .input-group-addon.input-lg { padding: 10px 16px; font-size: 17px; border-radius: 3px; } .markup.jupyter .input-group-addon input[type="radio"], .markup.jupyter .input-group-addon input[type="checkbox"] { margin-top: 0; } .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; } .markup.jupyter .input-group-addon:first-child { border-right: 0; } .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; } .markup.jupyter .input-group-addon:last-child { border-left: 0; } .markup.jupyter .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .markup.jupyter .input-group-btn > .btn { position: relative; } .markup.jupyter .input-group-btn > .btn + .btn { margin-left: -1px; } .markup.jupyter .input-group-btn > .btn:hover, .markup.jupyter .input-group-btn > .btn:focus, .markup.jupyter .input-group-btn > .btn:active { z-index: 2; } .markup.jupyter .input-group-btn:first-child > .btn, .markup.jupyter .input-group-btn:first-child > .btn-group { margin-right: -1px; } .markup.jupyter .input-group-btn:last-child > .btn, .markup.jupyter .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; } .markup.jupyter .nav { margin-bottom: 0; padding-left: 0; list-style: none; } .markup.jupyter .nav > li { position: relative; display: block; } .markup.jupyter .nav > li > a { position: relative; display: block; padding: 10px 15px; } .markup.jupyter .nav > li > a:hover, .markup.jupyter .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } .markup.jupyter .nav > li.disabled > a { color: #777777; } .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; } .markup.jupyter .nav .open > a, .markup.jupyter .nav .open > a:hover, .markup.jupyter .nav .open > a:focus { background-color: #eeeeee; border-color: #337ab7; } .markup.jupyter .nav .nav-divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } .markup.jupyter .nav > li > a > img { max-width: none; } .markup.jupyter .nav-tabs { border-bottom: 1px solid #ddd; } .markup.jupyter .nav-tabs > li { float: left; margin-bottom: -1px; } .markup.jupyter .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 2px 2px 0 0; } .markup.jupyter .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; } .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; } .markup.jupyter .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .markup.jupyter .nav-tabs.nav-justified > li { float: none; } .markup.jupyter .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } .markup.jupyter .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .markup.jupyter .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .markup.jupyter .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .markup.jupyter .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 2px; } .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) { .markup.jupyter .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } .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; } } .markup.jupyter .nav-pills > li { float: left; } .markup.jupyter .nav-pills > li > a { border-radius: 2px; } .markup.jupyter .nav-pills > li + li { margin-left: 2px; } .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; } .markup.jupyter .nav-stacked > li { float: none; } .markup.jupyter .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .markup.jupyter .nav-justified { width: 100%; } .markup.jupyter .nav-justified > li { float: none; } .markup.jupyter .nav-justified > li > a { text-align: center; margin-bottom: 5px; } .markup.jupyter .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .markup.jupyter .nav-justified > li { display: table-cell; width: 1%; } .markup.jupyter .nav-justified > li > a { margin-bottom: 0; } } .markup.jupyter .nav-tabs-justified { border-bottom: 0; } .markup.jupyter .nav-tabs-justified > li > a { margin-right: 0; border-radius: 2px; } .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) { .markup.jupyter .nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } .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; } } .markup.jupyter .tab-content > .tab-pane { display: none; } .markup.jupyter .tab-content > .active { display: block; } .markup.jupyter .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .markup.jupyter .navbar { position: relative; min-height: 30px; margin-bottom: 18px; border: 1px solid transparent; } @media (min-width: 541px) { .markup.jupyter .navbar { border-radius: 2px; } } @media (min-width: 541px) { .markup.jupyter .navbar-header { float: left; } } .markup.jupyter .navbar-collapse { overflow-x: visible; padding-right: 0px; padding-left: 0px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .markup.jupyter .navbar-collapse.in { overflow-y: auto; } @media (min-width: 541px) { .markup.jupyter .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .markup.jupyter .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .markup.jupyter .navbar-collapse.in { overflow-y: visible; } .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; } } .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) { .markup.jupyter .navbar-fixed-top .navbar-collapse, .markup.jupyter .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } .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) { .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; } } .markup.jupyter .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 541px) { .markup.jupyter .navbar-static-top { border-radius: 0; } } .markup.jupyter .navbar-fixed-top, .markup.jupyter .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 541px) { .markup.jupyter .navbar-fixed-top, .markup.jupyter .navbar-fixed-bottom { border-radius: 0; } } .markup.jupyter .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .markup.jupyter .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .markup.jupyter .navbar-brand { float: left; padding: 6px 0px; font-size: 17px; line-height: 18px; height: 30px; } .markup.jupyter .navbar-brand:hover, .markup.jupyter .navbar-brand:focus { text-decoration: none; } .markup.jupyter .navbar-brand > img { display: block; } @media (min-width: 541px) { .markup.jupyter .navbar > .container .navbar-brand, .markup.jupyter .navbar > .container-fluid .navbar-brand { margin-left: 0px; } } .markup.jupyter .navbar-toggle { position: relative; float: right; margin-right: 0px; padding: 9px 10px; margin-top: -2px; margin-bottom: -2px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 2px; } .markup.jupyter .navbar-toggle:focus { outline: 0; } .markup.jupyter .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .markup.jupyter .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 541px) { .markup.jupyter .navbar-toggle { display: none; } } .markup.jupyter .navbar-nav { margin: 3px 0px; } .markup.jupyter .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 18px; } @media (max-width: 540px) { .markup.jupyter .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } .markup.jupyter .navbar-nav .open .dropdown-menu > li > a, .markup.jupyter .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .markup.jupyter .navbar-nav .open .dropdown-menu > li > a { line-height: 18px; } .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) { .markup.jupyter .navbar-nav { float: left; margin: 0; } .markup.jupyter .navbar-nav > li { float: left; } .markup.jupyter .navbar-nav > li > a { padding-top: 6px; padding-bottom: 6px; } } .markup.jupyter .navbar-form { margin-left: 0px; margin-right: 0px; padding: 10px 0px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: -1px; margin-bottom: -1px; } @media (min-width: 768px) { .markup.jupyter .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .markup.jupyter .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .markup.jupyter .navbar-form .form-control-static { display: inline-block; } .markup.jupyter .navbar-form .input-group { display: inline-table; vertical-align: middle; } .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; } .markup.jupyter .navbar-form .input-group > .form-control { width: 100%; } .markup.jupyter .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .markup.jupyter .navbar-form .radio, .markup.jupyter .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .markup.jupyter .navbar-form .radio label, .markup.jupyter .navbar-form .checkbox label { padding-left: 0; } .markup.jupyter .navbar-form .radio input[type="radio"], .markup.jupyter .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .markup.jupyter .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 540px) { .markup.jupyter .navbar-form .form-group { margin-bottom: 5px; } .markup.jupyter .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 541px) { .markup.jupyter .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } } .markup.jupyter .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .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; } .markup.jupyter .navbar-btn { margin-top: -1px; margin-bottom: -1px; } .markup.jupyter .navbar-btn.btn-sm { margin-top: 0px; margin-bottom: 0px; } .markup.jupyter .navbar-btn.btn-xs { margin-top: 4px; margin-bottom: 4px; } .markup.jupyter .navbar-text { margin-top: 6px; margin-bottom: 6px; } @media (min-width: 541px) { .markup.jupyter .navbar-text { float: left; margin-left: 0px; margin-right: 0px; } } @media (min-width: 541px) { .markup.jupyter .navbar-left { float: left !important; float: left; } .markup.jupyter .navbar-right { float: right !important; float: right; margin-right: 0px; } .markup.jupyter .navbar-right ~ .navbar-right { margin-right: 0; } } .markup.jupyter .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .markup.jupyter .navbar-default .navbar-brand { color: #777; } .markup.jupyter .navbar-default .navbar-brand:hover, .markup.jupyter .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .markup.jupyter .navbar-default .navbar-text { color: #777; } .markup.jupyter .navbar-default .navbar-nav > li > a { color: #777; } .markup.jupyter .navbar-default .navbar-nav > li > a:hover, .markup.jupyter .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; } .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; } .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; } .markup.jupyter .navbar-default .navbar-toggle { border-color: #ddd; } .markup.jupyter .navbar-default .navbar-toggle:hover, .markup.jupyter .navbar-default .navbar-toggle:focus { background-color: #ddd; } .markup.jupyter .navbar-default .navbar-toggle .icon-bar { background-color: #888; } .markup.jupyter .navbar-default .navbar-collapse, .markup.jupyter .navbar-default .navbar-form { border-color: #e7e7e7; } .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) { .markup.jupyter .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } .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; } .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; } .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; } } .markup.jupyter .navbar-default .navbar-link { color: #777; } .markup.jupyter .navbar-default .navbar-link:hover { color: #333; } .markup.jupyter .navbar-default .btn-link { color: #777; } .markup.jupyter .navbar-default .btn-link:hover, .markup.jupyter .navbar-default .btn-link:focus { color: #333; } .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; } .markup.jupyter .navbar-inverse { background-color: #222; border-color: #080808; } .markup.jupyter .navbar-inverse .navbar-brand { color: #9d9d9d; } .markup.jupyter .navbar-inverse .navbar-brand:hover, .markup.jupyter .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } .markup.jupyter .navbar-inverse .navbar-text { color: #9d9d9d; } .markup.jupyter .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; } .markup.jupyter .navbar-inverse .navbar-nav > li > a:hover, .markup.jupyter .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; } .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; } .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; } .markup.jupyter .navbar-inverse .navbar-toggle { border-color: #333; } .markup.jupyter .navbar-inverse .navbar-toggle:hover, .markup.jupyter .navbar-inverse .navbar-toggle:focus { background-color: #333; } .markup.jupyter .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .markup.jupyter .navbar-inverse .navbar-collapse, .markup.jupyter .navbar-inverse .navbar-form { border-color: #101010; } .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) { .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; } .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; } .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; } .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; } } .markup.jupyter .navbar-inverse .navbar-link { color: #9d9d9d; } .markup.jupyter .navbar-inverse .navbar-link:hover { color: #fff; } .markup.jupyter .navbar-inverse .btn-link { color: #9d9d9d; } .markup.jupyter .navbar-inverse .btn-link:hover, .markup.jupyter .navbar-inverse .btn-link:focus { color: #fff; } .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; } .markup.jupyter .breadcrumb { padding: 8px 15px; margin-bottom: 18px; list-style: none; background-color: #f5f5f5; border-radius: 2px; } .markup.jupyter .breadcrumb > li { display: inline-block; } .markup.jupyter .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #5e5e5e; } .markup.jupyter .breadcrumb > .active { color: #777777; } .markup.jupyter .pagination { display: inline-block; padding-left: 0; margin: 18px 0; border-radius: 2px; } .markup.jupyter .pagination > li { display: inline; } .markup.jupyter .pagination > li > a, .markup.jupyter .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #337ab7; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; } .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; } .markup.jupyter .pagination > li:last-child > a, .markup.jupyter .pagination > li:last-child > span { border-bottom-right-radius: 2px; border-top-right-radius: 2px; } .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; } .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; } .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; } .markup.jupyter .pagination-lg > li > a, .markup.jupyter .pagination-lg > li > span { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; } .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; } .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; } .markup.jupyter .pagination-sm > li > a, .markup.jupyter .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; } .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; } .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; } .markup.jupyter .pager { padding-left: 0; margin: 18px 0; list-style: none; text-align: center; } .markup.jupyter .pager li { display: inline; } .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; } .markup.jupyter .pager li > a:hover, .markup.jupyter .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } .markup.jupyter .pager .next > a, .markup.jupyter .pager .next > span { float: right; } .markup.jupyter .pager .previous > a, .markup.jupyter .pager .previous > span { float: left; } .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; } .markup.jupyter .label { display: inline; padding: 0.2em 0.6em 0.3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25em; } .markup.jupyter a.label:hover, .markup.jupyter a.label:focus { color: #fff; text-decoration: none; cursor: pointer; } .markup.jupyter .label:empty { display: none; } .markup.jupyter .btn .label { position: relative; top: -1px; } .markup.jupyter .label-default { background-color: #777777; } .markup.jupyter .label-default[href]:hover, .markup.jupyter .label-default[href]:focus { background-color: #5e5e5e; } .markup.jupyter .label-primary { background-color: #337ab7; } .markup.jupyter .label-primary[href]:hover, .markup.jupyter .label-primary[href]:focus { background-color: #286090; } .markup.jupyter .label-success { background-color: #5cb85c; } .markup.jupyter .label-success[href]:hover, .markup.jupyter .label-success[href]:focus { background-color: #449d44; } .markup.jupyter .label-info { background-color: #5bc0de; } .markup.jupyter .label-info[href]:hover, .markup.jupyter .label-info[href]:focus { background-color: #31b0d5; } .markup.jupyter .label-warning { background-color: #f0ad4e; } .markup.jupyter .label-warning[href]:hover, .markup.jupyter .label-warning[href]:focus { background-color: #ec971f; } .markup.jupyter .label-danger { background-color: #d9534f; } .markup.jupyter .label-danger[href]:hover, .markup.jupyter .label-danger[href]:focus { background-color: #c9302c; } .markup.jupyter .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #fff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #777777; border-radius: 10px; } .markup.jupyter .badge:empty { display: none; } .markup.jupyter .btn .badge { position: relative; top: -1px; } .markup.jupyter .btn-xs .badge, .markup.jupyter .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; } .markup.jupyter a.badge:hover, .markup.jupyter a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } .markup.jupyter .list-group-item.active > .badge, .markup.jupyter .nav-pills > .active > a > .badge { color: #337ab7; background-color: #fff; } .markup.jupyter .list-group-item > .badge { float: right; } .markup.jupyter .list-group-item > .badge + .badge { margin-right: 5px; } .markup.jupyter .nav-pills > li > a > .badge { margin-left: 3px; } .markup.jupyter .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; } .markup.jupyter .jumbotron h1, .markup.jupyter .jumbotron .h1 { color: inherit; } .markup.jupyter .jumbotron p { margin-bottom: 15px; font-size: 20px; font-weight: 200; } .markup.jupyter .jumbotron > hr { border-top-color: #d5d5d5; } .markup.jupyter .container .jumbotron, .markup.jupyter .container-fluid .jumbotron { border-radius: 3px; padding-left: 0px; padding-right: 0px; } .markup.jupyter .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .markup.jupyter .jumbotron { padding-top: 48px; padding-bottom: 48px; } .markup.jupyter .container .jumbotron, .markup.jupyter .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; } .markup.jupyter .jumbotron h1, .markup.jupyter .jumbotron .h1 { font-size: 59px; } } .markup.jupyter .thumbnail { display: block; padding: 4px; margin-bottom: 18px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; -webkit-transition: border 0.2s ease-in-out; -o-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; } .markup.jupyter .thumbnail > img, .markup.jupyter .thumbnail a > img { margin-left: auto; margin-right: auto; } .markup.jupyter a.thumbnail:hover, .markup.jupyter a.thumbnail:focus, .markup.jupyter a.thumbnail.active { border-color: #337ab7; } .markup.jupyter .thumbnail .caption { padding: 9px; color: #000; } .markup.jupyter .alert { padding: 15px; margin-bottom: 18px; border: 1px solid transparent; border-radius: 2px; } .markup.jupyter .alert h4 { margin-top: 0; color: inherit; } .markup.jupyter .alert .alert-link { font-weight: bold; } .markup.jupyter .alert > p, .markup.jupyter .alert > ul { margin-bottom: 0; } .markup.jupyter .alert > p + p { margin-top: 5px; } .markup.jupyter .alert-dismissable, .markup.jupyter .alert-dismissible { padding-right: 35px; } .markup.jupyter .alert-dismissable .close, .markup.jupyter .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .markup.jupyter .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } .markup.jupyter .alert-success hr { border-top-color: #c9e2b3; } .markup.jupyter .alert-success .alert-link { color: #2b542c; } .markup.jupyter .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } .markup.jupyter .alert-info hr { border-top-color: #a6e1ec; } .markup.jupyter .alert-info .alert-link { color: #245269; } .markup.jupyter .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } .markup.jupyter .alert-warning hr { border-top-color: #f7e1b5; } .markup.jupyter .alert-warning .alert-link { color: #66512c; } .markup.jupyter .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } .markup.jupyter .alert-danger hr { border-top-color: #e4b9c0; } .markup.jupyter .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .markup.jupyter .progress { overflow: hidden; height: 18px; margin-bottom: 18px; background-color: #f5f5f5; border-radius: 2px; -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); } .markup.jupyter .progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 18px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } .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; } .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; } .markup.jupyter .progress-bar-success { background-color: #5cb85c; } .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); } .markup.jupyter .progress-bar-info { background-color: #5bc0de; } .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); } .markup.jupyter .progress-bar-warning { background-color: #f0ad4e; } .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); } .markup.jupyter .progress-bar-danger { background-color: #d9534f; } .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); } .markup.jupyter .media { margin-top: 15px; } .markup.jupyter .media:first-child { margin-top: 0; } .markup.jupyter .media, .markup.jupyter .media-body { zoom: 1; overflow: hidden; } .markup.jupyter .media-body { width: 10000px; } .markup.jupyter .media-object { display: block; } .markup.jupyter .media-object.img-thumbnail { max-width: none; } .markup.jupyter .media-right, .markup.jupyter .media > .pull-right { padding-left: 10px; } .markup.jupyter .media-left, .markup.jupyter .media > .pull-left { padding-right: 10px; } .markup.jupyter .media-left, .markup.jupyter .media-right, .markup.jupyter .media-body { display: table-cell; vertical-align: top; } .markup.jupyter .media-middle { vertical-align: middle; } .markup.jupyter .media-bottom { vertical-align: bottom; } .markup.jupyter .media-heading { margin-top: 0; margin-bottom: 5px; } .markup.jupyter .media-list { padding-left: 0; list-style: none; } .markup.jupyter .list-group { margin-bottom: 20px; padding-left: 0; } .markup.jupyter .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; } .markup.jupyter .list-group-item:first-child { border-top-right-radius: 2px; border-top-left-radius: 2px; } .markup.jupyter .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } .markup.jupyter a.list-group-item, .markup.jupyter button.list-group-item { color: #555; } .markup.jupyter a.list-group-item .list-group-item-heading, .markup.jupyter button.list-group-item .list-group-item-heading { color: #333; } .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; } .markup.jupyter button.list-group-item { width: 100%; text-align: left; } .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; } .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; } .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; } .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; } .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; } .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; } .markup.jupyter .list-group-item-success { color: #3c763d; background-color: #dff0d8; } .markup.jupyter a.list-group-item-success, .markup.jupyter button.list-group-item-success { color: #3c763d; } .markup.jupyter a.list-group-item-success .list-group-item-heading, .markup.jupyter button.list-group-item-success .list-group-item-heading { color: inherit; } .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; } .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; } .markup.jupyter .list-group-item-info { color: #31708f; background-color: #d9edf7; } .markup.jupyter a.list-group-item-info, .markup.jupyter button.list-group-item-info { color: #31708f; } .markup.jupyter a.list-group-item-info .list-group-item-heading, .markup.jupyter button.list-group-item-info .list-group-item-heading { color: inherit; } .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; } .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; } .markup.jupyter .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } .markup.jupyter a.list-group-item-warning, .markup.jupyter button.list-group-item-warning { color: #8a6d3b; } .markup.jupyter a.list-group-item-warning .list-group-item-heading, .markup.jupyter button.list-group-item-warning .list-group-item-heading { color: inherit; } .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; } .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; } .markup.jupyter .list-group-item-danger { color: #a94442; background-color: #f2dede; } .markup.jupyter a.list-group-item-danger, .markup.jupyter button.list-group-item-danger { color: #a94442; } .markup.jupyter a.list-group-item-danger .list-group-item-heading, .markup.jupyter button.list-group-item-danger .list-group-item-heading { color: inherit; } .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; } .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; } .markup.jupyter .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .markup.jupyter .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .markup.jupyter .panel { margin-bottom: 18px; background-color: #fff; border: 1px solid transparent; border-radius: 2px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .markup.jupyter .panel-body { padding: 15px; } .markup.jupyter .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 1px; border-top-left-radius: 1px; } .markup.jupyter .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .markup.jupyter .panel-title { margin-top: 0; margin-bottom: 0; font-size: 15px; color: inherit; } .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; } .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; } .markup.jupyter .panel > .list-group, .markup.jupyter .panel > .panel-collapse > .list-group { margin-bottom: 0; } .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; } .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; } .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; } .markup.jupyter .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .markup.jupyter .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .markup.jupyter .list-group + .panel-footer { border-top-width: 0; } .markup.jupyter .panel > .table, .markup.jupyter .panel > .table-responsive > .table, .markup.jupyter .panel > .panel-collapse > .table { margin-bottom: 0; } .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; } .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; } .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; } .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; } .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; } .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; } .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; } .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; } .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; } .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; } .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; } .markup.jupyter .panel > .table-bordered, .markup.jupyter .panel > .table-responsive > .table-bordered { border: 0; } .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; } .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; } .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; } .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; } .markup.jupyter .panel > .table-responsive { border: 0; margin-bottom: 0; } .markup.jupyter .panel-group { margin-bottom: 18px; } .markup.jupyter .panel-group .panel { margin-bottom: 0; border-radius: 2px; } .markup.jupyter .panel-group .panel + .panel { margin-top: 5px; } .markup.jupyter .panel-group .panel-heading { border-bottom: 0; } .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; } .markup.jupyter .panel-group .panel-footer { border-top: 0; } .markup.jupyter .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; } .markup.jupyter .panel-default { border-color: #ddd; } .markup.jupyter .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #ddd; } .markup.jupyter .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; } .markup.jupyter .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333333; } .markup.jupyter .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; } .markup.jupyter .panel-primary { border-color: #337ab7; } .markup.jupyter .panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; } .markup.jupyter .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7; } .markup.jupyter .panel-primary > .panel-heading .badge { color: #337ab7; background-color: #fff; } .markup.jupyter .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7; } .markup.jupyter .panel-success { border-color: #d6e9c6; } .markup.jupyter .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .markup.jupyter .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } .markup.jupyter .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; } .markup.jupyter .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } .markup.jupyter .panel-info { border-color: #bce8f1; } .markup.jupyter .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .markup.jupyter .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; } .markup.jupyter .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; } .markup.jupyter .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; } .markup.jupyter .panel-warning { border-color: #faebcc; } .markup.jupyter .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .markup.jupyter .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; } .markup.jupyter .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } .markup.jupyter .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; } .markup.jupyter .panel-danger { border-color: #ebccd1; } .markup.jupyter .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .markup.jupyter .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; } .markup.jupyter .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; } .markup.jupyter .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; } .markup.jupyter .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } .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; bottom: 0; height: 100%; width: 100%; border: 0; } .markup.jupyter .embed-responsive-16by9 { padding-bottom: 56.25%; } .markup.jupyter .embed-responsive-4by3 { padding-bottom: 75%; } .markup.jupyter .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 2px; -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); } .markup.jupyter .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .markup.jupyter .well-lg { padding: 24px; border-radius: 3px; } .markup.jupyter .well-sm { padding: 9px; border-radius: 1px; } .markup.jupyter .close { float: right; font-size: 19.5px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); } .markup.jupyter .close:hover, .markup.jupyter .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } .markup.jupyter button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .markup.jupyter .modal-open { overflow: hidden; } .markup.jupyter .modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } .markup.jupyter .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .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); } .markup.jupyter .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .markup.jupyter .modal-dialog { position: relative; width: auto; margin: 10px; } .markup.jupyter .modal-content { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0; } .markup.jupyter .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } .markup.jupyter .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .markup.jupyter .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } .markup.jupyter .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; } .markup.jupyter .modal-header .close { margin-top: -2px; } .markup.jupyter .modal-title { margin: 0; line-height: 1.42857143; } .markup.jupyter .modal-body { position: relative; padding: 15px; } .markup.jupyter .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } .markup.jupyter .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .markup.jupyter .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .markup.jupyter .modal-footer .btn-block + .btn-block { margin-left: 0; } .markup.jupyter .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 768px) { .markup.jupyter .modal-dialog { width: 600px; margin: 30px auto; } .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); } .markup.jupyter .modal-sm { width: 300px; } } @media (min-width: 992px) { .markup.jupyter .modal-lg { width: 900px; } } .markup.jupyter .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0); } .markup.jupyter .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } .markup.jupyter .tooltip.top { margin-top: -3px; padding: 5px 0; } .markup.jupyter .tooltip.right { margin-left: 3px; padding: 0 5px; } .markup.jupyter .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .markup.jupyter .tooltip.left { margin-left: -3px; padding: 0 5px; } .markup.jupyter .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 2px; } .markup.jupyter .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .markup.jupyter .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .markup.jupyter .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .markup.jupyter .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .markup.jupyter .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .markup.jupyter .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .markup.jupyter .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .markup.jupyter .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .markup.jupyter .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .markup.jupyter .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 13px; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } .markup.jupyter .popover.top { margin-top: -10px; } .markup.jupyter .popover.right { margin-left: 10px; } .markup.jupyter .popover.bottom { margin-top: 10px; } .markup.jupyter .popover.left { margin-left: -10px; } .markup.jupyter .popover-title { margin: 0; padding: 8px 14px; font-size: 13px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 2px 2px 0 0; } .markup.jupyter .popover-content { padding: 9px 14px; } .markup.jupyter .popover > .arrow, .markup.jupyter .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .markup.jupyter .popover > .arrow { border-width: 11px; } .markup.jupyter .popover > .arrow:after { border-width: 10px; content: ""; } .markup.jupyter .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } .markup.jupyter .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff; } .markup.jupyter .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } .markup.jupyter .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff; } .markup.jupyter .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } .markup.jupyter .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff; } .markup.jupyter .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } .markup.jupyter .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px; } .markup.jupyter .carousel { position: relative; } .markup.jupyter .carousel-inner { position: relative; overflow: hidden; width: 100%; } .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; } .markup.jupyter .carousel-inner > .item > img, .markup.jupyter .carousel-inner > .item > a > img { line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { .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; transition: transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } .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; } .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; } .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; } } .markup.jupyter .carousel-inner > .active, .markup.jupyter .carousel-inner > .next, .markup.jupyter .carousel-inner > .prev { display: block; } .markup.jupyter .carousel-inner > .active { left: 0; } .markup.jupyter .carousel-inner > .next, .markup.jupyter .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .markup.jupyter .carousel-inner > .next { left: 100%; } .markup.jupyter .carousel-inner > .prev { left: -100%; } .markup.jupyter .carousel-inner > .next.left, .markup.jupyter .carousel-inner > .prev.right { left: 0; } .markup.jupyter .carousel-inner > .active.left { left: -100%; } .markup.jupyter .carousel-inner > .active.right { left: 100%; } .markup.jupyter .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0); } .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); } .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%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } .markup.jupyter .carousel-control:hover, .markup.jupyter .carousel-control:focus { outline: 0; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .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; } .markup.jupyter .carousel-control .icon-prev, .markup.jupyter .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; } .markup.jupyter .carousel-control .icon-next, .markup.jupyter .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; } .markup.jupyter .carousel-control .icon-prev, .markup.jupyter .carousel-control .icon-next { width: 20px; height: 20px; line-height: 1; font-family: serif; } .markup.jupyter .carousel-control .icon-prev:before { content: '\2039'; } .markup.jupyter .carousel-control .icon-next:before { content: '\203a'; } .markup.jupyter .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; } .markup.jupyter .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); } .markup.jupyter .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; } .markup.jupyter .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .markup.jupyter .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .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; } .markup.jupyter .carousel-control .glyphicon-chevron-left, .markup.jupyter .carousel-control .icon-prev { margin-left: -10px; } .markup.jupyter .carousel-control .glyphicon-chevron-right, .markup.jupyter .carousel-control .icon-next { margin-right: -10px; } .markup.jupyter .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } .markup.jupyter .carousel-indicators { bottom: 20px; } } .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; } .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; } .markup.jupyter .center-block { display: block; margin-left: auto; margin-right: auto; } .markup.jupyter .pull-right { float: right !important; } .markup.jupyter .pull-left { float: left !important; } .markup.jupyter .hide { display: none !important; } .markup.jupyter .show { display: block !important; } .markup.jupyter .invisible { visibility: hidden; } .markup.jupyter .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .markup.jupyter .hidden { display: none !important; } .markup.jupyter .affix { position: fixed; } @-ms-viewport { width: device-width; } .markup.jupyter .visible-xs, .markup.jupyter .visible-sm, .markup.jupyter .visible-md, .markup.jupyter .visible-lg { display: none !important; } .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) { .markup.jupyter .visible-xs { display: block !important; } .markup.jupyter table.visible-xs { display: table !important; } .markup.jupyter tr.visible-xs { display: table-row !important; } .markup.jupyter th.visible-xs, .markup.jupyter td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .markup.jupyter .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .markup.jupyter .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .markup.jupyter .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .markup.jupyter .visible-sm { display: block !important; } .markup.jupyter table.visible-sm { display: table !important; } .markup.jupyter tr.visible-sm { display: table-row !important; } .markup.jupyter th.visible-sm, .markup.jupyter td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .markup.jupyter .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .markup.jupyter .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .markup.jupyter .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .markup.jupyter .visible-md { display: block !important; } .markup.jupyter table.visible-md { display: table !important; } .markup.jupyter tr.visible-md { display: table-row !important; } .markup.jupyter th.visible-md, .markup.jupyter td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .markup.jupyter .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .markup.jupyter .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .markup.jupyter .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .markup.jupyter .visible-lg { display: block !important; } .markup.jupyter table.visible-lg { display: table !important; } .markup.jupyter tr.visible-lg { display: table-row !important; } .markup.jupyter th.visible-lg, .markup.jupyter td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .markup.jupyter .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .markup.jupyter .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .markup.jupyter .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .markup.jupyter .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .markup.jupyter .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .markup.jupyter .hidden-md { display: none !important; } } @media (min-width: 1200px) { .markup.jupyter .hidden-lg { display: none !important; } } .markup.jupyter .visible-print { display: none !important; } @media print { .markup.jupyter .visible-print { display: block !important; } .markup.jupyter table.visible-print { display: table !important; } .markup.jupyter tr.visible-print { display: table-row !important; } .markup.jupyter th.visible-print, .markup.jupyter td.visible-print { display: table-cell !important; } } .markup.jupyter .visible-print-block { display: none !important; } @media print { .markup.jupyter .visible-print-block { display: block !important; } } .markup.jupyter .visible-print-inline { display: none !important; } @media print { .markup.jupyter .visible-print-inline { display: inline !important; } } .markup.jupyter .visible-print-inline-block { display: none !important; } @media print { .markup.jupyter .visible-print-inline-block { display: inline-block !important; } } @media print { .markup.jupyter .hidden-print { display: none !important; } } @font-face { font-family: 'FontAwesome'; src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0'); src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } .markup.jupyter .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .markup.jupyter .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .markup.jupyter .fa-2x { font-size: 2em; } .markup.jupyter .fa-3x { font-size: 3em; } .markup.jupyter .fa-4x { font-size: 4em; } .markup.jupyter .fa-5x { font-size: 5em; } .markup.jupyter .fa-fw { width: 1.28571429em; text-align: center; } .markup.jupyter .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .markup.jupyter .fa-ul > li { position: relative; } .markup.jupyter .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .markup.jupyter .fa-li.fa-lg { left: -1.85714286em; } .markup.jupyter .fa-border { padding: 0.2em 0.25em 0.15em; border: solid 0.08em #eee; border-radius: 0.1em; } .markup.jupyter .fa-pull-left { float: left; } .markup.jupyter .fa-pull-right { float: right; } .markup.jupyter .fa.fa-pull-left { margin-right: 0.3em; } .markup.jupyter .fa.fa-pull-right { margin-left: 0.3em; } .markup.jupyter .pull-right { float: right; } .markup.jupyter .pull-left { float: left; } .markup.jupyter .fa.pull-left { margin-right: 0.3em; } .markup.jupyter .fa.pull-right { margin-left: 0.3em; } .markup.jupyter .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .markup.jupyter .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .markup.jupyter .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .markup.jupyter .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .markup.jupyter .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .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); } .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); } .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; } .markup.jupyter .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .markup.jupyter .fa-stack-1x, .markup.jupyter .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .markup.jupyter .fa-stack-1x { line-height: inherit; } .markup.jupyter .fa-stack-2x { font-size: 2em; } .markup.jupyter .fa-inverse { color: #fff; } .markup.jupyter .fa-glass:before { content: "\f000"; } .markup.jupyter .fa-music:before { content: "\f001"; } .markup.jupyter .fa-search:before { content: "\f002"; } .markup.jupyter .fa-envelope-o:before { content: "\f003"; } .markup.jupyter .fa-heart:before { content: "\f004"; } .markup.jupyter .fa-star:before { content: "\f005"; } .markup.jupyter .fa-star-o:before { content: "\f006"; } .markup.jupyter .fa-user:before { content: "\f007"; } .markup.jupyter .fa-film:before { content: "\f008"; } .markup.jupyter .fa-th-large:before { content: "\f009"; } .markup.jupyter .fa-th:before { content: "\f00a"; } .markup.jupyter .fa-th-list:before { content: "\f00b"; } .markup.jupyter .fa-check:before { content: "\f00c"; } .markup.jupyter .fa-remove:before, .markup.jupyter .fa-close:before, .markup.jupyter .fa-times:before { content: "\f00d"; } .markup.jupyter .fa-search-plus:before { content: "\f00e"; } .markup.jupyter .fa-search-minus:before { content: "\f010"; } .markup.jupyter .fa-power-off:before { content: "\f011"; } .markup.jupyter .fa-signal:before { content: "\f012"; } .markup.jupyter .fa-gear:before, .markup.jupyter .fa-cog:before { content: "\f013"; } .markup.jupyter .fa-trash-o:before { content: "\f014"; } .markup.jupyter .fa-home:before { content: "\f015"; } .markup.jupyter .fa-file-o:before { content: "\f016"; } .markup.jupyter .fa-clock-o:before { content: "\f017"; } .markup.jupyter .fa-road:before { content: "\f018"; } .markup.jupyter .fa-download:before { content: "\f019"; } .markup.jupyter .fa-arrow-circle-o-down:before { content: "\f01a"; } .markup.jupyter .fa-arrow-circle-o-up:before { content: "\f01b"; } .markup.jupyter .fa-inbox:before { content: "\f01c"; } .markup.jupyter .fa-play-circle-o:before { content: "\f01d"; } .markup.jupyter .fa-rotate-right:before, .markup.jupyter .fa-repeat:before { content: "\f01e"; } .markup.jupyter .fa-refresh:before { content: "\f021"; } .markup.jupyter .fa-list-alt:before { content: "\f022"; } .markup.jupyter .fa-lock:before { content: "\f023"; } .markup.jupyter .fa-flag:before { content: "\f024"; } .markup.jupyter .fa-headphones:before { content: "\f025"; } .markup.jupyter .fa-volume-off:before { content: "\f026"; } .markup.jupyter .fa-volume-down:before { content: "\f027"; } .markup.jupyter .fa-volume-up:before { content: "\f028"; } .markup.jupyter .fa-qrcode:before { content: "\f029"; } .markup.jupyter .fa-barcode:before { content: "\f02a"; } .markup.jupyter .fa-tag:before { content: "\f02b"; } .markup.jupyter .fa-tags:before { content: "\f02c"; } .markup.jupyter .fa-book:before { content: "\f02d"; } .markup.jupyter .fa-bookmark:before { content: "\f02e"; } .markup.jupyter .fa-print:before { content: "\f02f"; } .markup.jupyter .fa-camera:before { content: "\f030"; } .markup.jupyter .fa-font:before { content: "\f031"; } .markup.jupyter .fa-bold:before { content: "\f032"; } .markup.jupyter .fa-italic:before { content: "\f033"; } .markup.jupyter .fa-text-height:before { content: "\f034"; } .markup.jupyter .fa-text-width:before { content: "\f035"; } .markup.jupyter .fa-align-left:before { content: "\f036"; } .markup.jupyter .fa-align-center:before { content: "\f037"; } .markup.jupyter .fa-align-right:before { content: "\f038"; } .markup.jupyter .fa-align-justify:before { content: "\f039"; } .markup.jupyter .fa-list:before { content: "\f03a"; } .markup.jupyter .fa-dedent:before, .markup.jupyter .fa-outdent:before { content: "\f03b"; } .markup.jupyter .fa-indent:before { content: "\f03c"; } .markup.jupyter .fa-video-camera:before { content: "\f03d"; } .markup.jupyter .fa-photo:before, .markup.jupyter .fa-image:before, .markup.jupyter .fa-picture-o:before { content: "\f03e"; } .markup.jupyter .fa-pencil:before { content: "\f040"; } .markup.jupyter .fa-map-marker:before { content: "\f041"; } .markup.jupyter .fa-adjust:before { content: "\f042"; } .markup.jupyter .fa-tint:before { content: "\f043"; } .markup.jupyter .fa-edit:before, .markup.jupyter .fa-pencil-square-o:before { content: "\f044"; } .markup.jupyter .fa-share-square-o:before { content: "\f045"; } .markup.jupyter .fa-check-square-o:before { content: "\f046"; } .markup.jupyter .fa-arrows:before { content: "\f047"; } .markup.jupyter .fa-step-backward:before { content: "\f048"; } .markup.jupyter .fa-fast-backward:before { content: "\f049"; } .markup.jupyter .fa-backward:before { content: "\f04a"; } .markup.jupyter .fa-play:before { content: "\f04b"; } .markup.jupyter .fa-pause:before { content: "\f04c"; } .markup.jupyter .fa-stop:before { content: "\f04d"; } .markup.jupyter .fa-forward:before { content: "\f04e"; } .markup.jupyter .fa-fast-forward:before { content: "\f050"; } .markup.jupyter .fa-step-forward:before { content: "\f051"; } .markup.jupyter .fa-eject:before { content: "\f052"; } .markup.jupyter .fa-chevron-left:before { content: "\f053"; } .markup.jupyter .fa-chevron-right:before { content: "\f054"; } .markup.jupyter .fa-plus-circle:before { content: "\f055"; } .markup.jupyter .fa-minus-circle:before { content: "\f056"; } .markup.jupyter .fa-times-circle:before { content: "\f057"; } .markup.jupyter .fa-check-circle:before { content: "\f058"; } .markup.jupyter .fa-question-circle:before { content: "\f059"; } .markup.jupyter .fa-info-circle:before { content: "\f05a"; } .markup.jupyter .fa-crosshairs:before { content: "\f05b"; } .markup.jupyter .fa-times-circle-o:before { content: "\f05c"; } .markup.jupyter .fa-check-circle-o:before { content: "\f05d"; } .markup.jupyter .fa-ban:before { content: "\f05e"; } .markup.jupyter .fa-arrow-left:before { content: "\f060"; } .markup.jupyter .fa-arrow-right:before { content: "\f061"; } .markup.jupyter .fa-arrow-up:before { content: "\f062"; } .markup.jupyter .fa-arrow-down:before { content: "\f063"; } .markup.jupyter .fa-mail-forward:before, .markup.jupyter .fa-share:before { content: "\f064"; } .markup.jupyter .fa-expand:before { content: "\f065"; } .markup.jupyter .fa-compress:before { content: "\f066"; } .markup.jupyter .fa-plus:before { content: "\f067"; } .markup.jupyter .fa-minus:before { content: "\f068"; } .markup.jupyter .fa-asterisk:before { content: "\f069"; } .markup.jupyter .fa-exclamation-circle:before { content: "\f06a"; } .markup.jupyter .fa-gift:before { content: "\f06b"; } .markup.jupyter .fa-leaf:before { content: "\f06c"; } .markup.jupyter .fa-fire:before { content: "\f06d"; } .markup.jupyter .fa-eye:before { content: "\f06e"; } .markup.jupyter .fa-eye-slash:before { content: "\f070"; } .markup.jupyter .fa-warning:before, .markup.jupyter .fa-exclamation-triangle:before { content: "\f071"; } .markup.jupyter .fa-plane:before { content: "\f072"; } .markup.jupyter .fa-calendar:before { content: "\f073"; } .markup.jupyter .fa-random:before { content: "\f074"; } .markup.jupyter .fa-comment:before { content: "\f075"; } .markup.jupyter .fa-magnet:before { content: "\f076"; } .markup.jupyter .fa-chevron-up:before { content: "\f077"; } .markup.jupyter .fa-chevron-down:before { content: "\f078"; } .markup.jupyter .fa-retweet:before { content: "\f079"; } .markup.jupyter .fa-shopping-cart:before { content: "\f07a"; } .markup.jupyter .fa-folder:before { content: "\f07b"; } .markup.jupyter .fa-folder-open:before { content: "\f07c"; } .markup.jupyter .fa-arrows-v:before { content: "\f07d"; } .markup.jupyter .fa-arrows-h:before { content: "\f07e"; } .markup.jupyter .fa-bar-chart-o:before, .markup.jupyter .fa-bar-chart:before { content: "\f080"; } .markup.jupyter .fa-twitter-square:before { content: "\f081"; } .markup.jupyter .fa-facebook-square:before { content: "\f082"; } .markup.jupyter .fa-camera-retro:before { content: "\f083"; } .markup.jupyter .fa-key:before { content: "\f084"; } .markup.jupyter .fa-gears:before, .markup.jupyter .fa-cogs:before { content: "\f085"; } .markup.jupyter .fa-comments:before { content: "\f086"; } .markup.jupyter .fa-thumbs-o-up:before { content: "\f087"; } .markup.jupyter .fa-thumbs-o-down:before { content: "\f088"; } .markup.jupyter .fa-star-half:before { content: "\f089"; } .markup.jupyter .fa-heart-o:before { content: "\f08a"; } .markup.jupyter .fa-sign-out:before { content: "\f08b"; } .markup.jupyter .fa-linkedin-square:before { content: "\f08c"; } .markup.jupyter .fa-thumb-tack:before { content: "\f08d"; } .markup.jupyter .fa-external-link:before { content: "\f08e"; } .markup.jupyter .fa-sign-in:before { content: "\f090"; } .markup.jupyter .fa-trophy:before { content: "\f091"; } .markup.jupyter .fa-github-square:before { content: "\f092"; } .markup.jupyter .fa-upload:before { content: "\f093"; } .markup.jupyter .fa-lemon-o:before { content: "\f094"; } .markup.jupyter .fa-phone:before { content: "\f095"; } .markup.jupyter .fa-square-o:before { content: "\f096"; } .markup.jupyter .fa-bookmark-o:before { content: "\f097"; } .markup.jupyter .fa-phone-square:before { content: "\f098"; } .markup.jupyter .fa-twitter:before { content: "\f099"; } .markup.jupyter .fa-facebook-f:before, .markup.jupyter .fa-facebook:before { content: "\f09a"; } .markup.jupyter .fa-github:before { content: "\f09b"; } .markup.jupyter .fa-unlock:before { content: "\f09c"; } .markup.jupyter .fa-credit-card:before { content: "\f09d"; } .markup.jupyter .fa-feed:before, .markup.jupyter .fa-rss:before { content: "\f09e"; } .markup.jupyter .fa-hdd-o:before { content: "\f0a0"; } .markup.jupyter .fa-bullhorn:before { content: "\f0a1"; } .markup.jupyter .fa-bell:before { content: "\f0f3"; } .markup.jupyter .fa-certificate:before { content: "\f0a3"; } .markup.jupyter .fa-hand-o-right:before { content: "\f0a4"; } .markup.jupyter .fa-hand-o-left:before { content: "\f0a5"; } .markup.jupyter .fa-hand-o-up:before { content: "\f0a6"; } .markup.jupyter .fa-hand-o-down:before { content: "\f0a7"; } .markup.jupyter .fa-arrow-circle-left:before { content: "\f0a8"; } .markup.jupyter .fa-arrow-circle-right:before { content: "\f0a9"; } .markup.jupyter .fa-arrow-circle-up:before { content: "\f0aa"; } .markup.jupyter .fa-arrow-circle-down:before { content: "\f0ab"; } .markup.jupyter .fa-globe:before { content: "\f0ac"; } .markup.jupyter .fa-wrench:before { content: "\f0ad"; } .markup.jupyter .fa-tasks:before { content: "\f0ae"; } .markup.jupyter .fa-filter:before { content: "\f0b0"; } .markup.jupyter .fa-briefcase:before { content: "\f0b1"; } .markup.jupyter .fa-arrows-alt:before { content: "\f0b2"; } .markup.jupyter .fa-group:before, .markup.jupyter .fa-users:before { content: "\f0c0"; } .markup.jupyter .fa-chain:before, .markup.jupyter .fa-link:before { content: "\f0c1"; } .markup.jupyter .fa-cloud:before { content: "\f0c2"; } .markup.jupyter .fa-flask:before { content: "\f0c3"; } .markup.jupyter .fa-cut:before, .markup.jupyter .fa-scissors:before { content: "\f0c4"; } .markup.jupyter .fa-copy:before, .markup.jupyter .fa-files-o:before { content: "\f0c5"; } .markup.jupyter .fa-paperclip:before { content: "\f0c6"; } .markup.jupyter .fa-save:before, .markup.jupyter .fa-floppy-o:before { content: "\f0c7"; } .markup.jupyter .fa-square:before { content: "\f0c8"; } .markup.jupyter .fa-navicon:before, .markup.jupyter .fa-reorder:before, .markup.jupyter .fa-bars:before { content: "\f0c9"; } .markup.jupyter .fa-list-ul:before { content: "\f0ca"; } .markup.jupyter .fa-list-ol:before { content: "\f0cb"; } .markup.jupyter .fa-strikethrough:before { content: "\f0cc"; } .markup.jupyter .fa-underline:before { content: "\f0cd"; } .markup.jupyter .fa-table:before { content: "\f0ce"; } .markup.jupyter .fa-magic:before { content: "\f0d0"; } .markup.jupyter .fa-truck:before { content: "\f0d1"; } .markup.jupyter .fa-pinterest:before { content: "\f0d2"; } .markup.jupyter .fa-pinterest-square:before { content: "\f0d3"; } .markup.jupyter .fa-google-plus-square:before { content: "\f0d4"; } .markup.jupyter .fa-google-plus:before { content: "\f0d5"; } .markup.jupyter .fa-money:before { content: "\f0d6"; } .markup.jupyter .fa-caret-down:before { content: "\f0d7"; } .markup.jupyter .fa-caret-up:before { content: "\f0d8"; } .markup.jupyter .fa-caret-left:before { content: "\f0d9"; } .markup.jupyter .fa-caret-right:before { content: "\f0da"; } .markup.jupyter .fa-columns:before { content: "\f0db"; } .markup.jupyter .fa-unsorted:before, .markup.jupyter .fa-sort:before { content: "\f0dc"; } .markup.jupyter .fa-sort-down:before, .markup.jupyter .fa-sort-desc:before { content: "\f0dd"; } .markup.jupyter .fa-sort-up:before, .markup.jupyter .fa-sort-asc:before { content: "\f0de"; } .markup.jupyter .fa-envelope:before { content: "\f0e0"; } .markup.jupyter .fa-linkedin:before { content: "\f0e1"; } .markup.jupyter .fa-rotate-left:before, .markup.jupyter .fa-undo:before { content: "\f0e2"; } .markup.jupyter .fa-legal:before, .markup.jupyter .fa-gavel:before { content: "\f0e3"; } .markup.jupyter .fa-dashboard:before, .markup.jupyter .fa-tachometer:before { content: "\f0e4"; } .markup.jupyter .fa-comment-o:before { content: "\f0e5"; } .markup.jupyter .fa-comments-o:before { content: "\f0e6"; } .markup.jupyter .fa-flash:before, .markup.jupyter .fa-bolt:before { content: "\f0e7"; } .markup.jupyter .fa-sitemap:before { content: "\f0e8"; } .markup.jupyter .fa-umbrella:before { content: "\f0e9"; } .markup.jupyter .fa-paste:before, .markup.jupyter .fa-clipboard:before { content: "\f0ea"; } .markup.jupyter .fa-lightbulb-o:before { content: "\f0eb"; } .markup.jupyter .fa-exchange:before { content: "\f0ec"; } .markup.jupyter .fa-cloud-download:before { content: "\f0ed"; } .markup.jupyter .fa-cloud-upload:before { content: "\f0ee"; } .markup.jupyter .fa-user-md:before { content: "\f0f0"; } .markup.jupyter .fa-stethoscope:before { content: "\f0f1"; } .markup.jupyter .fa-suitcase:before { content: "\f0f2"; } .markup.jupyter .fa-bell-o:before { content: "\f0a2"; } .markup.jupyter .fa-coffee:before { content: "\f0f4"; } .markup.jupyter .fa-cutlery:before { content: "\f0f5"; } .markup.jupyter .fa-file-text-o:before { content: "\f0f6"; } .markup.jupyter .fa-building-o:before { content: "\f0f7"; } .markup.jupyter .fa-hospital-o:before { content: "\f0f8"; } .markup.jupyter .fa-ambulance:before { content: "\f0f9"; } .markup.jupyter .fa-medkit:before { content: "\f0fa"; } .markup.jupyter .fa-fighter-jet:before { content: "\f0fb"; } .markup.jupyter .fa-beer:before { content: "\f0fc"; } .markup.jupyter .fa-h-square:before { content: "\f0fd"; } .markup.jupyter .fa-plus-square:before { content: "\f0fe"; } .markup.jupyter .fa-angle-double-left:before { content: "\f100"; } .markup.jupyter .fa-angle-double-right:before { content: "\f101"; } .markup.jupyter .fa-angle-double-up:before { content: "\f102"; } .markup.jupyter .fa-angle-double-down:before { content: "\f103"; } .markup.jupyter .fa-angle-left:before { content: "\f104"; } .markup.jupyter .fa-angle-right:before { content: "\f105"; } .markup.jupyter .fa-angle-up:before { content: "\f106"; } .markup.jupyter .fa-angle-down:before { content: "\f107"; } .markup.jupyter .fa-desktop:before { content: "\f108"; } .markup.jupyter .fa-laptop:before { content: "\f109"; } .markup.jupyter .fa-tablet:before { content: "\f10a"; } .markup.jupyter .fa-mobile-phone:before, .markup.jupyter .fa-mobile:before { content: "\f10b"; } .markup.jupyter .fa-circle-o:before { content: "\f10c"; } .markup.jupyter .fa-quote-left:before { content: "\f10d"; } .markup.jupyter .fa-quote-right:before { content: "\f10e"; } .markup.jupyter .fa-spinner:before { content: "\f110"; } .markup.jupyter .fa-circle:before { content: "\f111"; } .markup.jupyter .fa-mail-reply:before, .markup.jupyter .fa-reply:before { content: "\f112"; } .markup.jupyter .fa-github-alt:before { content: "\f113"; } .markup.jupyter .fa-folder-o:before { content: "\f114"; } .markup.jupyter .fa-folder-open-o:before { content: "\f115"; } .markup.jupyter .fa-smile-o:before { content: "\f118"; } .markup.jupyter .fa-frown-o:before { content: "\f119"; } .markup.jupyter .fa-meh-o:before { content: "\f11a"; } .markup.jupyter .fa-gamepad:before { content: "\f11b"; } .markup.jupyter .fa-keyboard-o:before { content: "\f11c"; } .markup.jupyter .fa-flag-o:before { content: "\f11d"; } .markup.jupyter .fa-flag-checkered:before { content: "\f11e"; } .markup.jupyter .fa-terminal:before { content: "\f120"; } .markup.jupyter .fa-code:before { content: "\f121"; } .markup.jupyter .fa-mail-reply-all:before, .markup.jupyter .fa-reply-all:before { content: "\f122"; } .markup.jupyter .fa-star-half-empty:before, .markup.jupyter .fa-star-half-full:before, .markup.jupyter .fa-star-half-o:before { content: "\f123"; } .markup.jupyter .fa-location-arrow:before { content: "\f124"; } .markup.jupyter .fa-crop:before { content: "\f125"; } .markup.jupyter .fa-code-fork:before { content: "\f126"; } .markup.jupyter .fa-unlink:before, .markup.jupyter .fa-chain-broken:before { content: "\f127"; } .markup.jupyter .fa-question:before { content: "\f128"; } .markup.jupyter .fa-info:before { content: "\f129"; } .markup.jupyter .fa-exclamation:before { content: "\f12a"; } .markup.jupyter .fa-superscript:before { content: "\f12b"; } .markup.jupyter .fa-subscript:before { content: "\f12c"; } .markup.jupyter .fa-eraser:before { content: "\f12d"; } .markup.jupyter .fa-puzzle-piece:before { content: "\f12e"; } .markup.jupyter .fa-microphone:before { content: "\f130"; } .markup.jupyter .fa-microphone-slash:before { content: "\f131"; } .markup.jupyter .fa-shield:before { content: "\f132"; } .markup.jupyter .fa-calendar-o:before { content: "\f133"; } .markup.jupyter .fa-fire-extinguisher:before { content: "\f134"; } .markup.jupyter .fa-rocket:before { content: "\f135"; } .markup.jupyter .fa-maxcdn:before { content: "\f136"; } .markup.jupyter .fa-chevron-circle-left:before { content: "\f137"; } .markup.jupyter .fa-chevron-circle-right:before { content: "\f138"; } .markup.jupyter .fa-chevron-circle-up:before { content: "\f139"; } .markup.jupyter .fa-chevron-circle-down:before { content: "\f13a"; } .markup.jupyter .fa-html5:before { content: "\f13b"; } .markup.jupyter .fa-css3:before { content: "\f13c"; } .markup.jupyter .fa-anchor:before { content: "\f13d"; } .markup.jupyter .fa-unlock-alt:before { content: "\f13e"; } .markup.jupyter .fa-bullseye:before { content: "\f140"; } .markup.jupyter .fa-ellipsis-h:before { content: "\f141"; } .markup.jupyter .fa-ellipsis-v:before { content: "\f142"; } .markup.jupyter .fa-rss-square:before { content: "\f143"; } .markup.jupyter .fa-play-circle:before { content: "\f144"; } .markup.jupyter .fa-ticket:before { content: "\f145"; } .markup.jupyter .fa-minus-square:before { content: "\f146"; } .markup.jupyter .fa-minus-square-o:before { content: "\f147"; } .markup.jupyter .fa-level-up:before { content: "\f148"; } .markup.jupyter .fa-level-down:before { content: "\f149"; } .markup.jupyter .fa-check-square:before { content: "\f14a"; } .markup.jupyter .fa-pencil-square:before { content: "\f14b"; } .markup.jupyter .fa-external-link-square:before { content: "\f14c"; } .markup.jupyter .fa-share-square:before { content: "\f14d"; } .markup.jupyter .fa-compass:before { content: "\f14e"; } .markup.jupyter .fa-toggle-down:before, .markup.jupyter .fa-caret-square-o-down:before { content: "\f150"; } .markup.jupyter .fa-toggle-up:before, .markup.jupyter .fa-caret-square-o-up:before { content: "\f151"; } .markup.jupyter .fa-toggle-right:before, .markup.jupyter .fa-caret-square-o-right:before { content: "\f152"; } .markup.jupyter .fa-euro:before, .markup.jupyter .fa-eur:before { content: "\f153"; } .markup.jupyter .fa-gbp:before { content: "\f154"; } .markup.jupyter .fa-dollar:before, .markup.jupyter .fa-usd:before { content: "\f155"; } .markup.jupyter .fa-rupee:before, .markup.jupyter .fa-inr:before { content: "\f156"; } .markup.jupyter .fa-cny:before, .markup.jupyter .fa-rmb:before, .markup.jupyter .fa-yen:before, .markup.jupyter .fa-jpy:before { content: "\f157"; } .markup.jupyter .fa-ruble:before, .markup.jupyter .fa-rouble:before, .markup.jupyter .fa-rub:before { content: "\f158"; } .markup.jupyter .fa-won:before, .markup.jupyter .fa-krw:before { content: "\f159"; } .markup.jupyter .fa-bitcoin:before, .markup.jupyter .fa-btc:before { content: "\f15a"; } .markup.jupyter .fa-file:before { content: "\f15b"; } .markup.jupyter .fa-file-text:before { content: "\f15c"; } .markup.jupyter .fa-sort-alpha-asc:before { content: "\f15d"; } .markup.jupyter .fa-sort-alpha-desc:before { content: "\f15e"; } .markup.jupyter .fa-sort-amount-asc:before { content: "\f160"; } .markup.jupyter .fa-sort-amount-desc:before { content: "\f161"; } .markup.jupyter .fa-sort-numeric-asc:before { content: "\f162"; } .markup.jupyter .fa-sort-numeric-desc:before { content: "\f163"; } .markup.jupyter .fa-thumbs-up:before { content: "\f164"; } .markup.jupyter .fa-thumbs-down:before { content: "\f165"; } .markup.jupyter .fa-youtube-square:before { content: "\f166"; } .markup.jupyter .fa-youtube:before { content: "\f167"; } .markup.jupyter .fa-xing:before { content: "\f168"; } .markup.jupyter .fa-xing-square:before { content: "\f169"; } .markup.jupyter .fa-youtube-play:before { content: "\f16a"; } .markup.jupyter .fa-dropbox:before { content: "\f16b"; } .markup.jupyter .fa-stack-overflow:before { content: "\f16c"; } .markup.jupyter .fa-instagram:before { content: "\f16d"; } .markup.jupyter .fa-flickr:before { content: "\f16e"; } .markup.jupyter .fa-adn:before { content: "\f170"; } .markup.jupyter .fa-bitbucket:before { content: "\f171"; } .markup.jupyter .fa-bitbucket-square:before { content: "\f172"; } .markup.jupyter .fa-tumblr:before { content: "\f173"; } .markup.jupyter .fa-tumblr-square:before { content: "\f174"; } .markup.jupyter .fa-long-arrow-down:before { content: "\f175"; } .markup.jupyter .fa-long-arrow-up:before { content: "\f176"; } .markup.jupyter .fa-long-arrow-left:before { content: "\f177"; } .markup.jupyter .fa-long-arrow-right:before { content: "\f178"; } .markup.jupyter .fa-apple:before { content: "\f179"; } .markup.jupyter .fa-windows:before { content: "\f17a"; } .markup.jupyter .fa-android:before { content: "\f17b"; } .markup.jupyter .fa-linux:before { content: "\f17c"; } .markup.jupyter .fa-dribbble:before { content: "\f17d"; } .markup.jupyter .fa-skype:before { content: "\f17e"; } .markup.jupyter .fa-foursquare:before { content: "\f180"; } .markup.jupyter .fa-trello:before { content: "\f181"; } .markup.jupyter .fa-female:before { content: "\f182"; } .markup.jupyter .fa-male:before { content: "\f183"; } .markup.jupyter .fa-gittip:before, .markup.jupyter .fa-gratipay:before { content: "\f184"; } .markup.jupyter .fa-sun-o:before { content: "\f185"; } .markup.jupyter .fa-moon-o:before { content: "\f186"; } .markup.jupyter .fa-archive:before { content: "\f187"; } .markup.jupyter .fa-bug:before { content: "\f188"; } .markup.jupyter .fa-vk:before { content: "\f189"; } .markup.jupyter .fa-weibo:before { content: "\f18a"; } .markup.jupyter .fa-renren:before { content: "\f18b"; } .markup.jupyter .fa-pagelines:before { content: "\f18c"; } .markup.jupyter .fa-stack-exchange:before { content: "\f18d"; } .markup.jupyter .fa-arrow-circle-o-right:before { content: "\f18e"; } .markup.jupyter .fa-arrow-circle-o-left:before { content: "\f190"; } .markup.jupyter .fa-toggle-left:before, .markup.jupyter .fa-caret-square-o-left:before { content: "\f191"; } .markup.jupyter .fa-dot-circle-o:before { content: "\f192"; } .markup.jupyter .fa-wheelchair:before { content: "\f193"; } .markup.jupyter .fa-vimeo-square:before { content: "\f194"; } .markup.jupyter .fa-turkish-lira:before, .markup.jupyter .fa-try:before { content: "\f195"; } .markup.jupyter .fa-plus-square-o:before { content: "\f196"; } .markup.jupyter .fa-space-shuttle:before { content: "\f197"; } .markup.jupyter .fa-slack:before { content: "\f198"; } .markup.jupyter .fa-envelope-square:before { content: "\f199"; } .markup.jupyter .fa-wordpress:before { content: "\f19a"; } .markup.jupyter .fa-openid:before { content: "\f19b"; } .markup.jupyter .fa-institution:before, .markup.jupyter .fa-bank:before, .markup.jupyter .fa-university:before { content: "\f19c"; } .markup.jupyter .fa-mortar-board:before, .markup.jupyter .fa-graduation-cap:before { content: "\f19d"; } .markup.jupyter .fa-yahoo:before { content: "\f19e"; } .markup.jupyter .fa-google:before { content: "\f1a0"; } .markup.jupyter .fa-reddit:before { content: "\f1a1"; } .markup.jupyter .fa-reddit-square:before { content: "\f1a2"; } .markup.jupyter .fa-stumbleupon-circle:before { content: "\f1a3"; } .markup.jupyter .fa-stumbleupon:before { content: "\f1a4"; } .markup.jupyter .fa-delicious:before { content: "\f1a5"; } .markup.jupyter .fa-digg:before { content: "\f1a6"; } .markup.jupyter .fa-pied-piper-pp:before { content: "\f1a7"; } .markup.jupyter .fa-pied-piper-alt:before { content: "\f1a8"; } .markup.jupyter .fa-drupal:before { content: "\f1a9"; } .markup.jupyter .fa-joomla:before { content: "\f1aa"; } .markup.jupyter .fa-language:before { content: "\f1ab"; } .markup.jupyter .fa-fax:before { content: "\f1ac"; } .markup.jupyter .fa-building:before { content: "\f1ad"; } .markup.jupyter .fa-child:before { content: "\f1ae"; } .markup.jupyter .fa-paw:before { content: "\f1b0"; } .markup.jupyter .fa-spoon:before { content: "\f1b1"; } .markup.jupyter .fa-cube:before { content: "\f1b2"; } .markup.jupyter .fa-cubes:before { content: "\f1b3"; } .markup.jupyter .fa-behance:before { content: "\f1b4"; } .markup.jupyter .fa-behance-square:before { content: "\f1b5"; } .markup.jupyter .fa-steam:before { content: "\f1b6"; } .markup.jupyter .fa-steam-square:before { content: "\f1b7"; } .markup.jupyter .fa-recycle:before { content: "\f1b8"; } .markup.jupyter .fa-automobile:before, .markup.jupyter .fa-car:before { content: "\f1b9"; } .markup.jupyter .fa-cab:before, .markup.jupyter .fa-taxi:before { content: "\f1ba"; } .markup.jupyter .fa-tree:before { content: "\f1bb"; } .markup.jupyter .fa-spotify:before { content: "\f1bc"; } .markup.jupyter .fa-deviantart:before { content: "\f1bd"; } .markup.jupyter .fa-soundcloud:before { content: "\f1be"; } .markup.jupyter .fa-database:before { content: "\f1c0"; } .markup.jupyter .fa-file-pdf-o:before { content: "\f1c1"; } .markup.jupyter .fa-file-word-o:before { content: "\f1c2"; } .markup.jupyter .fa-file-excel-o:before { content: "\f1c3"; } .markup.jupyter .fa-file-powerpoint-o:before { content: "\f1c4"; } .markup.jupyter .fa-file-photo-o:before, .markup.jupyter .fa-file-picture-o:before, .markup.jupyter .fa-file-image-o:before { content: "\f1c5"; } .markup.jupyter .fa-file-zip-o:before, .markup.jupyter .fa-file-archive-o:before { content: "\f1c6"; } .markup.jupyter .fa-file-sound-o:before, .markup.jupyter .fa-file-audio-o:before { content: "\f1c7"; } .markup.jupyter .fa-file-movie-o:before, .markup.jupyter .fa-file-video-o:before { content: "\f1c8"; } .markup.jupyter .fa-file-code-o:before { content: "\f1c9"; } .markup.jupyter .fa-vine:before { content: "\f1ca"; } .markup.jupyter .fa-codepen:before { content: "\f1cb"; } .markup.jupyter .fa-jsfiddle:before { content: "\f1cc"; } .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"; } .markup.jupyter .fa-circle-o-notch:before { content: "\f1ce"; } .markup.jupyter .fa-ra:before, .markup.jupyter .fa-resistance:before, .markup.jupyter .fa-rebel:before { content: "\f1d0"; } .markup.jupyter .fa-ge:before, .markup.jupyter .fa-empire:before { content: "\f1d1"; } .markup.jupyter .fa-git-square:before { content: "\f1d2"; } .markup.jupyter .fa-git:before { content: "\f1d3"; } .markup.jupyter .fa-y-combinator-square:before, .markup.jupyter .fa-yc-square:before, .markup.jupyter .fa-hacker-news:before { content: "\f1d4"; } .markup.jupyter .fa-tencent-weibo:before { content: "\f1d5"; } .markup.jupyter .fa-qq:before { content: "\f1d6"; } .markup.jupyter .fa-wechat:before, .markup.jupyter .fa-weixin:before { content: "\f1d7"; } .markup.jupyter .fa-send:before, .markup.jupyter .fa-paper-plane:before { content: "\f1d8"; } .markup.jupyter .fa-send-o:before, .markup.jupyter .fa-paper-plane-o:before { content: "\f1d9"; } .markup.jupyter .fa-history:before { content: "\f1da"; } .markup.jupyter .fa-circle-thin:before { content: "\f1db"; } .markup.jupyter .fa-header:before { content: "\f1dc"; } .markup.jupyter .fa-paragraph:before { content: "\f1dd"; } .markup.jupyter .fa-sliders:before { content: "\f1de"; } .markup.jupyter .fa-share-alt:before { content: "\f1e0"; } .markup.jupyter .fa-share-alt-square:before { content: "\f1e1"; } .markup.jupyter .fa-bomb:before { content: "\f1e2"; } .markup.jupyter .fa-soccer-ball-o:before, .markup.jupyter .fa-futbol-o:before { content: "\f1e3"; } .markup.jupyter .fa-tty:before { content: "\f1e4"; } .markup.jupyter .fa-binoculars:before { content: "\f1e5"; } .markup.jupyter .fa-plug:before { content: "\f1e6"; } .markup.jupyter .fa-slideshare:before { content: "\f1e7"; } .markup.jupyter .fa-twitch:before { content: "\f1e8"; } .markup.jupyter .fa-yelp:before { content: "\f1e9"; } .markup.jupyter .fa-newspaper-o:before { content: "\f1ea"; } .markup.jupyter .fa-wifi:before { content: "\f1eb"; } .markup.jupyter .fa-calculator:before { content: "\f1ec"; } .markup.jupyter .fa-paypal:before { content: "\f1ed"; } .markup.jupyter .fa-google-wallet:before { content: "\f1ee"; } .markup.jupyter .fa-cc-visa:before { content: "\f1f0"; } .markup.jupyter .fa-cc-mastercard:before { content: "\f1f1"; } .markup.jupyter .fa-cc-discover:before { content: "\f1f2"; } .markup.jupyter .fa-cc-amex:before { content: "\f1f3"; } .markup.jupyter .fa-cc-paypal:before { content: "\f1f4"; } .markup.jupyter .fa-cc-stripe:before { content: "\f1f5"; } .markup.jupyter .fa-bell-slash:before { content: "\f1f6"; } .markup.jupyter .fa-bell-slash-o:before { content: "\f1f7"; } .markup.jupyter .fa-trash:before { content: "\f1f8"; } .markup.jupyter .fa-copyright:before { content: "\f1f9"; } .markup.jupyter .fa-at:before { content: "\f1fa"; } .markup.jupyter .fa-eyedropper:before { content: "\f1fb"; } .markup.jupyter .fa-paint-brush:before { content: "\f1fc"; } .markup.jupyter .fa-birthday-cake:before { content: "\f1fd"; } .markup.jupyter .fa-area-chart:before { content: "\f1fe"; } .markup.jupyter .fa-pie-chart:before { content: "\f200"; } .markup.jupyter .fa-line-chart:before { content: "\f201"; } .markup.jupyter .fa-lastfm:before { content: "\f202"; } .markup.jupyter .fa-lastfm-square:before { content: "\f203"; } .markup.jupyter .fa-toggle-off:before { content: "\f204"; } .markup.jupyter .fa-toggle-on:before { content: "\f205"; } .markup.jupyter .fa-bicycle:before { content: "\f206"; } .markup.jupyter .fa-bus:before { content: "\f207"; } .markup.jupyter .fa-ioxhost:before { content: "\f208"; } .markup.jupyter .fa-angellist:before { content: "\f209"; } .markup.jupyter .fa-cc:before { content: "\f20a"; } .markup.jupyter .fa-shekel:before, .markup.jupyter .fa-sheqel:before, .markup.jupyter .fa-ils:before { content: "\f20b"; } .markup.jupyter .fa-meanpath:before { content: "\f20c"; } .markup.jupyter .fa-buysellads:before { content: "\f20d"; } .markup.jupyter .fa-connectdevelop:before { content: "\f20e"; } .markup.jupyter .fa-dashcube:before { content: "\f210"; } .markup.jupyter .fa-forumbee:before { content: "\f211"; } .markup.jupyter .fa-leanpub:before { content: "\f212"; } .markup.jupyter .fa-sellsy:before { content: "\f213"; } .markup.jupyter .fa-shirtsinbulk:before { content: "\f214"; } .markup.jupyter .fa-simplybuilt:before { content: "\f215"; } .markup.jupyter .fa-skyatlas:before { content: "\f216"; } .markup.jupyter .fa-cart-plus:before { content: "\f217"; } .markup.jupyter .fa-cart-arrow-down:before { content: "\f218"; } .markup.jupyter .fa-diamond:before { content: "\f219"; } .markup.jupyter .fa-ship:before { content: "\f21a"; } .markup.jupyter .fa-user-secret:before { content: "\f21b"; } .markup.jupyter .fa-motorcycle:before { content: "\f21c"; } .markup.jupyter .fa-street-view:before { content: "\f21d"; } .markup.jupyter .fa-heartbeat:before { content: "\f21e"; } .markup.jupyter .fa-venus:before { content: "\f221"; } .markup.jupyter .fa-mars:before { content: "\f222"; } .markup.jupyter .fa-mercury:before { content: "\f223"; } .markup.jupyter .fa-intersex:before, .markup.jupyter .fa-transgender:before { content: "\f224"; } .markup.jupyter .fa-transgender-alt:before { content: "\f225"; } .markup.jupyter .fa-venus-double:before { content: "\f226"; } .markup.jupyter .fa-mars-double:before { content: "\f227"; } .markup.jupyter .fa-venus-mars:before { content: "\f228"; } .markup.jupyter .fa-mars-stroke:before { content: "\f229"; } .markup.jupyter .fa-mars-stroke-v:before { content: "\f22a"; } .markup.jupyter .fa-mars-stroke-h:before { content: "\f22b"; } .markup.jupyter .fa-neuter:before { content: "\f22c"; } .markup.jupyter .fa-genderless:before { content: "\f22d"; } .markup.jupyter .fa-facebook-official:before { content: "\f230"; } .markup.jupyter .fa-pinterest-p:before { content: "\f231"; } .markup.jupyter .fa-whatsapp:before { content: "\f232"; } .markup.jupyter .fa-server:before { content: "\f233"; } .markup.jupyter .fa-user-plus:before { content: "\f234"; } .markup.jupyter .fa-user-times:before { content: "\f235"; } .markup.jupyter .fa-hotel:before, .markup.jupyter .fa-bed:before { content: "\f236"; } .markup.jupyter .fa-viacoin:before { content: "\f237"; } .markup.jupyter .fa-train:before { content: "\f238"; } .markup.jupyter .fa-subway:before { content: "\f239"; } .markup.jupyter .fa-medium:before { content: "\f23a"; } .markup.jupyter .fa-yc:before, .markup.jupyter .fa-y-combinator:before { content: "\f23b"; } .markup.jupyter .fa-optin-monster:before { content: "\f23c"; } .markup.jupyter .fa-opencart:before { content: "\f23d"; } .markup.jupyter .fa-expeditedssl:before { content: "\f23e"; } .markup.jupyter .fa-battery-4:before, .markup.jupyter .fa-battery:before, .markup.jupyter .fa-battery-full:before { content: "\f240"; } .markup.jupyter .fa-battery-3:before, .markup.jupyter .fa-battery-three-quarters:before { content: "\f241"; } .markup.jupyter .fa-battery-2:before, .markup.jupyter .fa-battery-half:before { content: "\f242"; } .markup.jupyter .fa-battery-1:before, .markup.jupyter .fa-battery-quarter:before { content: "\f243"; } .markup.jupyter .fa-battery-0:before, .markup.jupyter .fa-battery-empty:before { content: "\f244"; } .markup.jupyter .fa-mouse-pointer:before { content: "\f245"; } .markup.jupyter .fa-i-cursor:before { content: "\f246"; } .markup.jupyter .fa-object-group:before { content: "\f247"; } .markup.jupyter .fa-object-ungroup:before { content: "\f248"; } .markup.jupyter .fa-sticky-note:before { content: "\f249"; } .markup.jupyter .fa-sticky-note-o:before { content: "\f24a"; } .markup.jupyter .fa-cc-jcb:before { content: "\f24b"; } .markup.jupyter .fa-cc-diners-club:before { content: "\f24c"; } .markup.jupyter .fa-clone:before { content: "\f24d"; } .markup.jupyter .fa-balance-scale:before { content: "\f24e"; } .markup.jupyter .fa-hourglass-o:before { content: "\f250"; } .markup.jupyter .fa-hourglass-1:before, .markup.jupyter .fa-hourglass-start:before { content: "\f251"; } .markup.jupyter .fa-hourglass-2:before, .markup.jupyter .fa-hourglass-half:before { content: "\f252"; } .markup.jupyter .fa-hourglass-3:before, .markup.jupyter .fa-hourglass-end:before { content: "\f253"; } .markup.jupyter .fa-hourglass:before { content: "\f254"; } .markup.jupyter .fa-hand-grab-o:before, .markup.jupyter .fa-hand-rock-o:before { content: "\f255"; } .markup.jupyter .fa-hand-stop-o:before, .markup.jupyter .fa-hand-paper-o:before { content: "\f256"; } .markup.jupyter .fa-hand-scissors-o:before { content: "\f257"; } .markup.jupyter .fa-hand-lizard-o:before { content: "\f258"; } .markup.jupyter .fa-hand-spock-o:before { content: "\f259"; } .markup.jupyter .fa-hand-pointer-o:before { content: "\f25a"; } .markup.jupyter .fa-hand-peace-o:before { content: "\f25b"; } .markup.jupyter .fa-trademark:before { content: "\f25c"; } .markup.jupyter .fa-registered:before { content: "\f25d"; } .markup.jupyter .fa-creative-commons:before { content: "\f25e"; } .markup.jupyter .fa-gg:before { content: "\f260"; } .markup.jupyter .fa-gg-circle:before { content: "\f261"; } .markup.jupyter .fa-tripadvisor:before { content: "\f262"; } .markup.jupyter .fa-odnoklassniki:before { content: "\f263"; } .markup.jupyter .fa-odnoklassniki-square:before { content: "\f264"; } .markup.jupyter .fa-get-pocket:before { content: "\f265"; } .markup.jupyter .fa-wikipedia-w:before { content: "\f266"; } .markup.jupyter .fa-safari:before { content: "\f267"; } .markup.jupyter .fa-chrome:before { content: "\f268"; } .markup.jupyter .fa-firefox:before { content: "\f269"; } .markup.jupyter .fa-opera:before { content: "\f26a"; } .markup.jupyter .fa-internet-explorer:before { content: "\f26b"; } .markup.jupyter .fa-tv:before, .markup.jupyter .fa-television:before { content: "\f26c"; } .markup.jupyter .fa-contao:before { content: "\f26d"; } .markup.jupyter .fa-500px:before { content: "\f26e"; } .markup.jupyter .fa-amazon:before { content: "\f270"; } .markup.jupyter .fa-calendar-plus-o:before { content: "\f271"; } .markup.jupyter .fa-calendar-minus-o:before { content: "\f272"; } .markup.jupyter .fa-calendar-times-o:before { content: "\f273"; } .markup.jupyter .fa-calendar-check-o:before { content: "\f274"; } .markup.jupyter .fa-industry:before { content: "\f275"; } .markup.jupyter .fa-map-pin:before { content: "\f276"; } .markup.jupyter .fa-map-signs:before { content: "\f277"; } .markup.jupyter .fa-map-o:before { content: "\f278"; } .markup.jupyter .fa-map:before { content: "\f279"; } .markup.jupyter .fa-commenting:before { content: "\f27a"; } .markup.jupyter .fa-commenting-o:before { content: "\f27b"; } .markup.jupyter .fa-houzz:before { content: "\f27c"; } .markup.jupyter .fa-vimeo:before { content: "\f27d"; } .markup.jupyter .fa-black-tie:before { content: "\f27e"; } .markup.jupyter .fa-fonticons:before { content: "\f280"; } .markup.jupyter .fa-reddit-alien:before { content: "\f281"; } .markup.jupyter .fa-edge:before { content: "\f282"; } .markup.jupyter .fa-credit-card-alt:before { content: "\f283"; } .markup.jupyter .fa-codiepie:before { content: "\f284"; } .markup.jupyter .fa-modx:before { content: "\f285"; } .markup.jupyter .fa-fort-awesome:before { content: "\f286"; } .markup.jupyter .fa-usb:before { content: "\f287"; } .markup.jupyter .fa-product-hunt:before { content: "\f288"; } .markup.jupyter .fa-mixcloud:before { content: "\f289"; } .markup.jupyter .fa-scribd:before { content: "\f28a"; } .markup.jupyter .fa-pause-circle:before { content: "\f28b"; } .markup.jupyter .fa-pause-circle-o:before { content: "\f28c"; } .markup.jupyter .fa-stop-circle:before { content: "\f28d"; } .markup.jupyter .fa-stop-circle-o:before { content: "\f28e"; } .markup.jupyter .fa-shopping-bag:before { content: "\f290"; } .markup.jupyter .fa-shopping-basket:before { content: "\f291"; } .markup.jupyter .fa-hashtag:before { content: "\f292"; } .markup.jupyter .fa-bluetooth:before { content: "\f293"; } .markup.jupyter .fa-bluetooth-b:before { content: "\f294"; } .markup.jupyter .fa-percent:before { content: "\f295"; } .markup.jupyter .fa-gitlab:before { content: "\f296"; } .markup.jupyter .fa-wpbeginner:before { content: "\f297"; } .markup.jupyter .fa-wpforms:before { content: "\f298"; } .markup.jupyter .fa-envira:before { content: "\f299"; } .markup.jupyter .fa-universal-access:before { content: "\f29a"; } .markup.jupyter .fa-wheelchair-alt:before { content: "\f29b"; } .markup.jupyter .fa-question-circle-o:before { content: "\f29c"; } .markup.jupyter .fa-blind:before { content: "\f29d"; } .markup.jupyter .fa-audio-description:before { content: "\f29e"; } .markup.jupyter .fa-volume-control-phone:before { content: "\f2a0"; } .markup.jupyter .fa-braille:before { content: "\f2a1"; } .markup.jupyter .fa-assistive-listening-systems:before { content: "\f2a2"; } .markup.jupyter .fa-asl-interpreting:before, .markup.jupyter .fa-american-sign-language-interpreting:before { content: "\f2a3"; } .markup.jupyter .fa-deafness:before, .markup.jupyter .fa-hard-of-hearing:before, .markup.jupyter .fa-deaf:before { content: "\f2a4"; } .markup.jupyter .fa-glide:before { content: "\f2a5"; } .markup.jupyter .fa-glide-g:before { content: "\f2a6"; } .markup.jupyter .fa-signing:before, .markup.jupyter .fa-sign-language:before { content: "\f2a7"; } .markup.jupyter .fa-low-vision:before { content: "\f2a8"; } .markup.jupyter .fa-viadeo:before { content: "\f2a9"; } .markup.jupyter .fa-viadeo-square:before { content: "\f2aa"; } .markup.jupyter .fa-snapchat:before { content: "\f2ab"; } .markup.jupyter .fa-snapchat-ghost:before { content: "\f2ac"; } .markup.jupyter .fa-snapchat-square:before { content: "\f2ad"; } .markup.jupyter .fa-pied-piper:before { content: "\f2ae"; } .markup.jupyter .fa-first-order:before { content: "\f2b0"; } .markup.jupyter .fa-yoast:before { content: "\f2b1"; } .markup.jupyter .fa-themeisle:before { content: "\f2b2"; } .markup.jupyter .fa-google-plus-circle:before, .markup.jupyter .fa-google-plus-official:before { content: "\f2b3"; } .markup.jupyter .fa-fa:before, .markup.jupyter .fa-font-awesome:before { content: "\f2b4"; } .markup.jupyter .fa-handshake-o:before { content: "\f2b5"; } .markup.jupyter .fa-envelope-open:before { content: "\f2b6"; } .markup.jupyter .fa-envelope-open-o:before { content: "\f2b7"; } .markup.jupyter .fa-linode:before { content: "\f2b8"; } .markup.jupyter .fa-address-book:before { content: "\f2b9"; } .markup.jupyter .fa-address-book-o:before { content: "\f2ba"; } .markup.jupyter .fa-vcard:before, .markup.jupyter .fa-address-card:before { content: "\f2bb"; } .markup.jupyter .fa-vcard-o:before, .markup.jupyter .fa-address-card-o:before { content: "\f2bc"; } .markup.jupyter .fa-user-circle:before { content: "\f2bd"; } .markup.jupyter .fa-user-circle-o:before { content: "\f2be"; } .markup.jupyter .fa-user-o:before { content: "\f2c0"; } .markup.jupyter .fa-id-badge:before { content: "\f2c1"; } .markup.jupyter .fa-drivers-license:before, .markup.jupyter .fa-id-card:before { content: "\f2c2"; } .markup.jupyter .fa-drivers-license-o:before, .markup.jupyter .fa-id-card-o:before { content: "\f2c3"; } .markup.jupyter .fa-quora:before { content: "\f2c4"; } .markup.jupyter .fa-free-code-camp:before { content: "\f2c5"; } .markup.jupyter .fa-telegram:before { content: "\f2c6"; } .markup.jupyter .fa-thermometer-4:before, .markup.jupyter .fa-thermometer:before, .markup.jupyter .fa-thermometer-full:before { content: "\f2c7"; } .markup.jupyter .fa-thermometer-3:before, .markup.jupyter .fa-thermometer-three-quarters:before { content: "\f2c8"; } .markup.jupyter .fa-thermometer-2:before, .markup.jupyter .fa-thermometer-half:before { content: "\f2c9"; } .markup.jupyter .fa-thermometer-1:before, .markup.jupyter .fa-thermometer-quarter:before { content: "\f2ca"; } .markup.jupyter .fa-thermometer-0:before, .markup.jupyter .fa-thermometer-empty:before { content: "\f2cb"; } .markup.jupyter .fa-shower:before { content: "\f2cc"; } .markup.jupyter .fa-bathtub:before, .markup.jupyter .fa-s15:before, .markup.jupyter .fa-bath:before { content: "\f2cd"; } .markup.jupyter .fa-podcast:before { content: "\f2ce"; } .markup.jupyter .fa-window-maximize:before { content: "\f2d0"; } .markup.jupyter .fa-window-minimize:before { content: "\f2d1"; } .markup.jupyter .fa-window-restore:before { content: "\f2d2"; } .markup.jupyter .fa-times-rectangle:before, .markup.jupyter .fa-window-close:before { content: "\f2d3"; } .markup.jupyter .fa-times-rectangle-o:before, .markup.jupyter .fa-window-close-o:before { content: "\f2d4"; } .markup.jupyter .fa-bandcamp:before { content: "\f2d5"; } .markup.jupyter .fa-grav:before { content: "\f2d6"; } .markup.jupyter .fa-etsy:before { content: "\f2d7"; } .markup.jupyter .fa-imdb:before { content: "\f2d8"; } .markup.jupyter .fa-ravelry:before { content: "\f2d9"; } .markup.jupyter .fa-eercast:before { content: "\f2da"; } .markup.jupyter .fa-microchip:before { content: "\f2db"; } .markup.jupyter .fa-snowflake-o:before { content: "\f2dc"; } .markup.jupyter .fa-superpowers:before { content: "\f2dd"; } .markup.jupyter .fa-wpexplorer:before { content: "\f2de"; } .markup.jupyter .fa-meetup:before { content: "\f2e0"; } .markup.jupyter .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .markup.jupyter .sr-only-focusable:active, .markup.jupyter .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } .markup.jupyter .sr-only-focusable:active, .markup.jupyter .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } .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); } .markup.jupyter code { color: #000; } .markup.jupyter pre { font-size: inherit; line-height: inherit; } .markup.jupyter label { font-weight: normal; } .markup.jupyter .border-box-sizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .markup.jupyter .corner-all { border-radius: 2px; } .markup.jupyter .no-padding { padding: 0px; } .markup.jupyter .hbox { /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } .markup.jupyter .hbox > * { /* Old browsers */ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /* Modern browsers */ flex: none; } .markup.jupyter .vbox { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } .markup.jupyter .vbox > * { /* Old browsers */ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /* Modern browsers */ flex: none; } .markup.jupyter .hbox.reverse, .markup.jupyter .vbox.reverse, .markup.jupyter .reverse { /* Old browsers */ -webkit-box-direction: reverse; -moz-box-direction: reverse; box-direction: reverse; /* Modern browsers */ flex-direction: row-reverse; } .markup.jupyter .hbox.box-flex0, .markup.jupyter .vbox.box-flex0, .markup.jupyter .box-flex0 { /* Old browsers */ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /* Modern browsers */ flex: none; width: auto; } .markup.jupyter .hbox.box-flex1, .markup.jupyter .vbox.box-flex1, .markup.jupyter .box-flex1 { /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; } .markup.jupyter .hbox.box-flex, .markup.jupyter .vbox.box-flex, .markup.jupyter .box-flex { /* Old browsers */ /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; } .markup.jupyter .hbox.box-flex2, .markup.jupyter .vbox.box-flex2, .markup.jupyter .box-flex2 { /* Old browsers */ -webkit-box-flex: 2; -moz-box-flex: 2; box-flex: 2; /* Modern browsers */ flex: 2; } .markup.jupyter .box-group1 { /* Deprecated */ -webkit-box-flex-group: 1; -moz-box-flex-group: 1; box-flex-group: 1; } .markup.jupyter .box-group2 { /* Deprecated */ -webkit-box-flex-group: 2; -moz-box-flex-group: 2; box-flex-group: 2; } .markup.jupyter .hbox.start, .markup.jupyter .vbox.start, .markup.jupyter .start { /* Old browsers */ -webkit-box-pack: start; -moz-box-pack: start; box-pack: start; /* Modern browsers */ justify-content: flex-start; } .markup.jupyter .hbox.end, .markup.jupyter .vbox.end, .markup.jupyter .end { /* Old browsers */ -webkit-box-pack: end; -moz-box-pack: end; box-pack: end; /* Modern browsers */ justify-content: flex-end; } .markup.jupyter .hbox.center, .markup.jupyter .vbox.center, .markup.jupyter .center { /* Old browsers */ -webkit-box-pack: center; -moz-box-pack: center; box-pack: center; /* Modern browsers */ justify-content: center; } .markup.jupyter .hbox.baseline, .markup.jupyter .vbox.baseline, .markup.jupyter .baseline { /* Old browsers */ -webkit-box-pack: baseline; -moz-box-pack: baseline; box-pack: baseline; /* Modern browsers */ justify-content: baseline; } .markup.jupyter .hbox.stretch, .markup.jupyter .vbox.stretch, .markup.jupyter .stretch { /* Old browsers */ -webkit-box-pack: stretch; -moz-box-pack: stretch; box-pack: stretch; /* Modern browsers */ justify-content: stretch; } .markup.jupyter .hbox.align-start, .markup.jupyter .vbox.align-start, .markup.jupyter .align-start { /* Old browsers */ -webkit-box-align: start; -moz-box-align: start; box-align: start; /* Modern browsers */ align-items: flex-start; } .markup.jupyter .hbox.align-end, .markup.jupyter .vbox.align-end, .markup.jupyter .align-end { /* Old browsers */ -webkit-box-align: end; -moz-box-align: end; box-align: end; /* Modern browsers */ align-items: flex-end; } .markup.jupyter .hbox.align-center, .markup.jupyter .vbox.align-center, .markup.jupyter .align-center { /* Old browsers */ -webkit-box-align: center; -moz-box-align: center; box-align: center; /* Modern browsers */ align-items: center; } .markup.jupyter .hbox.align-baseline, .markup.jupyter .vbox.align-baseline, .markup.jupyter .align-baseline { /* Old browsers */ -webkit-box-align: baseline; -moz-box-align: baseline; box-align: baseline; /* Modern browsers */ align-items: baseline; } .markup.jupyter .hbox.align-stretch, .markup.jupyter .vbox.align-stretch, .markup.jupyter .align-stretch { /* Old browsers */ -webkit-box-align: stretch; -moz-box-align: stretch; box-align: stretch; /* Modern browsers */ align-items: stretch; } .markup.jupyter div.error { margin: 2em; text-align: center; } .markup.jupyter div.error > h1 { font-size: 500%; line-height: normal; } .markup.jupyter div.error > p { font-size: 200%; line-height: normal; } .markup.jupyter div.traceback-wrapper { text-align: left; max-width: 800px; margin: auto; } .markup.jupyter div.traceback-wrapper pre.traceback { max-height: 600px; overflow: auto; } .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 */ position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; overflow: visible; } .markup.jupyter body > #header { /* Initially hidden to prevent FLOUC */ display: none; background-color: #fff; /* Display over codemirror */ position: relative; z-index: 100; } .markup.jupyter body > #header #header-container { display: flex; flex-direction: row; justify-content: space-between; padding: 5px; padding-bottom: 5px; padding-top: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .markup.jupyter body > #header .header-bar { width: 100%; height: 1px; background: #e7e7e7; margin-bottom: -1px; } @media print { .markup.jupyter body > #header { display: none !important; } } .markup.jupyter #header-spacer { width: 100%; visibility: hidden; } @media print { .markup.jupyter #header-spacer { display: none; } } .markup.jupyter #ipython_notebook { padding-left: 0px; padding-top: 1px; padding-bottom: 1px; } .markup.jupyter [dir="rtl"] #ipython_notebook { margin-right: 10px; margin-left: 0; } .markup.jupyter [dir="rtl"] #ipython_notebook.pull-left { float: right !important; float: right; } .markup.jupyter .flex-spacer { flex: 1; } .markup.jupyter #noscript { width: auto; padding-top: 16px; padding-bottom: 16px; text-align: center; font-size: 22px; color: red; font-weight: bold; } .markup.jupyter #ipython_notebook img { height: 28px; } .markup.jupyter #site { width: 100%; display: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: auto; } @media print { .markup.jupyter #site { height: auto !important; } } .markup.jupyter .ui-button .ui-button-text { padding: 0.2em 0.8em; font-size: 77%; } .markup.jupyter input.ui-button { padding: 0.3em 0.9em; } .markup.jupyter span#kernel_logo_widget { margin: 0 10px; } .markup.jupyter span#login_widget { float: right; } .markup.jupyter [dir="rtl"] span#login_widget { float: left; } .markup.jupyter span#login_widget > .button, .markup.jupyter #logout { color: #333; background-color: #fff; border-color: #ccc; } .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; } .markup.jupyter span#login_widget > .button:hover, .markup.jupyter #logout:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .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; } .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; } .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; } .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; } .markup.jupyter span#login_widget > .button .badge, .markup.jupyter #logout .badge { color: #fff; background-color: #333; } .markup.jupyter .nav-header { text-transform: none; } .markup.jupyter #header > span { margin-top: 10px; } .markup.jupyter .modal_stretch .modal-dialog { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; min-height: 80vh; } .markup.jupyter .modal_stretch .modal-dialog .modal-body { max-height: calc(100vh - 200px); overflow: auto; flex: 1; } .markup.jupyter .modal-header { cursor: move; } @media (min-width: 768px) { .markup.jupyter .modal .modal-dialog { width: 700px; } } @media (min-width: 768px) { .markup.jupyter select.form-control { margin-left: 12px; margin-right: 12px; } } .markup.jupyter .center-nav { display: inline-block; margin-bottom: -4px; } .markup.jupyter [dir="rtl"] .center-nav form.pull-left { float: right !important; float: right; } .markup.jupyter [dir="rtl"] .center-nav .navbar-text { float: right; } .markup.jupyter [dir="rtl"] .navbar-inner { text-align: right; } .markup.jupyter [dir="rtl"] div.text-left { text-align: right; } .markup.jupyter .alternate_upload { background-color: none; display: inline; } .markup.jupyter .alternate_upload.form { padding: 0; margin: 0; } .markup.jupyter .alternate_upload input.fileinput { position: absolute; display: block; width: 100%; height: 100%; overflow: hidden; cursor: pointer; opacity: 0; z-index: 2; } .markup.jupyter .alternate_upload .btn-xs > input.fileinput { margin: -1px -5px; } .markup.jupyter .alternate_upload .btn-upload { position: relative; height: 22px; } .markup.jupyter ::-webkit-file-upload-button { cursor: pointer; } .markup.jupyter ul#tabs { margin-bottom: 4px; } .markup.jupyter ul#tabs a { padding-top: 6px; padding-bottom: 4px; } .markup.jupyter [dir="rtl"] ul#tabs.nav-tabs > li { float: right; } .markup.jupyter [dir="rtl"] ul#tabs.nav.nav-tabs { padding-right: 0; } .markup.jupyter ul.breadcrumb a:focus, .markup.jupyter ul.breadcrumb a:hover { text-decoration: none; } .markup.jupyter ul.breadcrumb i.icon-home { font-size: 16px; margin-right: 4px; } .markup.jupyter ul.breadcrumb span { color: #5e5e5e; } .markup.jupyter .list_toolbar { padding: 4px 0 4px 0; vertical-align: middle; } .markup.jupyter .list_toolbar .tree-buttons { padding-top: 1px; } .markup.jupyter [dir="rtl"] .list_toolbar .tree-buttons .pull-right { float: left !important; float: left; } .markup.jupyter [dir="rtl"] .list_toolbar .col-sm-4, .markup.jupyter [dir="rtl"] .list_toolbar .col-sm-8 { float: right; } .markup.jupyter .dynamic-buttons { padding-top: 3px; display: inline-block; } .markup.jupyter .list_toolbar [class*="span"] { min-height: 24px; } .markup.jupyter .list_header { font-weight: bold; background-color: #EEE; } .markup.jupyter .list_placeholder { font-weight: bold; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; } .markup.jupyter .list_container { margin-top: 4px; margin-bottom: 20px; border: 1px solid #ddd; border-radius: 2px; } .markup.jupyter .list_container > div { border-bottom: 1px solid #ddd; } .markup.jupyter .list_container > div:hover .list-item { background-color: red; } .markup.jupyter .list_container > div:last-child { border: none; } .markup.jupyter .list_item:hover .list_item { background-color: #ddd; } .markup.jupyter .list_item a { text-decoration: none; } .markup.jupyter .list_item:hover { background-color: #fafafa; } .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; } .markup.jupyter .list_header > div input, .markup.jupyter .list_item > div input { margin-right: 7px; margin-left: 14px; vertical-align: text-bottom; line-height: 22px; position: relative; top: -1px; } .markup.jupyter .list_header > div .item_link, .markup.jupyter .list_item > div .item_link { margin-left: -1px; vertical-align: baseline; line-height: 22px; } .markup.jupyter [dir="rtl"] .list_item > div input { margin-right: 0; } .markup.jupyter .new-file input[type=checkbox] { visibility: hidden; } .markup.jupyter .item_name { line-height: 22px; height: 24px; } .markup.jupyter .item_icon { font-size: 14px; color: #5e5e5e; margin-right: 7px; margin-left: 7px; line-height: 22px; vertical-align: baseline; } .markup.jupyter .item_modified { margin-right: 7px; margin-left: 7px; } .markup.jupyter [dir="rtl"] .item_modified.pull-right { float: left !important; float: left; } .markup.jupyter .item_buttons { line-height: 1em; margin-left: -5px; } .markup.jupyter .item_buttons .btn, .markup.jupyter .item_buttons .btn-group, .markup.jupyter .item_buttons .input-group { float: left; } .markup.jupyter .item_buttons > .btn, .markup.jupyter .item_buttons > .btn-group, .markup.jupyter .item_buttons > .input-group { margin-left: 5px; } .markup.jupyter .item_buttons .btn { min-width: 13ex; } .markup.jupyter .item_buttons .running-indicator { padding-top: 4px; color: #5cb85c; } .markup.jupyter .item_buttons .kernel-name { padding-top: 4px; color: #5bc0de; margin-right: 7px; float: left; } .markup.jupyter [dir="rtl"] .item_buttons.pull-right { float: left !important; float: left; } .markup.jupyter [dir="rtl"] .item_buttons .kernel-name { margin-left: 7px; float: right; } .markup.jupyter .toolbar_info { height: 24px; line-height: 24px; } .markup.jupyter .list_item input:not([type=checkbox]) { padding-top: 3px; padding-bottom: 3px; height: 22px; line-height: 14px; margin: 0px; } .markup.jupyter .highlight_text { color: blue; } .markup.jupyter #project_name { display: inline-block; padding-left: 7px; margin-left: -2px; } .markup.jupyter #project_name > .breadcrumb { padding: 0px; margin-bottom: 0px; background-color: transparent; font-weight: bold; } .markup.jupyter .sort_button { display: inline-block; padding-left: 7px; } .markup.jupyter [dir="rtl"] .sort_button.pull-right { float: left !important; float: left; } .markup.jupyter #tree-selector { padding-right: 0px; } .markup.jupyter #button-select-all { min-width: 50px; } .markup.jupyter [dir="rtl"] #button-select-all.btn { float: right ; } .markup.jupyter #select-all { margin-left: 7px; margin-right: 2px; margin-top: 2px; height: 16px; } .markup.jupyter [dir="rtl"] #select-all.pull-left { float: right !important; float: right; } .markup.jupyter .menu_icon { margin-right: 2px; } .markup.jupyter .tab-content .row { margin-left: 0px; margin-right: 0px; } .markup.jupyter .folder_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f114"; } .markup.jupyter .folder_icon:before.fa-pull-left { margin-right: 0.3em; } .markup.jupyter .folder_icon:before.fa-pull-right { margin-left: 0.3em; } .markup.jupyter .folder_icon:before.pull-left { margin-right: 0.3em; } .markup.jupyter .folder_icon:before.pull-right { margin-left: 0.3em; } .markup.jupyter .notebook_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02d"; position: relative; top: -1px; } .markup.jupyter .notebook_icon:before.fa-pull-left { margin-right: 0.3em; } .markup.jupyter .notebook_icon:before.fa-pull-right { margin-left: 0.3em; } .markup.jupyter .notebook_icon:before.pull-left { margin-right: 0.3em; } .markup.jupyter .notebook_icon:before.pull-right { margin-left: 0.3em; } .markup.jupyter .running_notebook_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02d"; position: relative; top: -1px; color: #5cb85c; } .markup.jupyter .running_notebook_icon:before.fa-pull-left { margin-right: 0.3em; } .markup.jupyter .running_notebook_icon:before.fa-pull-right { margin-left: 0.3em; } .markup.jupyter .running_notebook_icon:before.pull-left { margin-right: 0.3em; } .markup.jupyter .running_notebook_icon:before.pull-right { margin-left: 0.3em; } .markup.jupyter .file_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f016"; position: relative; top: -2px; } .markup.jupyter .file_icon:before.fa-pull-left { margin-right: 0.3em; } .markup.jupyter .file_icon:before.fa-pull-right { margin-left: 0.3em; } .markup.jupyter .file_icon:before.pull-left { margin-right: 0.3em; } .markup.jupyter .file_icon:before.pull-right { margin-left: 0.3em; } .markup.jupyter #notebook_toolbar .pull-right { padding-top: 0px; margin-right: -1px; } .markup.jupyter ul#new-menu { left: auto; right: 0; } .markup.jupyter #new-menu .dropdown-header { font-size: 10px; border-bottom: 1px solid #e5e5e5; padding: 0 0 3px; margin: -3px 20px 0; } .markup.jupyter .kernel-menu-icon { padding-right: 12px; width: 24px; content: "\f096"; } .markup.jupyter .kernel-menu-icon:before { content: "\f096"; } .markup.jupyter .kernel-menu-icon-current:before { content: "\f00c"; } .markup.jupyter #tab_content { padding-top: 20px; } .markup.jupyter #running .panel-group .panel { margin-top: 3px; margin-bottom: 1em; } .markup.jupyter #running .panel-group .panel .panel-heading { background-color: #EEE; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; line-height: 22px; } .markup.jupyter #running .panel-group .panel .panel-heading a:focus, .markup.jupyter #running .panel-group .panel .panel-heading a:hover { text-decoration: none; } .markup.jupyter #running .panel-group .panel .panel-body { padding: 0px; } .markup.jupyter #running .panel-group .panel .panel-body .list_container { margin-top: 0px; margin-bottom: 0px; border: 0px; border-radius: 0px; } .markup.jupyter #running .panel-group .panel .panel-body .list_container .list_item { border-bottom: 1px solid #ddd; } .markup.jupyter #running .panel-group .panel .panel-body .list_container .list_item:last-child { border-bottom: 0px; } .markup.jupyter .delete-button { display: none; } .markup.jupyter .duplicate-button { display: none; } .markup.jupyter .rename-button { display: none; } .markup.jupyter .move-button { display: none; } .markup.jupyter .download-button { display: none; } .markup.jupyter .shutdown-button { display: none; } .markup.jupyter .dynamic-instructions { display: inline-block; padding-top: 4px; } .markup.jupyter .selected-keymap i.fa { padding: 0px 5px; } .markup.jupyter .selected-keymap i.fa:before { content: "\f00c"; } .markup.jupyter #mode-menu { overflow: auto; max-height: 20em; } .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); } .markup.jupyter .edit_app #menubar .navbar { /* Use a negative 1 bottom margin, so the border overlaps the border of the header */ margin-bottom: -1px; } .markup.jupyter .dirty-indicator { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .markup.jupyter .dirty-indicator.fa-pull-left { margin-right: 0.3em; } .markup.jupyter .dirty-indicator.fa-pull-right { margin-left: 0.3em; } .markup.jupyter .dirty-indicator.pull-left { margin-right: 0.3em; } .markup.jupyter .dirty-indicator.pull-right { margin-left: 0.3em; } .markup.jupyter .dirty-indicator-dirty { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .markup.jupyter .dirty-indicator-dirty.fa-pull-left { margin-right: 0.3em; } .markup.jupyter .dirty-indicator-dirty.fa-pull-right { margin-left: 0.3em; } .markup.jupyter .dirty-indicator-dirty.pull-left { margin-right: 0.3em; } .markup.jupyter .dirty-indicator-dirty.pull-right { margin-left: 0.3em; } .markup.jupyter .dirty-indicator-clean { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .markup.jupyter .dirty-indicator-clean.fa-pull-left { margin-right: 0.3em; } .markup.jupyter .dirty-indicator-clean.fa-pull-right { margin-left: 0.3em; } .markup.jupyter .dirty-indicator-clean.pull-left { margin-right: 0.3em; } .markup.jupyter .dirty-indicator-clean.pull-right { margin-left: 0.3em; } .markup.jupyter .dirty-indicator-clean:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00c"; } .markup.jupyter .dirty-indicator-clean:before.fa-pull-left { margin-right: 0.3em; } .markup.jupyter .dirty-indicator-clean:before.fa-pull-right { margin-left: 0.3em; } .markup.jupyter .dirty-indicator-clean:before.pull-left { margin-right: 0.3em; } .markup.jupyter .dirty-indicator-clean:before.pull-right { margin-left: 0.3em; } .markup.jupyter #filename { font-size: 16pt; display: table; padding: 0px 5px; } .markup.jupyter #current-mode { padding-left: 5px; padding-right: 5px; } .markup.jupyter #texteditor-backdrop { padding-top: 20px; padding-bottom: 20px; } @media not print { .markup.jupyter #texteditor-backdrop { background-color: #EEE; } } @media print { .markup.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutter, .markup.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { .markup.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutter, .markup.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { .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); } } .markup.jupyter .CodeMirror-dialog { background-color: #fff; } .markup.jupyter .ansi-black-fg { color: #3E424D; } .markup.jupyter .ansi-black-bg { background-color: #3E424D; } .markup.jupyter .ansi-black-intense-fg { color: #282C36; } .markup.jupyter .ansi-black-intense-bg { background-color: #282C36; } .markup.jupyter .ansi-red-fg { color: #E75C58; } .markup.jupyter .ansi-red-bg { background-color: #E75C58; } .markup.jupyter .ansi-red-intense-fg { color: #B22B31; } .markup.jupyter .ansi-red-intense-bg { background-color: #B22B31; } .markup.jupyter .ansi-green-fg { color: #00A250; } .markup.jupyter .ansi-green-bg { background-color: #00A250; } .markup.jupyter .ansi-green-intense-fg { color: #007427; } .markup.jupyter .ansi-green-intense-bg { background-color: #007427; } .markup.jupyter .ansi-yellow-fg { color: #DDB62B; } .markup.jupyter .ansi-yellow-bg { background-color: #DDB62B; } .markup.jupyter .ansi-yellow-intense-fg { color: #B27D12; } .markup.jupyter .ansi-yellow-intense-bg { background-color: #B27D12; } .markup.jupyter .ansi-blue-fg { color: #208FFB; } .markup.jupyter .ansi-blue-bg { background-color: #208FFB; } .markup.jupyter .ansi-blue-intense-fg { color: #0065CA; } .markup.jupyter .ansi-blue-intense-bg { background-color: #0065CA; } .markup.jupyter .ansi-magenta-fg { color: #D160C4; } .markup.jupyter .ansi-magenta-bg { background-color: #D160C4; } .markup.jupyter .ansi-magenta-intense-fg { color: #A03196; } .markup.jupyter .ansi-magenta-intense-bg { background-color: #A03196; } .markup.jupyter .ansi-cyan-fg { color: #60C6C8; } .markup.jupyter .ansi-cyan-bg { background-color: #60C6C8; } .markup.jupyter .ansi-cyan-intense-fg { color: #258F8F; } .markup.jupyter .ansi-cyan-intense-bg { background-color: #258F8F; } .markup.jupyter .ansi-white-fg { color: #C5C1B4; } .markup.jupyter .ansi-white-bg { background-color: #C5C1B4; } .markup.jupyter .ansi-white-intense-fg { color: #A1A6B2; } .markup.jupyter .ansi-white-intense-bg { background-color: #A1A6B2; } .markup.jupyter .ansi-default-inverse-fg { color: #FFFFFF; } .markup.jupyter .ansi-default-inverse-bg { background-color: #000000; } .markup.jupyter .ansi-bold { font-weight: bold; } .markup.jupyter .ansi-underline { text-decoration: underline; } .markup.jupyter .ansibold { font-weight: bold; } .markup.jupyter .ansi-inverse { outline: 0.5px dotted; } .markup.jupyter .ansiblack { color: black; } .markup.jupyter .ansired { color: darkred; } .markup.jupyter .ansigreen { color: darkgreen; } .markup.jupyter .ansiyellow { color: #c4a000; } .markup.jupyter .ansiblue { color: darkblue; } .markup.jupyter .ansipurple { color: darkviolet; } .markup.jupyter .ansicyan { color: steelblue; } .markup.jupyter .ansigray { color: gray; } .markup.jupyter .ansibgblack { background-color: black; } .markup.jupyter .ansibgred { background-color: red; } .markup.jupyter .ansibggreen { background-color: green; } .markup.jupyter .ansibgyellow { background-color: yellow; } .markup.jupyter .ansibgblue { background-color: blue; } .markup.jupyter .ansibgpurple { background-color: magenta; } .markup.jupyter .ansibgcyan { background-color: cyan; } .markup.jupyter .ansibggray { background-color: gray; } .markup.jupyter div.cell { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; border-radius: 2px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-width: 1px; border-style: solid; border-color: transparent; width: 100%; padding: 5px; /* This acts as a spacer between cells, that is outside the border */ margin: 0px; outline: none; position: relative; overflow: visible; } .markup.jupyter div.cell:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: transparent; } .markup.jupyter div.cell.jupyter-soft-selected { border-left-color: #E3F2FD; border-left-width: 1px; padding-left: 5px; border-right-color: #E3F2FD; border-right-width: 1px; background: #E3F2FD; } @media print { .markup.jupyter div.cell.jupyter-soft-selected { border-color: transparent; } } .markup.jupyter div.cell.selected, .markup.jupyter div.cell.selected.jupyter-soft-selected { border-color: #ababab; } .markup.jupyter div.cell.selected:before, .markup.jupyter div.cell.selected.jupyter-soft-selected:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: #42A5F5; } @media print { .markup.jupyter div.cell.selected, .markup.jupyter div.cell.selected.jupyter-soft-selected { border-color: transparent; } } .markup.jupyter .edit_mode div.cell.selected { border-color: #66BB6A; } .markup.jupyter .edit_mode div.cell.selected:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: #66BB6A; } @media print { .markup.jupyter .edit_mode div.cell.selected { border-color: transparent; } } .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. */ padding: 0.4em; margin: 0px; font-family: monospace; text-align: right; /* This has to match that of the the CodeMirror class line-height below */ line-height: 1.21429em; /* Don't highlight prompt number selection */ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* Use default cursor */ cursor: default; } @media (max-width: 540px) { .markup.jupyter .prompt { text-align: left; } } .markup.jupyter div.inner_cell { min-width: 0; /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; } .markup.jupyter div.input_area { border: 1px solid #cfcfcf; border-radius: 2px; background: #f7f7f7; line-height: 1.21429em; } .markup.jupyter div.prompt:empty { padding-top: 0; padding-bottom: 0; } .markup.jupyter div.unrecognized_cell { padding: 5px 5px 5px 0px; /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } .markup.jupyter div.unrecognized_cell .inner_cell { border-radius: 2px; padding: 5px; font-weight: bold; color: red; border: 1px solid #cfcfcf; background: #eaeaea; } .markup.jupyter div.unrecognized_cell .inner_cell a { color: inherit; text-decoration: none; } .markup.jupyter div.unrecognized_cell .inner_cell a:hover { color: inherit; text-decoration: none; } @media (max-width: 540px) { .markup.jupyter div.unrecognized_cell > div.prompt { display: none; } } .markup.jupyter div.code_cell { /* avoid page breaking on code cells when printing */ } @media print { .markup.jupyter div.code_cell { page-break-inside: avoid; } } .markup.jupyter div.input { page-break-inside: avoid; /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } @media (max-width: 540px) { .markup.jupyter div.input { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } } .markup.jupyter div.input_prompt { color: #303F9F; border-top: 1px solid transparent; } .markup.jupyter div.input_area > div.highlight { margin: 0.4em; border: none; padding: 0px; background-color: transparent; } .markup.jupyter div.input_area > div.highlight > pre { margin: 0px; border: none; padding: 0px; background-color: transparent; } .markup.jupyter .CodeMirror { line-height: 1.21429em; /* Changed from 1em to our global default */ font-size: 14px; height: auto; /* Changed to auto to autogrow */ background: none; /* Changed from white to allow our bg to show through */ } .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; } .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; } .markup.jupyter .CodeMirror-linenumber { padding: 0 8px 0 4px; } .markup.jupyter .CodeMirror-gutters { border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .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; } .markup.jupyter .CodeMirror-cursor { border-left: 1.4px solid black; } @media screen and (min-width: 2138px) and (max-width: 4319px) { .markup.jupyter .CodeMirror-cursor { border-left: 2px solid black; } } @media screen and (min-width: 4320px) { .markup.jupyter .CodeMirror-cursor { border-left: 4px solid black; } } .markup.jupyter .highlight-base { color: #000; } .markup.jupyter .highlight-variable { color: #000; } .markup.jupyter .highlight-variable-2 { color: #1a1a1a; } .markup.jupyter .highlight-variable-3 { color: #333333; } .markup.jupyter .highlight-string { color: #BA2121; } .markup.jupyter .highlight-comment { color: #408080; font-style: italic; } .markup.jupyter .highlight-number { color: #080; } .markup.jupyter .highlight-atom { color: #88F; } .markup.jupyter .highlight-keyword { color: #008000; font-weight: bold; } .markup.jupyter .highlight-builtin { color: #008000; } .markup.jupyter .highlight-error { color: #f00; } .markup.jupyter .highlight-operator { color: #AA22FF; font-weight: bold; } .markup.jupyter .highlight-meta { color: #AA22FF; } .markup.jupyter .highlight-def { color: #00f; } .markup.jupyter .highlight-string-2 { color: #f50; } .markup.jupyter .highlight-qualifier { color: #555; } .markup.jupyter .highlight-bracket { color: #997; } .markup.jupyter .highlight-tag { color: #170; } .markup.jupyter .highlight-attribute { color: #00c; } .markup.jupyter .highlight-header { color: blue; } .markup.jupyter .highlight-quote { color: #090; } .markup.jupyter .highlight-link { color: #00c; } .markup.jupyter .cm-s-ipython span.cm-keyword { color: #008000; font-weight: bold; } .markup.jupyter .cm-s-ipython span.cm-atom { color: #88F; } .markup.jupyter .cm-s-ipython span.cm-number { color: #080; } .markup.jupyter .cm-s-ipython span.cm-def { color: #00f; } .markup.jupyter .cm-s-ipython span.cm-variable { color: #000; } .markup.jupyter .cm-s-ipython span.cm-operator { color: #AA22FF; font-weight: bold; } .markup.jupyter .cm-s-ipython span.cm-variable-2 { color: #1a1a1a; } .markup.jupyter .cm-s-ipython span.cm-variable-3 { color: #333333; } .markup.jupyter .cm-s-ipython span.cm-comment { color: #408080; font-style: italic; } .markup.jupyter .cm-s-ipython span.cm-string { color: #BA2121; } .markup.jupyter .cm-s-ipython span.cm-string-2 { color: #f50; } .markup.jupyter .cm-s-ipython span.cm-meta { color: #AA22FF; } .markup.jupyter .cm-s-ipython span.cm-qualifier { color: #555; } .markup.jupyter .cm-s-ipython span.cm-builtin { color: #008000; } .markup.jupyter .cm-s-ipython span.cm-bracket { color: #997; } .markup.jupyter .cm-s-ipython span.cm-tag { color: #170; } .markup.jupyter .cm-s-ipython span.cm-attribute { color: #00c; } .markup.jupyter .cm-s-ipython span.cm-header { color: blue; } .markup.jupyter .cm-s-ipython span.cm-quote { color: #090; } .markup.jupyter .cm-s-ipython span.cm-link { color: #00c; } .markup.jupyter .cm-s-ipython span.cm-error { color: #f00; } .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; } .markup.jupyter div.output_wrapper { /* this position must be relative to enable descendents to be absolute within it */ position: relative; /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; z-index: 1; } .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 */ width: 100%; overflow: auto; border-radius: 2px; -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); display: block; } .markup.jupyter div.output_collapsed { margin: 0px; padding: 0px; /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } .markup.jupyter div.out_prompt_overlay { height: 100%; padding: 0px 0.4em; position: absolute; border-radius: 2px; } .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); } .markup.jupyter div.output_prompt { color: #D84315; } .markup.jupyter div.output_area { padding: 0px; page-break-inside: avoid; /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } .markup.jupyter div.output_area .MathJax_Display { text-align: left !important; } .markup.jupyter div.output_area .rendered_html table { margin-left: 0; margin-right: 0; } .markup.jupyter div.output_area .rendered_html img { margin-left: 0; margin-right: 0; } .markup.jupyter div.output_area img, .markup.jupyter div.output_area svg { max-width: 100%; height: auto; } .markup.jupyter div.output_area img.unconfined, .markup.jupyter div.output_area svg.unconfined { max-width: none; } .markup.jupyter div.output_area .mglyph > img { max-width: none; } .markup.jupyter .output { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } @media (max-width: 540px) { .markup.jupyter div.output_area { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } } .markup.jupyter div.output_area pre { margin: 0; padding: 1px 0 1px 0; border: 0; vertical-align: baseline; color: black; background-color: transparent; border-radius: 0; } .markup.jupyter div.output_subarea { overflow-x: auto; padding: 0.4em; /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; max-width: calc(100% - 14ex); } .markup.jupyter div.output_scroll div.output_subarea { overflow-x: visible; } .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; } .markup.jupyter div.output_stderr { background: #fdd; /* very light red background for stderr */ } .markup.jupyter div.output_latex { text-align: left; } .markup.jupyter div.output_javascript:empty { padding: 0; } .markup.jupyter .js-error { color: darkred; } .markup.jupyter div.raw_input_container { line-height: 1.21429em; padding-top: 5px; } .markup.jupyter pre.raw_input_prompt { /* nothing needed here. */ } .markup.jupyter input.raw_input { font-family: monospace; font-size: inherit; color: inherit; width: auto; /* make sure input baseline aligns with prompt */ vertical-align: baseline; /* padding + margin = 0.5em between prompt and cursor */ padding: 0em 0.25em; margin: 0em 0.25em; } .markup.jupyter input.raw_input:focus { box-shadow: none; } .markup.jupyter p.p-space { margin-bottom: 10px; } .markup.jupyter div.output_unrecognized { padding: 5px; font-weight: bold; color: red; } .markup.jupyter div.output_unrecognized a { color: inherit; text-decoration: none; } .markup.jupyter div.output_unrecognized a:hover { color: inherit; text-decoration: none; } .markup.jupyter .rendered_html { color: #000; /* any extras will just be numbers: */ } .markup.jupyter .rendered_html em { font-style: italic; } .markup.jupyter .rendered_html strong { font-weight: bold; } .markup.jupyter .rendered_html u { text-decoration: underline; } .markup.jupyter .rendered_html :link { text-decoration: underline; } .markup.jupyter .rendered_html :visited { text-decoration: underline; } .markup.jupyter .rendered_html h1 { font-size: 185.7%; margin: 1.08em 0 0 0; font-weight: bold; line-height: 1; } .markup.jupyter .rendered_html h2 { font-size: 157.1%; margin: 1.27em 0 0 0; font-weight: bold; line-height: 1; } .markup.jupyter .rendered_html h3 { font-size: 128.6%; margin: 1.55em 0 0 0; font-weight: bold; line-height: 1; } .markup.jupyter .rendered_html h4 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1; } .markup.jupyter .rendered_html h5 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1; font-style: italic; } .markup.jupyter .rendered_html h6 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1; font-style: italic; } .markup.jupyter .rendered_html h1:first-child { margin-top: 0.538em; } .markup.jupyter .rendered_html h2:first-child { margin-top: 0.636em; } .markup.jupyter .rendered_html h3:first-child { margin-top: 0.777em; } .markup.jupyter .rendered_html h4:first-child { margin-top: 1em; } .markup.jupyter .rendered_html h5:first-child { margin-top: 1em; } .markup.jupyter .rendered_html h6:first-child { margin-top: 1em; } .markup.jupyter .rendered_html ul:not(.list-inline), .markup.jupyter .rendered_html ol:not(.list-inline) { padding-left: 2em; } .markup.jupyter .rendered_html ul { list-style: disc; } .markup.jupyter .rendered_html ul ul { list-style: square; margin-top: 0; } .markup.jupyter .rendered_html ul ul ul { list-style: circle; } .markup.jupyter .rendered_html ol { list-style: decimal; } .markup.jupyter .rendered_html ol ol { list-style: upper-alpha; margin-top: 0; } .markup.jupyter .rendered_html ol ol ol { list-style: lower-alpha; } .markup.jupyter .rendered_html ol ol ol ol { list-style: lower-roman; } .markup.jupyter .rendered_html ol ol ol ol ol { list-style: decimal; } .markup.jupyter .rendered_html * + ul { margin-top: 1em; } .markup.jupyter .rendered_html * + ol { margin-top: 1em; } .markup.jupyter .rendered_html hr { color: black; background-color: black; } .markup.jupyter .rendered_html pre { margin: 1em 2em; padding: 0px; background-color: #fff; } .markup.jupyter .rendered_html code { background-color: #eff0f1; } .markup.jupyter .rendered_html p code { padding: 1px 5px; } .markup.jupyter .rendered_html pre code { background-color: #fff; } .markup.jupyter .rendered_html pre, .markup.jupyter .rendered_html code { border: 0; color: #000; font-size: 100%; } .markup.jupyter .rendered_html blockquote { margin: 1em 2em; } .markup.jupyter .rendered_html table { margin-left: auto; margin-right: auto; border: none; border-collapse: collapse; border-spacing: 0; color: black; font-size: 12px; table-layout: fixed; } .markup.jupyter .rendered_html thead { border-bottom: 1px solid black; vertical-align: bottom; } .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; line-height: normal; white-space: normal; max-width: none; border: none; } .markup.jupyter .rendered_html th { font-weight: bold; } .markup.jupyter .rendered_html tbody tr:nth-child(odd) { background: #f5f5f5; } .markup.jupyter .rendered_html tbody tr:hover { background: rgba(66, 165, 245, 0.2); } .markup.jupyter .rendered_html * + table { margin-top: 1em; } .markup.jupyter .rendered_html p { text-align: left; } .markup.jupyter .rendered_html * + p { margin-top: 1em; } .markup.jupyter .rendered_html img { display: block; margin-left: auto; margin-right: auto; } .markup.jupyter .rendered_html * + img { margin-top: 1em; } .markup.jupyter .rendered_html img, .markup.jupyter .rendered_html svg { max-width: 100%; height: auto; } .markup.jupyter .rendered_html img.unconfined, .markup.jupyter .rendered_html svg.unconfined { max-width: none; } .markup.jupyter .rendered_html .alert { margin-bottom: initial; } .markup.jupyter .rendered_html * + .alert { margin-top: 1em; } .markup.jupyter [dir="rtl"] .rendered_html p { text-align: right; } .markup.jupyter div.text_cell { /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } @media (max-width: 540px) { .markup.jupyter div.text_cell > div.prompt { display: none; } } .markup.jupyter div.text_cell_render { /*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/ outline: none; resize: none; width: inherit; border-style: none; padding: 0.5em 0.5em 0.5em 0.4em; color: #000; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .markup.jupyter a.anchor-link:link { text-decoration: none; padding: 0px 20px; visibility: hidden; } .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; } .markup.jupyter .text_cell.rendered .input_area { display: none; } .markup.jupyter .text_cell.rendered .rendered_html { overflow-x: auto; overflow-y: hidden; } .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; } .markup.jupyter .text_cell.unrendered .text_cell_render { display: none; } .markup.jupyter .text_cell .dropzone .input_area { border: 2px dashed #bababa; margin: -1px; } .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; } .markup.jupyter .cm-header-1 { font-size: 185.7%; } .markup.jupyter .cm-header-2 { font-size: 157.1%; } .markup.jupyter .cm-header-3 { font-size: 128.6%; } .markup.jupyter .cm-header-4 { font-size: 110%; } .markup.jupyter .cm-header-5 { font-size: 100%; font-style: italic; } .markup.jupyter .cm-header-6 { font-size: 100%; font-style: italic; } @media (max-width: 767px) { .markup.jupyter .notebook_app { padding-left: 0px; padding-right: 0px; } } .markup.jupyter #ipython-main-app { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; } .markup.jupyter div#notebook_panel { margin: 0px; padding: 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; } .markup.jupyter div#notebook { font-size: 14px; line-height: 20px; overflow-y: hidden; overflow-x: auto; width: 100%; /* This spaces the page away from the edge of the notebook area */ padding-top: 20px; margin: 0px; outline: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; min-height: 100%; } @media not print { .markup.jupyter #notebook-container { padding: 15px; background-color: #fff; min-height: 0; -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 print { .markup.jupyter #notebook-container { width: 100%; } } .markup.jupyter div.ui-widget-content { border: 1px solid #ababab; outline: none; } .markup.jupyter pre.dialog { background-color: #f7f7f7; border: 1px solid #ddd; border-radius: 2px; padding: 0.4em; padding-left: 2em; } .markup.jupyter p.dialog { padding: 0.2em; } .markup.jupyter pre, .markup.jupyter code, .markup.jupyter kbd, .markup.jupyter samp { white-space: pre-wrap; } .markup.jupyter #fonttest { font-family: monospace; } .markup.jupyter p { margin-bottom: 0; } .markup.jupyter .end_space { min-height: 100px; transition: height 0.2s ease; } .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 { .markup.jupyter .notebook_app { background-color: #EEE; } } .markup.jupyter kbd { border-style: solid; border-width: 1px; box-shadow: none; margin: 2px; padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 1px; } .markup.jupyter .jupyter-keybindings { padding: 1px; line-height: 24px; border-bottom: 1px solid gray; } .markup.jupyter .jupyter-keybindings input { margin: 0; padding: 0; border: none; } .markup.jupyter .jupyter-keybindings i { padding: 6px; } .markup.jupyter .well code { background-color: #ffffff; border-color: #ababab; border-width: 1px; border-style: solid; padding: 2px; padding-top: 1px; padding-bottom: 1px; } .markup.jupyter .celltoolbar { border: thin solid #CFCFCF; border-bottom: none; background: #EEE; border-radius: 2px 2px 0px 0px; width: 100%; height: 29px; padding-right: 4px; /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; /* Old browsers */ -webkit-box-pack: end; -moz-box-pack: end; box-pack: end; /* Modern browsers */ justify-content: flex-end; display: -webkit-flex; } @media print { .markup.jupyter .celltoolbar { display: none; } } .markup.jupyter .ctb_hideshow { display: none; vertical-align: bottom; } .markup.jupyter .ctb_global_show .ctb_show.ctb_hideshow { display: block; } .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; } .markup.jupyter .ctb_global_show .ctb_show ~ div.text_cell_render { border: 1px solid #cfcfcf; } .markup.jupyter .celltoolbar { font-size: 87%; padding-top: 3px; } .markup.jupyter .celltoolbar select { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -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); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -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; height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; width: inherit; font-size: inherit; height: 22px; padding: 0px; display: inline-block; } .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); } .markup.jupyter .celltoolbar select::-moz-placeholder { color: #999; opacity: 1; } .markup.jupyter .celltoolbar select:-ms-input-placeholder { color: #999; } .markup.jupyter .celltoolbar select::-webkit-input-placeholder { color: #999; } .markup.jupyter .celltoolbar select::-ms-expand { border: 0; background-color: transparent; } .markup.jupyter .celltoolbar select[disabled], .markup.jupyter .celltoolbar select[readonly], .markup.jupyter fieldset[disabled] .celltoolbar select { background-color: #eeeeee; opacity: 1; } .markup.jupyter .celltoolbar select[disabled], .markup.jupyter fieldset[disabled] .celltoolbar select { cursor: not-allowed; } .markup.jupyter textarea.celltoolbar select { height: auto; } .markup.jupyter select.celltoolbar select { height: 30px; line-height: 30px; } .markup.jupyter textarea.celltoolbar select, .markup.jupyter select[multiple].celltoolbar select { height: auto; } .markup.jupyter .celltoolbar label { margin-left: 5px; margin-right: 5px; } .markup.jupyter .tags_button_container { width: 100%; display: flex; } .markup.jupyter .tag-container { display: flex; flex-direction: row; flex-grow: 1; overflow: hidden; position: relative; } .markup.jupyter .tag-container > * { margin: 0 4px; } .markup.jupyter .remove-tag-btn { margin-left: 4px; } .markup.jupyter .tags-input { display: flex; } .markup.jupyter .cell-tag:last-child:after { content: ""; position: absolute; right: 0; width: 40px; height: 100%; /* Fade to background color of cell toolbar */ background: linear-gradient(to right, rgba(0, 0, 0, 0), #EEE); } .markup.jupyter .tags-input > * { margin-left: 4px; } .markup.jupyter .cell-tag, .markup.jupyter .tags-input input, .markup.jupyter .tags-input button { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -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); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -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; height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; box-shadow: none; width: inherit; font-size: inherit; height: 22px; line-height: 22px; padding: 0px 4px; display: inline-block; } .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); } .markup.jupyter .cell-tag::-moz-placeholder, .markup.jupyter .tags-input input::-moz-placeholder, .markup.jupyter .tags-input button::-moz-placeholder { color: #999; opacity: 1; } .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; } .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; } .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; } .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; } .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; } .markup.jupyter textarea.cell-tag, .markup.jupyter textarea.tags-input input, .markup.jupyter textarea.tags-input button { height: auto; } .markup.jupyter select.cell-tag, .markup.jupyter select.tags-input input, .markup.jupyter select.tags-input button { height: 30px; line-height: 30px; } .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; } .markup.jupyter .cell-tag, .markup.jupyter .tags-input button { padding: 0px 4px; } .markup.jupyter .cell-tag { background-color: #fff; white-space: nowrap; } .markup.jupyter .tags-input input[type=text]:focus { outline: none; box-shadow: none; border-color: #ccc; } .markup.jupyter .completions { position: absolute; z-index: 110; overflow: hidden; border: 1px solid #ababab; border-radius: 2px; -webkit-box-shadow: 0px 6px 10px -1px #adadad; box-shadow: 0px 6px 10px -1px #adadad; line-height: 1; } .markup.jupyter .completions select { background: white; outline: none; border: none; padding: 0px; margin: 0px; overflow: auto; font-family: monospace; font-size: 110%; color: #000; width: auto; } .markup.jupyter .completions select option.context { color: #286090; } .markup.jupyter #kernel_logo_widget .current_kernel_logo { display: none; margin-top: -1px; margin-bottom: -1px; width: 32px; height: 32px; } .markup.jupyter [dir="rtl"] #kernel_logo_widget { float: left !important; float: left; } .markup.jupyter .modal .modal-body .move-path { display: flex; flex-direction: row; justify-content: space; align-items: center; } .markup.jupyter .modal .modal-body .move-path .server-root { padding-right: 20px; } .markup.jupyter .modal .modal-body .move-path .path-input { flex: 1; } .markup.jupyter #menubar { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-top: 1px; } .markup.jupyter #menubar .navbar { border-top: 1px; border-radius: 0px 0px 2px 2px; margin-bottom: 0px; } .markup.jupyter #menubar .navbar-toggle { float: left; padding-top: 7px; padding-bottom: 7px; border: none; } .markup.jupyter #menubar .navbar-collapse { clear: left; } .markup.jupyter [dir="rtl"] #menubar .navbar-toggle { float: right; } .markup.jupyter [dir="rtl"] #menubar .navbar-collapse { clear: right; } .markup.jupyter [dir="rtl"] #menubar .navbar-nav { float: right; } .markup.jupyter [dir="rtl"] #menubar .nav { padding-right: 0px; } .markup.jupyter [dir="rtl"] #menubar .navbar-nav > li { float: right; } .markup.jupyter [dir="rtl"] #menubar .navbar-right { float: left !important; } .markup.jupyter [dir="rtl"] ul.dropdown-menu { text-align: right; left: auto; } .markup.jupyter [dir="rtl"] ul#new-menu.dropdown-menu { right: auto; left: 0; } .markup.jupyter .nav-wrapper { border-bottom: 1px solid #e7e7e7; } .markup.jupyter i.menu-icon { padding-top: 4px; } .markup.jupyter [dir="rtl"] i.menu-icon.pull-right { float: left !important; float: left; } .markup.jupyter ul#help_menu li a { overflow: hidden; padding-right: 2.2em; } .markup.jupyter ul#help_menu li a i { margin-right: -1.2em; } .markup.jupyter [dir="rtl"] ul#help_menu li a { padding-left: 2.2em; } .markup.jupyter [dir="rtl"] ul#help_menu li a i { margin-right: 0; margin-left: -1.2em; } .markup.jupyter [dir="rtl"] ul#help_menu li a i.pull-right { float: left !important; float: left; } .markup.jupyter .dropdown-submenu { position: relative; } .markup.jupyter .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; } .markup.jupyter [dir="rtl"] .dropdown-submenu > .dropdown-menu { right: 100%; margin-right: -1px; } .markup.jupyter .dropdown-submenu:hover > .dropdown-menu { display: block; } .markup.jupyter .dropdown-submenu > a:after { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: block; content: "\f0da"; float: right; color: #333333; margin-top: 2px; margin-right: -10px; } .markup.jupyter .dropdown-submenu > a:after.fa-pull-left { margin-right: 0.3em; } .markup.jupyter .dropdown-submenu > a:after.fa-pull-right { margin-left: 0.3em; } .markup.jupyter .dropdown-submenu > a:after.pull-left { margin-right: 0.3em; } .markup.jupyter .dropdown-submenu > a:after.pull-right { margin-left: 0.3em; } .markup.jupyter [dir="rtl"] .dropdown-submenu > a:after { float: left; content: "\f0d9"; margin-right: 0; margin-left: -10px; } .markup.jupyter .dropdown-submenu:hover > a:after { color: #262626; } .markup.jupyter .dropdown-submenu.pull-left { float: none; } .markup.jupyter .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; } .markup.jupyter #notification_area { float: right !important; float: right; z-index: 10; } .markup.jupyter [dir="rtl"] #notification_area { float: left !important; float: left; } .markup.jupyter .indicator_area { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; } .markup.jupyter [dir="rtl"] .indicator_area { float: left !important; float: left; } .markup.jupyter #kernel_indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; border-left: 1px solid; } .markup.jupyter #kernel_indicator .kernel_indicator_name { padding-left: 5px; padding-right: 5px; } .markup.jupyter [dir="rtl"] #kernel_indicator { float: left !important; float: left; border-left: 0; border-right: 1px solid; } .markup.jupyter #modal_indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; } .markup.jupyter [dir="rtl"] #modal_indicator { float: left !important; float: left; } .markup.jupyter #readonly-indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; margin-top: 2px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; display: none; } .markup.jupyter .modal_indicator:before { width: 1.28571429em; text-align: center; } .markup.jupyter .edit_mode .modal_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f040"; } .markup.jupyter .edit_mode .modal_indicator:before.fa-pull-left { margin-right: 0.3em; } .markup.jupyter .edit_mode .modal_indicator:before.fa-pull-right { margin-left: 0.3em; } .markup.jupyter .edit_mode .modal_indicator:before.pull-left { margin-right: 0.3em; } .markup.jupyter .edit_mode .modal_indicator:before.pull-right { margin-left: 0.3em; } .markup.jupyter .command_mode .modal_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ' '; } .markup.jupyter .command_mode .modal_indicator:before.fa-pull-left { margin-right: 0.3em; } .markup.jupyter .command_mode .modal_indicator:before.fa-pull-right { margin-left: 0.3em; } .markup.jupyter .command_mode .modal_indicator:before.pull-left { margin-right: 0.3em; } .markup.jupyter .command_mode .modal_indicator:before.pull-right { margin-left: 0.3em; } .markup.jupyter .kernel_idle_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f10c"; } .markup.jupyter .kernel_idle_icon:before.fa-pull-left { margin-right: 0.3em; } .markup.jupyter .kernel_idle_icon:before.fa-pull-right { margin-left: 0.3em; } .markup.jupyter .kernel_idle_icon:before.pull-left { margin-right: 0.3em; } .markup.jupyter .kernel_idle_icon:before.pull-right { margin-left: 0.3em; } .markup.jupyter .kernel_busy_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f111"; } .markup.jupyter .kernel_busy_icon:before.fa-pull-left { margin-right: 0.3em; } .markup.jupyter .kernel_busy_icon:before.fa-pull-right { margin-left: 0.3em; } .markup.jupyter .kernel_busy_icon:before.pull-left { margin-right: 0.3em; } .markup.jupyter .kernel_busy_icon:before.pull-right { margin-left: 0.3em; } .markup.jupyter .kernel_dead_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f1e2"; } .markup.jupyter .kernel_dead_icon:before.fa-pull-left { margin-right: 0.3em; } .markup.jupyter .kernel_dead_icon:before.fa-pull-right { margin-left: 0.3em; } .markup.jupyter .kernel_dead_icon:before.pull-left { margin-right: 0.3em; } .markup.jupyter .kernel_dead_icon:before.pull-right { margin-left: 0.3em; } .markup.jupyter .kernel_disconnected_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f127"; } .markup.jupyter .kernel_disconnected_icon:before.fa-pull-left { margin-right: 0.3em; } .markup.jupyter .kernel_disconnected_icon:before.fa-pull-right { margin-left: 0.3em; } .markup.jupyter .kernel_disconnected_icon:before.pull-left { margin-right: 0.3em; } .markup.jupyter .kernel_disconnected_icon:before.pull-right { margin-left: 0.3em; } .markup.jupyter .notification_widget { color: #777; z-index: 10; background: rgba(240, 240, 240, 0.5); margin-right: 4px; color: #333; background-color: #fff; border-color: #ccc; } .markup.jupyter .notification_widget:focus, .markup.jupyter .notification_widget.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .markup.jupyter .notification_widget:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .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; } .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; } .markup.jupyter .notification_widget:active, .markup.jupyter .notification_widget.active, .markup.jupyter .open > .dropdown-toggle.notification_widget { background-image: none; } .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; } .markup.jupyter .notification_widget .badge { color: #fff; background-color: #333; } .markup.jupyter .notification_widget.warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .markup.jupyter .notification_widget.warning:focus, .markup.jupyter .notification_widget.warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .markup.jupyter .notification_widget.warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .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; } .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; } .markup.jupyter .notification_widget.warning:active, .markup.jupyter .notification_widget.warning.active, .markup.jupyter .open > .dropdown-toggle.notification_widget.warning { background-image: none; } .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; } .markup.jupyter .notification_widget.warning .badge { color: #f0ad4e; background-color: #fff; } .markup.jupyter .notification_widget.success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .markup.jupyter .notification_widget.success:focus, .markup.jupyter .notification_widget.success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .markup.jupyter .notification_widget.success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .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; } .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; } .markup.jupyter .notification_widget.success:active, .markup.jupyter .notification_widget.success.active, .markup.jupyter .open > .dropdown-toggle.notification_widget.success { background-image: none; } .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; } .markup.jupyter .notification_widget.success .badge { color: #5cb85c; background-color: #fff; } .markup.jupyter .notification_widget.info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .markup.jupyter .notification_widget.info:focus, .markup.jupyter .notification_widget.info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .markup.jupyter .notification_widget.info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .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; } .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; } .markup.jupyter .notification_widget.info:active, .markup.jupyter .notification_widget.info.active, .markup.jupyter .open > .dropdown-toggle.notification_widget.info { background-image: none; } .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; } .markup.jupyter .notification_widget.info .badge { color: #5bc0de; background-color: #fff; } .markup.jupyter .notification_widget.danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .markup.jupyter .notification_widget.danger:focus, .markup.jupyter .notification_widget.danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .markup.jupyter .notification_widget.danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .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; } .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; } .markup.jupyter .notification_widget.danger:active, .markup.jupyter .notification_widget.danger.active, .markup.jupyter .open > .dropdown-toggle.notification_widget.danger { background-image: none; } .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; } .markup.jupyter .notification_widget.danger .badge { color: #d9534f; background-color: #fff; } .markup.jupyter div#pager { background-color: #fff; font-size: 14px; line-height: 20px; overflow: hidden; display: none; position: fixed; bottom: 0px; width: 100%; max-height: 50%; padding-top: 8px; -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); /* Display over codemirror */ z-index: 100; /* Hack which prevents jquery ui resizable from changing top. */ top: auto !important; } .markup.jupyter div#pager pre { line-height: 1.21429em; color: #000; background-color: #f7f7f7; padding: 0.4em; } .markup.jupyter div#pager #pager-button-area { position: absolute; top: 8px; right: 20px; } .markup.jupyter div#pager #pager-contents { position: relative; overflow: auto; width: 100%; height: 100%; } .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; } .markup.jupyter div#pager .ui-resizable-handle { top: 0px; height: 8px; background: #f7f7f7; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; /* This injects handle bars (a short, wide = symbol) for the resize handle. */ } .markup.jupyter div#pager .ui-resizable-handle::after { content: ''; top: 2px; left: 50%; height: 3px; width: 30px; margin-left: -15px; position: absolute; border-top: 1px solid #cfcfcf; } .markup.jupyter .quickhelp { /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; line-height: 1.8em; } .markup.jupyter .shortcut_key { display: inline-block; width: 21ex; text-align: right; font-family: monospace; } .markup.jupyter .shortcut_descr { display: inline-block; /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; } .markup.jupyter span.save_widget { height: 30px; margin-top: 4px; display: flex; justify-content: flex-start; align-items: baseline; width: 50%; flex: 1; } .markup.jupyter span.save_widget span.filename { height: 100%; line-height: 1em; margin-left: 16px; border: none; font-size: 146.5%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; border-radius: 2px; } .markup.jupyter span.save_widget span.filename:hover { background-color: #e6e6e6; } .markup.jupyter [dir="rtl"] span.save_widget.pull-left { float: right !important; float: right; } .markup.jupyter [dir="rtl"] span.save_widget span.filename { margin-left: 0; margin-right: 16px; } .markup.jupyter span.checkpoint_status, .markup.jupyter span.autosave_status { font-size: small; white-space: nowrap; padding: 0 5px; } @media (max-width: 767px) { .markup.jupyter span.save_widget { font-size: small; padding: 0 0 0 5px; } .markup.jupyter span.checkpoint_status, .markup.jupyter span.autosave_status { display: none; } } @media (min-width: 768px) and (max-width: 991px) { .markup.jupyter span.checkpoint_status { display: none; } .markup.jupyter span.autosave_status { font-size: x-small; } } .markup.jupyter .toolbar { padding: 0px; margin-left: -5px; margin-top: 2px; margin-bottom: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .markup.jupyter .toolbar select, .markup.jupyter .toolbar label { width: auto; vertical-align: middle; margin-right: 2px; margin-bottom: 0px; display: inline; font-size: 92%; margin-left: 0.3em; margin-right: 0.3em; padding: 0px; padding-top: 3px; } .markup.jupyter .toolbar .btn { padding: 2px 8px; } .markup.jupyter .toolbar .btn-group { margin-top: 0px; margin-left: 5px; } .markup.jupyter .toolbar-btn-label { margin-left: 6px; } .markup.jupyter #maintoolbar { margin-bottom: -3px; margin-top: -8px; border: 0px; min-height: 27px; margin-left: 0px; padding-top: 11px; padding-bottom: 3px; } .markup.jupyter #maintoolbar .navbar-text { float: none; vertical-align: middle; text-align: right; margin-left: 5px; margin-right: 0px; margin-top: 0px; } .markup.jupyter .select-xs { height: 24px; } .markup.jupyter [dir="rtl"] .btn-group > .btn, .markup.jupyter .btn-group-vertical > .btn { float: right; } .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; } @-moz-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-moz-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .markup.jupyter .bigtooltip { overflow: auto; height: 200px; -webkit-transition-property: height; -webkit-transition-duration: 500ms; -moz-transition-property: height; -moz-transition-duration: 500ms; transition-property: height; transition-duration: 500ms; } .markup.jupyter .smalltooltip { -webkit-transition-property: height; -webkit-transition-duration: 500ms; -moz-transition-property: height; -moz-transition-duration: 500ms; transition-property: height; transition-duration: 500ms; text-overflow: ellipsis; overflow: hidden; height: 80px; } .markup.jupyter .tooltipbuttons { position: absolute; padding-right: 15px; top: 0px; right: 0px; } .markup.jupyter .tooltiptext { /*avoid the button to overlap on some docstring*/ padding-right: 30px; } .markup.jupyter .ipython_tooltip { max-width: 700px; /*fade-in animation when inserted*/ -webkit-animation: fadeOut 400ms; -moz-animation: fadeOut 400ms; animation: fadeOut 400ms; -webkit-animation: fadeIn 400ms; -moz-animation: fadeIn 400ms; animation: fadeIn 400ms; vertical-align: middle; background-color: #f7f7f7; overflow: visible; border: #ababab 1px solid; outline: none; padding: 3px; margin: 0px; padding-left: 7px; font-family: monospace; min-height: 50px; -moz-box-shadow: 0px 6px 10px -1px #adadad; -webkit-box-shadow: 0px 6px 10px -1px #adadad; box-shadow: 0px 6px 10px -1px #adadad; border-radius: 2px; position: absolute; z-index: 1000; } .markup.jupyter .ipython_tooltip a { float: right; } .markup.jupyter .ipython_tooltip .tooltiptext pre { border: 0; border-radius: 0; font-size: 100%; background-color: #f7f7f7; } .markup.jupyter .pretooltiparrow { left: 0px; margin: 0px; top: -16px; width: 40px; height: 16px; overflow: hidden; position: absolute; } .markup.jupyter .pretooltiparrow:before { background-color: #f7f7f7; border: 1px #ababab solid; z-index: 11; content: ""; position: absolute; left: 15px; top: 10px; width: 25px; height: 25px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); } .markup.jupyter ul.typeahead-list i { margin-left: -10px; width: 18px; } .markup.jupyter [dir="rtl"] ul.typeahead-list i { margin-left: 0; margin-right: -10px; } .markup.jupyter ul.typeahead-list { max-height: 80vh; overflow: auto; } .markup.jupyter ul.typeahead-list > li > a { /** Firefox bug **/ /* see https://github.com/jupyter/notebook/issues/559 */ white-space: normal; } .markup.jupyter ul.typeahead-list > li > a.pull-right { float: left !important; float: left; } .markup.jupyter [dir="rtl"] .typeahead-list { text-align: right; } .markup.jupyter .cmd-palette .modal-body { padding: 7px; } .markup.jupyter .cmd-palette form { background: white; } .markup.jupyter .cmd-palette input { outline: none; } .markup.jupyter .no-shortcut { min-width: 20px; color: transparent; } .markup.jupyter [dir="rtl"] .no-shortcut.pull-right { float: left !important; float: left; } .markup.jupyter [dir="rtl"] .command-shortcut.pull-right { float: left !important; float: left; } .markup.jupyter .command-shortcut:before { content: "(command mode)"; padding-right: 3px; color: #777777; } .markup.jupyter .edit-shortcut:before { content: "(edit)"; padding-right: 3px; color: #777777; } .markup.jupyter [dir="rtl"] .edit-shortcut.pull-right { float: left !important; float: left; } .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; } .markup.jupyter [dir="ltr"] #find-and-replace .input-group-btn + .form-control { border-left: none; } .markup.jupyter [dir="rtl"] #find-and-replace .input-group-btn + .form-control { border-right: none; } .markup.jupyter #find-and-replace #replace-preview .replace .match { background-color: #FFCDD2; border-color: #EF9A9A; border-radius: 0px; } .markup.jupyter #find-and-replace #replace-preview .replace .insert { background-color: #C8E6C9; border-color: #A5D6A7; border-radius: 0px; } .markup.jupyter #find-and-replace #replace-preview { max-height: 60vh; overflow: auto; } .markup.jupyter #find-and-replace #replace-preview pre { padding: 5px 10px; } .markup.jupyter .terminal-app { background: #EEE; } .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); } .markup.jupyter .terminal-app .terminal { width: 100%; float: left; font-family: monospace; color: white; background: black; padding: 0.4em; border-radius: 2px; -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); } .markup.jupyter .terminal-app .terminal, .markup.jupyter .terminal-app .terminal dummy-screen { line-height: 1em; font-size: 14px; } .markup.jupyter .terminal-app .terminal .xterm-rows { padding: 10px; } .markup.jupyter .terminal-app .terminal-cursor { color: black; background: white; } .markup.jupyter .terminal-app #terminado-container { margin-top: 20px; } .markup.jupyter .highlight .hll { background-color: #ffffcc; } .markup.jupyter .highlight { background: #f8f8f8; } .markup.jupyter .highlight .c { color: #408080; font-style: italic; } .markup.jupyter .highlight .err { border: 1px solid #FF0000; } .markup.jupyter .highlight .k { color: #008000; font-weight: bold; } .markup.jupyter .highlight .o { color: #666666; } .markup.jupyter .highlight .ch { color: #408080; font-style: italic; } .markup.jupyter .highlight .cm { color: #408080; font-style: italic; } .markup.jupyter .highlight .cp { color: #BC7A00; } .markup.jupyter .highlight .cpf { color: #408080; font-style: italic; } .markup.jupyter .highlight .c1 { color: #408080; font-style: italic; } .markup.jupyter .highlight .cs { color: #408080; font-style: italic; } .markup.jupyter .highlight .gd { color: #A00000; } .markup.jupyter .highlight .ge { font-style: italic; } .markup.jupyter .highlight .gr { color: #FF0000; } .markup.jupyter .highlight .gh { color: #000080; font-weight: bold; } .markup.jupyter .highlight .gi { color: #00A000; } .markup.jupyter .highlight .go { color: #888888; } .markup.jupyter .highlight .gp { color: #000080; font-weight: bold; } .markup.jupyter .highlight .gs { font-weight: bold; } .markup.jupyter .highlight .gu { color: #800080; font-weight: bold; } .markup.jupyter .highlight .gt { color: #0044DD; } .markup.jupyter .highlight .kc { color: #008000; font-weight: bold; } .markup.jupyter .highlight .kd { color: #008000; font-weight: bold; } .markup.jupyter .highlight .kn { color: #008000; font-weight: bold; } .markup.jupyter .highlight .kp { color: #008000; } .markup.jupyter .highlight .kr { color: #008000; font-weight: bold; } .markup.jupyter .highlight .kt { color: #B00040; } .markup.jupyter .highlight .m { color: #666666; } .markup.jupyter .highlight .s { color: #BA2121; } .markup.jupyter .highlight .na { color: #7D9029; } .markup.jupyter .highlight .nb { color: #008000; } .markup.jupyter .highlight .nc { color: #0000FF; font-weight: bold; } .markup.jupyter .highlight .no { color: #880000; } .markup.jupyter .highlight .nd { color: #AA22FF; } .markup.jupyter .highlight .ni { color: #999999; font-weight: bold; } .markup.jupyter .highlight .ne { color: #D2413A; font-weight: bold; } .markup.jupyter .highlight .nf { color: #0000FF; } .markup.jupyter .highlight .nl { color: #A0A000; } .markup.jupyter .highlight .nn { color: #0000FF; font-weight: bold; } .markup.jupyter .highlight .nt { color: #008000; font-weight: bold; } .markup.jupyter .highlight .nv { color: #19177C; } .markup.jupyter .highlight .ow { color: #AA22FF; font-weight: bold; } .markup.jupyter .highlight .w { color: #bbbbbb; } .markup.jupyter .highlight .mb { color: #666666; } .markup.jupyter .highlight .mf { color: #666666; } .markup.jupyter .highlight .mh { color: #666666; } .markup.jupyter .highlight .mi { color: #666666; } .markup.jupyter .highlight .mo { color: #666666; } .markup.jupyter .highlight .sa { color: #BA2121; } .markup.jupyter .highlight .sb { color: #BA2121; } .markup.jupyter .highlight .sc { color: #BA2121; } .markup.jupyter .highlight .dl { color: #BA2121; } .markup.jupyter .highlight .sd { color: #BA2121; font-style: italic; } .markup.jupyter .highlight .s2 { color: #BA2121; } .markup.jupyter .highlight .se { color: #BB6622; font-weight: bold; } .markup.jupyter .highlight .sh { color: #BA2121; } .markup.jupyter .highlight .si { color: #BB6688; font-weight: bold; } .markup.jupyter .highlight .sx { color: #008000; } .markup.jupyter .highlight .sr { color: #BB6688; } .markup.jupyter .highlight .s1 { color: #BA2121; } .markup.jupyter .highlight .ss { color: #19177C; } .markup.jupyter .highlight .bp { color: #008000; } .markup.jupyter .highlight .fm { color: #0000FF; } .markup.jupyter .highlight .vc { color: #19177C; } .markup.jupyter .highlight .vg { color: #19177C; } .markup.jupyter .highlight .vi { color: #19177C; } .markup.jupyter .highlight .vm { color: #19177C; } .markup.jupyter .highlight .il { color: #666666; } .markup.jupyter body { overflow: visible; padding: 8px; } .markup.jupyter div#notebook { overflow: visible; border-top: none; } @media print { .markup.jupyter div.cell { display: block; page-break-inside: avoid; } .markup.jupyter div.output_wrapper { display: block; page-break-inside: avoid; } .markup.jupyter div.output { display: block; page-break-inside: avoid; } }