html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}

body {
    margin: 0}

a {
    background-color: transparent}

h1 {
    font-size: 2em;
    margin: .67em 0}

img {
    border: 0}

pre {
    overflow: auto}

code,pre {
    font-family: monospace,monospace;
    font-size: 1em}


html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff}

a {
    color: #337ab7;
    text-decoration: none}

img {
    vertical-align: middle}

h1,h2,h3,h4 {
    font-family: inherit;
    line-height: 1.1;}

h1,h2,h3 {
    margin-top: 18px;
    margin-bottom: 9px}

h2,h3,p {
    orphans: 3;
    widows: 3}

h2,h3 {
    page-break-after: avoid}

h4 {
    margin-top: 9px;
    margin-bottom: 9px}

h1 {
    font-size: 22px}

h2 {
    font-size: 27px}

h4 {
    font-size: 17px}

p {
    margin: 0 0 9px}

ul {
    margin-top: 0;
    margin-bottom: 0}

code,pre {
    font-family: monospace}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 2px}

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: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 2px}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0}

@media(min-width: 768px) {
    .container {
        width:768px
    }}

.container:after,.container:before {
    content: " ";
    display: table}

.container:after {
    clear: both}

pre {
    font-size: inherit;
    line-height: inherit}

.border-box-sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box}

body {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: visible}

div#notebook {
    font-size: 14px;
    line-height: 20px;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    padding-top: 20px;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 100%}

@media not print {
    #notebook-container {
        padding: 15px;
        min-height: 0;
        -webkit-box-shadow: 0 0 12px 1px rgba(87,87,87,.2);
        box-shadow: 0 0 12px 1px rgba(87,87,87,.2)
    }}

@media print {
    #notebook-container {
        width: 100%
    }}

code,pre {
    white-space: pre-wrap}

p {
    margin-bottom: 0}

.highlight {
    background: #f8f8f8}

.highlight .k {
    color: green;
    font-weight: 700}

.highlight .o {
    color: #666}

.highlight .c1 {
    color: #408080;
    font-style: italic}

.highlight .kn {
    color: green;
    font-weight: 700}

.highlight .nb {
    color: green}

.highlight .nn {
    color: #00f;
    font-weight: 700}

.highlight .ow {
    color: #a2f;
    font-weight: 700}

.highlight .mi {
    color: #666}

.highlight .s2 {
    color: #ba2121}

.highlight .s1 {
    color: #ba2121}

body {
    overflow: visible;
    padding: 8px}

div#notebook {
    overflow: visible;
    border-top: 0}

div.cell {
    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;
    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;
    margin: 0;
    outline: 0;
    border-left-width: 1px;
    padding-left: 5px;
    background: linear-gradient(to right,transparent -40px,transparent 1px,transparent 1px,transparent 100%)}

.prompt {
    min-width: 14ex;
    padding: .4em;
    margin: 0;
    font-family: monospace;
    text-align: right;
    line-height: 1.21429em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default}

div.inner_cell {
    min-width: 0;
    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;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    flex: 1}

div.input_area {
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    background: #f7f7f7;
    line-height: 1.21429em}

div.prompt:empty {
    padding-top: 0;
    padding-bottom: 0}

@media print {
    div.code_cell {
        page-break-inside: avoid
    }}

div.input {
    page-break-inside: avoid;
    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;
    display: flex;
    flex-direction: row;
    align-items: stretch}

div.input_prompt {
    color: #303f9f;
    border-top: 1px solid transparent}

div.input_area>div.highlight {
    margin: .4em;
    border: 0;
    padding: 0;
    background-color: transparent}

div.input_area>div.highlight>pre {
    margin: 0;
    border: 0;
    padding: 0;
    background-color: transparent}

div.output_wrapper {
    position: relative;
    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;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    z-index: 1}

div.output_area {
    padding: 0;
    page-break-inside: avoid;
    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;
    display: flex;
    flex-direction: row;
    align-items: stretch}

.output {
    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;
    display: flex;
    flex-direction: column;
    align-items: stretch}

div.output_area pre {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    color: #000;
    background-color: transparent;
    border-radius: 0}

div.output_subarea {
    overflow-x: auto;
    padding: .4em;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    flex: 1;
    max-width: calc(100% - 14ex)}

div.output_text {
    text-align: left;
    color: #000;
    line-height: 1.21429em}

.rendered_html {
    color: #000}

.rendered_html :link {
    text-decoration: underline}

.rendered_html :visited {
    text-decoration: underline}

.rendered_html h3 {
    font-size: 128.6%;
    margin: 1.55em 0 0 0;
    font-weight: 700;
    line-height: 1}

.rendered_html h4 {
    font-size: 100%;
    margin: 2em 0 0 0;
    font-weight: 700;
    line-height: 1}

.rendered_html h2:first-child {
    margin-top: .636em}

.rendered_html ul {
    list-style: disc;
    margin: 0 2em;
    padding-left: 0}

.rendered_html ul ul {
    list-style: square;
    margin: 0 2em}

.rendered_html *+ul {
    margin-top: 1em}

.rendered_html pre {
    margin: 1em 2em}

.rendered_html code,.rendered_html pre {
    border: 0;
    background-color: #fff;
    color: #000;
    font-size: 100%;
    padding: 0}

.rendered_html p {
    text-align: left}

.rendered_html *+p {
    margin-top: 1em}

div.text_cell {
    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;
    display: flex;
    flex-direction: row;
    align-items: stretch}

div.text_cell_render {
    outline: 0;
    resize: none;
    width: inherit;
    border-style: none;
    padding: .5em .5em .5em .4em;
    color: #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box}

a.anchor-link:link {
    text-decoration: none;
    padding: 0 20px;
    visibility: hidden}

h1:hover .anchor-link,h2:hover .anchor-link,h3:hover .anchor-link,h4:hover .anchor-link {
    visibility: visible}

.text_cell.rendered .input_area {
    display: none}

.text_cell.rendered .rendered_html {
    overflow-x: auto;
    overflow-y: hidden}

div.cell {
    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;
    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;
    margin: 0;
    outline: 0;
    border-left-width: 1px;
    padding-left: 5px;
    background: linear-gradient(to right,transparent -40px,transparent 1px,transparent 1px,transparent 100%)}

.prompt {
    min-width: 14ex;
    padding: .4em;
    margin: 0;
    font-family: monospace;
    text-align: right;
    line-height: 1.21429em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default}

div.inner_cell {
    min-width: 0;
    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;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    flex: 1}

div.input_area {
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    background: #f7f7f7;
    line-height: 1.21429em}

div.prompt:empty {
    padding-top: 0;
    padding-bottom: 0}

@media print {
    div.code_cell {
        page-break-inside: avoid
    }}

div.input {
    page-break-inside: avoid;
    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;
    display: flex;
    flex-direction: row;
    align-items: stretch}

div.input_prompt {
    color: #303f9f;
    border-top: 1px solid transparent}

div.input_area>div.highlight {
    margin: .4em;
    border: 0;
    padding: 0;
    background-color: transparent}

div.input_area>div.highlight>pre {
    margin: 0;
    border: 0;
    padding: 0;
    background-color: transparent}

div.output_wrapper {
    position: relative;
    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;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    z-index: 1}

div.output_prompt {
    color: #d84315}

div.output_area {
    padding: 0;
    page-break-inside: avoid;
    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;
    display: flex;
    flex-direction: row;
    align-items: stretch}

.output {
    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;
    display: flex;
    flex-direction: column;
    align-items: stretch}

div.output_area pre {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    color: black;
    background-color: transparent;
    border-radius: 0}

div.output_subarea {
    overflow-x: auto;
    padding: .4em;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    flex: 1;
    max-width: calc(100% - 14ex)}

div.output_text {
    text-align: left;
    color: #000;
    line-height: 1.21429em}

.rendered_html {
    color: #000}

.rendered_html :link {
    text-decoration: underline}

.rendered_html :visited {
    text-decoration: underline}

.rendered_html h1 {
    margin: 1.08em 0 0 0;
    font-weight: bold;
    line-height: 1.0}

.rendered_html h2 {
    font-size: 157.1%;
    margin: 1.27em 0 0 0;
    font-weight: bold;
    line-height: 1.0}

.rendered_html h3 {
    font-size: 128.6%;
    margin: 1.55em 0 0 0;
    font-weight: bold;
    line-height: 1.0}

.rendered_html h4 {
    font-size: 100%;
    margin: 2em 0 0 0;
    font-weight: bold;
    line-height: 1.0}

.rendered_html h2:first-child {
    margin-top: .636em}

.rendered_html ul {
    list-style: disc;
    margin: 0 2em;
    padding-left: 0}

.rendered_html ul ul {
    list-style: square;
    margin: 0 2em}

.rendered_html *+ul {
    margin-top: 1em}

.rendered_html pre {
    margin: 1em 2em}

.rendered_html pre,.rendered_html code {
    border: 0;
    background-color: #fff;
    color: #000;
    font-size: 100%;
    padding: 0}

.rendered_html p {
    text-align: left}

.rendered_html *+p {
    margin-top: 1em}

.rendered_html img {
    display: block;
    margin-left: auto;
    margin-right: auto}

.rendered_html img {
    max-width: 100%;
    height: auto}

div.text_cell {
    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;
    display: flex;
    flex-direction: row;
    align-items: stretch}

@media(max-width: 540px) {
    div.text_cell>div.prompt {
        display:none
    }}

div.text_cell_render {
    outline: 0;
    resize: none;
    width: inherit;
    border-style: none;
    padding: .5em .5em .5em .4em;
    color: #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box}

a.anchor-link:link {
    text-decoration: none;
    padding: 0 20px;
    visibility: hidden}

.text_cell.rendered .rendered_html {
    overflow-x: auto;
    overflow-y: hidden}

.ansi-red-bg {
    background-color: #e75c58}
