@import url(https://fonts.googleapis.com/css?family=Lato:300,700|Merriweather:300italic,300|Inconsolata:400,700);

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@font-face {
    font-family: icomoon;
    src: url(html/fonts/icomoon.eot);
    src: url(html/fonts/icomoon.eot?#iefixh5z89e) format("embedded-opentype"), url(html/fonts/icomoon.ttf) format("truetype"), url(html/fonts/icomoon.woff) format("woff"), url(html/fonts/icomoon.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

.icon-elem,
[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-link:before {
    content: "\E005"
}

.icon-search:before {
    content: "\E036"
}

.icon-cross:before {
    content: "\E117"
}

.icon-menu {
    font-size: 1.25rem
}

.icon-menu:before {
    content: "\E120"
}

.icon-goto:before {
    content: "\E968"
}

.icon-angle-right:before {
    content: "\F105"
}

.icon-code:before {
    content: "\F121"
}

body,
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%
}

body {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-family: Lato, sans-serif;
    line-height: 1.6875em
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.main {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.main,
.sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    height: 100%
}

.sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    min-height: 0;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4
}

.sidebar-button {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 8px;
    -webkit-transition: color .3s ease-in-out, opacity .15s ease-out .1s, -webkit-transform .15s ease-out .1s;
    transition: color .3s ease-in-out, opacity .15s ease-out .1s, -webkit-transform .15s ease-out .1s;
    transition: color .3s ease-in-out, transform .15s ease-out .1s, opacity .15s ease-out .1s;
    transition: color .3s ease-in-out, transform .15s ease-out .1s, opacity .15s ease-out .1s, -webkit-transform .15s ease-out .1s;
    will-change: transform;
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.content {
    width: 100%;
    padding-left: 300px;
    height: 100%;
    position: relative;
    z-index: 3
}

@media screen and (max-width:768px) {
    body .content {
        z-index: 0;
        padding-left: 0
    }
    body .sidebar {
        z-index: 3;
        -webkit-transform: translateX(-102%);
        transform: translateX(-102%);
        will-change: transform
    }
}

body.sidebar-opened .sidebar-button,
body.sidebar-opening .sidebar-button {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

@media screen and (max-width:768px) {
    body.sidebar-opened .sidebar,
    body.sidebar-opening .sidebar {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

body.search-focused .sidebar-button {
    -webkit-transform: translateX(250px) scaleY(0);
    transform: translateX(250px) scaleY(0);
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    opacity: 0
}

body.search-focused .sidebar-search .search-close-button {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform .15s ease-out .15s;
    transition: -webkit-transform .15s ease-out .15s;
    transition: transform .15s ease-out .15s;
    transition: transform .15s ease-out .15s, -webkit-transform .15s ease-out .15s
}

body.sidebar-closed .sidebar,
body.sidebar-closing .sidebar {
    z-index: 0
}

body.sidebar-closed .content,
body.sidebar-closing .content {
    padding-left: 0
}

body.sidebar-closed .sidebar-button,
body.sidebar-closing .sidebar-button {
    -webkit-transform: none;
    transform: none
}

body.sidebar-closed .sidebar-button {
    color: #000;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

body.sidebar-opening .sidebar-button {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

body.sidebar-opening .sidebar {
    z-index: 0
}

body.sidebar-opening .content {
    padding-left: 300px;
    -webkit-transition: padding-left .3s ease-in-out;
    transition: padding-left .3s ease-in-out
}

@media screen and (max-width:768px) {
    body.sidebar-opening .content {
        padding-left: 0
    }
    body.sidebar-opening .sidebar {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        z-index: 3
    }
}

body.sidebar-closing .sidebar-button {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

body.sidebar-closing .content {
    -webkit-transition: padding-left .3s ease-in-out;
    transition: padding-left .3s ease-in-out
}

@media screen and (max-width:768px) {
    body.sidebar-closing .sidebar {
        z-index: 3;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(-102%);
        transform: translateX(-102%)
    }
}

body.sidebar-closed .sidebar {
    visibility: hidden
}

.content-inner {
    max-width: 949px;
    margin: 0 auto;
    padding: 3px 60px
}

.content-inner:focus {
    outline: none
}

.content-outer {
    background-color: #fff;
    min-height: 100%
}

@media screen and (max-width:768px) {
    .content-inner {
        padding: 27px 20px 27px 40px;
        max-width: 100%;
        overflow-x: auto
    }
}

.sidebar {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 18px;
    background: #2c292d;
    color: #d5dae6;
    overflow: hidden
}

.sidebar .gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#2c292d), to(rgba(55, 63, 82, 0)));
    background: linear-gradient(#2c292d, rgba(55, 63, 82, 0));
    height: 20px;
    margin-top: -20px;
    pointer-events: none;
    position: relative;
    top: 20px;
    z-index: 100
}

.sidebar ul {
    list-style: none
}

.sidebar ul li {
    margin: 0;
    padding: 0 10px
}

.sidebar a {
    color: #d5dae6;
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.sidebar a:hover {
    color: #fff
}

.sidebar .sidebar-header {
    margin: 15px 0 15px 30px
}

.sidebar .sidebar-projectDetails {
    display: inline-block;
    text-align: right;
    vertical-align: top;
    margin-top: 6px
}

.sidebar .sidebar-projectImage {
    display: inline-block;
    max-width: 64px;
    max-height: 64px;
    margin-left: 15px;
    vertical-align: bottom
}

.sidebar .sidebar-projectName {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    padding: 0 0 0 20px;
    max-width: 230px;
    word-wrap: break-word
}

.sidebar .sidebar-projectVersion {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.sidebar .sidebar-projectVersionsDropdown {
    cursor: pointer;
    margin: 0;
    padding: 0 12px 0 0;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    color: #fff
}

.sidebar .sidebar-projectVersionsDropdown option {
    color: initial
}

.sidebar .sidebar-projectVersionsDropdown:focus {
    outline: none
}

.sidebar .sidebar-projectVersion form:after {
    position: absolute;
    right: 0;
    top: 1px;
    content: "\25BC";
    z-index: -1;
    font-size: 8px
}

.sidebar .sidebar-projectVersionsDropdown::-ms-expand {
    display: none
}

.sidebar .sidebar-listNav {
    padding: 10px 30px 20px;
    margin: 0
}

.sidebar .sidebar-listNav li,
.sidebar .sidebar-listNav li a {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px
}

.sidebar .sidebar-listNav li {
    padding-left: 17px;
    border-left: 3px solid transparent;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    line-height: 27px
}

.sidebar .sidebar-listNav li.selected,
.sidebar .sidebar-listNav li.selected a,
.sidebar .sidebar-listNav li:hover,
.sidebar .sidebar-listNav li:hover a {
    border-color: #ab9df2;
    color: #fff
}

.sidebar .sidebar-search {
    margin-top: 12px
}

.sidebar .sidebar-search .search-button:hover,
.sidebar .sidebar-search.selected .search-button {
    color: #ab9df2;
    opacity: 1
}

.sidebar .sidebar-search .search-label {
    position: relative;
    width: 100%
}

.sidebar .sidebar-search .search-button {
    font-size: 14px;
    left: 22px;
    top: 18px;
    -webkit-transition: all .12s ease-out;
    transition: all .12s ease-out
}

.sidebar .sidebar-search .search-button,
.sidebar .sidebar-search .search-close-button {
    color: #d5dae6;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    opacity: .5;
    padding: 3px 1px 3px 0;
    position: absolute;
    z-index: 2
}

.sidebar .sidebar-search .search-close-button {
    font-size: 16px;
    right: 18px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    top: 17px;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out
}

.sidebar .sidebar-search .search-close-button .icon-cross {
    font-weight: 700
}

.sidebar .sidebar-search .search-close-button:hover {
    opacity: .7
}

.sidebar .sidebar-search .search-close-button:focus,
.sidebar .sidebar-search .search-close-button:hover {
    outline: none
}

.sidebar .sidebar-search .search-input {
    background-color: #292929;
    border: none;
    border-radius: 4px;
    color: #d5dae6;
    margin-left: 12px;
    padding: 8px 6px 8px 38px;
    -webkit-transition: all .12s ease-out;
    transition: all .12s ease-out;
    width: 276px
}

.sidebar .sidebar-search .search-input:focus,
.sidebar .sidebar-search .search-input:hover {
    outline: none
}

.sidebar .sidebar-search .icon-search {
    font-weight: 700
}

.sidebar #full-list {
    margin: 0 0 0 30px;
    padding: 10px 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1;
    -moz-flex: 1 1 0.01%;
    -ms-flex: 1 1 0.01%;
    flex: 1 1 0.01%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 0.01%
}

.sidebar #full-list li {
    padding: 0;
    line-height: 27px;
    white-space: nowrap;
    overflow: hidden
}

.sidebar #full-list li.open>ul {
    display: block
}

.sidebar #full-list li.nesting-context {
    opacity: .6
}

.sidebar #full-list li.nested {
    margin-left: 2ex
}

.sidebar #full-list li.group {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8em;
    margin: 2em 0 0;
    line-height: 1.8em;
    color: #ddd
}

.sidebar #full-list li .sections-list>li,
.sidebar #full-list li a.expand {
    text-overflow: ellipsis
}

.sidebar #full-list li a.expand span {
    color: #d5dae6;
    opacity: 0;
    padding: 0 8px 0 2px;
    font-size: .8em
}

.sidebar #full-list li a.expand:hover span {
    opacity: 1
}

.sidebar #full-list>li.current-page>a,
.sidebar #full-list li a.expand span:hover {
    color: #fff
}

.sidebar #full-list>li:last-child {
    margin-bottom: 30px
}

.sidebar #full-list ul {
    display: none;
    margin: 9px 15px;
    padding: 0
}

.sidebar #full-list ul li {
    font-weight: 300;
    line-height: 18px;
    padding: 2px 10px
}

.sidebar #full-list ul li ul {
    display: none;
    margin: 9px 4px
}

.sidebar #full-list ul li ul li {
    border-left: 1px solid #767676;
    padding: 0 10px
}

.sidebar #full-list ul li ul li.current-hash:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F105";
    margin-left: -10px;
    font-size: 16px;
    margin-right: 5px
}

.sidebar #full-list ul li ul li.current-hash {
    border-left: none
}

.sidebar #full-list ul li ul li.current-hash>a {
    color: #fff
}

.sidebar-button {
    color: #e1e1e1;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 10px 11px;
    font-size: 16px
}

.sidebar-button:hover {
    color: #fff
}

.sidebar-button:active,
.sidebar-button:focus,
.sidebar-button:hover {
    outline: none
}

@media screen and (max-height:500px) {
    .sidebar {
        overflow-y: auto
    }
    .sidebar #full-list {
        overflow: visible
    }
}

.content-inner {
    font-family: Merriweather, Book Antiqua, Georgia, Century Schoolbook, serif;
    font-size: 1em;
    line-height: 1.6875em;
    position: relative
}

.content-inner h1,
.content-inner h2,
.content-inner h3,
.content-inner h4,
.content-inner h5,
.content-inner h6 {
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 1.5em;
    word-wrap: break-word
}

.content-inner h1 {
    font-size: 2em;
    margin: 1em 0 .5em
}

.content-inner h1.signature {
    margin: 0
}

.content-inner h1.section-heading {
    margin: 1.5em 0 .5em
}

.content-inner h1 small {
    font-weight: 300
}

.content-inner h1 a.view-source {
    font-size: 1.2rem
}

.content-inner h2 {
    font-size: 1.6em;
    margin: 1em 0 .5em;
    font-weight: 700
}

.content-inner h3 {
    font-size: 1.375em;
    margin: 1em 0 .5em;
    font-weight: 700
}

.content-inner a {
    color: #000;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

.content-inner a:visited {
    color: #000
}

.content-inner a.no-underline {
    text-decoration: none
}

.content-inner a.view-source {
    float: right;
    color: #727272;
    text-decoration: none;
    border: none;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    margin-top: 1px
}

.content-inner a.view-source:hover {
    color: #2c292d
}

.content-inner .livebook-badge-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.content-inner a.livebook-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.content-inner .note {
    color: #727272;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400
}

.content-inner .route {
    color: #727272;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
    float: right
}

.content-inner .method {
    color: #ab9df2;
    font-weight: 500;
    margin-right: 5px;
    font-size: 14px;
    float: right
}

.content-inner .route .param {
    color: #ab9df2;
}

.content-inner h1 .note {
    float: right
}

.content-inner blockquote {
    font-style: italic;
    margin: .5em 0;
    padding: .25em 1.5em;
    border-left: 3px solid #e1e1e1;
    display: inline-block
}

.content-inner blockquote :first-child {
    padding-top: 0;
    margin-top: 0
}

.content-inner blockquote :last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.content-inner table {
    margin: 2em 0
}

.content-inner th {
    text-align: left;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: .5em
}

.content-inner tr {
    border-bottom: 1px solid #d5dae6;
    vertical-align: bottom;
    height: 2.5em
}

.content-inner td,
.content-inner th {
    padding-left: 1em;
    line-height: 2em;
    vertical-align: top
}

.content-inner .section-heading:hover a.hover-link {
    opacity: 1;
    text-decoration: none
}

.content-inner .section-heading a.hover-link {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    display: inline-block;
    opacity: 0;
    padding: .3em .6em .6em;
    line-height: 1em;
    margin-left: -2.7em;
    text-decoration: none;
    border: none;
    font-size: 16px;
    vertical-align: middle
}

.content-inner .detail h2.section-heading {
    margin-left: .3em
}

.content-inner .app-vsn {
    display: none!important;
    font-size: .6em;
    line-height: 1.5em
}

@media screen and (max-width:768px) {
    .content-inner .app-vsn {
        display: block!important
    }
}

.content-inner img {
    max-width: 100%
}

.content-inner code {
    font-family: Inconsolata, Menlo, Courier, monospace;
    font-style: normal;
    line-height: 24px;
    font-weight: 400
}

.content-inner .summary h2 {
    font-weight: 700
}

.content-inner .summary h2 a {
    text-decoration: none;
    border: none
}

.content-inner .summary span.deprecated {
    color: #dcc100;
    font-weight: 400;
    font-style: italic
}

.content-inner .summary .summary-row .summary-signature {
    font-family: Inconsolata, Menlo, Courier, monospace;
    font-weight: 700
}

.content-inner .summary .summary-row .summary-signature a {
    text-decoration: none;
    border: none
}

.content-inner .summary .summary-row .summary-synopsis {
    font-family: Merriweather, Book Antiqua, Georgia, Century Schoolbook, serif;
    font-style: italic;
    padding: 0 1.2em;
    margin: 0 0 .5em
}

.content-inner .summary .summary-row .summary-synopsis p {
    margin: 0;
    padding: 0
}

@-webkit-keyframes blink-background {
    0% {
        background-color: #f7f7f7
    }
    to {
        background-color: #ff9
    }
}

@keyframes blink-background {
    0% {
        background-color: #f7f7f7
    }
    to {
        background-color: #ff9
    }
}

.content-inner .detail:target .detail-header {
    -webkit-animation-duration: .55s;
    animation-duration: .55s;
    -webkit-animation-name: blink-background;
    animation-name: blink-background;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.content-inner .detail-header {
    margin: 2em 0 1em;
    padding: .5em 1em;
    background: #f7f7f7;
    border-left: 3px solid #ab9df2;
    font-size: 1em;
    font-family: Inconsolata, Menlo, Courier, monospace;
    position: relative
}

.content-inner .detail-header .note {
    float: right
}

.content-inner .detail-header .signature {
    display: inline-block;
    font-family: Inconsolata, Menlo, Courier, monospace;
    font-size: 1rem;
    font-weight: 700
}

.content-inner .detail-header:hover a.detail-link {
    opacity: 1;
    text-decoration: none
}

.content-inner .detail-header a.detail-link {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    padding: .6em;
    line-height: 1.5em;
    margin-left: -2.5em;
    text-decoration: none;
    border: none
}

.content-inner .specs {
    padding: 1em
}

.content-inner .specs pre {
    font-family: Inconsolata, Menlo, Courier, monospace;
    font-size: .9em;
    font-style: normal;
    line-height: 24px;
    white-space: pre-wrap;
    margin: 0;
    padding: 0
}

.content-inner .perms {
    font-family: Inconsolata, Menlo, Courier, monospace;
    font-size: .9em;
}

.content-inner .perms pre {
    font-family: Inconsolata, Menlo, Courier, monospace;
    font-size: .9em;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    padding: 0
}

.content-inner .docstring {
    margin: 1.2em 0 3em 1.2em
}

.content-inner .docstring h2,
.content-inner .docstring h3,
.content-inner .docstring h4,
.content-inner .docstring h5 {
    font-weight: 700
}

.content-inner .docstring h2 {
    font-size: 1.1em
}

.content-inner .docstring h3 {
    font-size: 1em
}

.content-inner .docstring h4 {
    font-size: .95em
}

.content-inner .docstring h5 {
    font-size: .9em
}

.content-inner div.deprecated {
    display: block;
    padding: 9px 15px;
    background-color: #fffeed
}

.content-inner a.no-underline,
.content-inner pre a {
    color: #ab9df2;
    text-shadow: none;
    text-decoration: none;
    background-image: none
}

.content-inner a.no-underline:active,
.content-inner a.no-underline:focus,
.content-inner a.no-underline:hover,
.content-inner a.no-underline:visited,
.content-inner pre a:active,
.content-inner pre a:focus,
.content-inner pre a:hover,
.content-inner pre a:visited {
    color: #ab9df2;
    text-decoration: none
}

.content-inner code {
    background-color: #f7f9fc;
    vertical-align: baseline;
    border-radius: 2px;
    padding: .1em .2em;
    border: 1px solid #d2ddee;
    text-transform: none
}

.content-inner pre {
    margin: 1.5em 0
}

.content-inner pre code {
    display: block;
    overflow-x: auto;
    white-space: inherit;
    padding: .5em 1em;
    background-color: #f7f9fc
}

.content-inner .footer {
    margin: 4em auto 1em;
    text-align: center;
    font-style: italic;
    font-size: 14px;
    color: #767676
}

.content-inner .footer .line {
    display: inline-block
}

.content-inner .footer .footer-button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-style: italic;
    outline: none;
    padding: 0 4px;
    color: #767676;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

.content-inner .footer .footer-button:visited {
    color: #767676
}

.content-inner .footer .footer-hex-package {
    margin-right: 4px
}

.content-inner .footer a {
    color: #767676;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

.content-inner .footer a:visited {
    color: #767676
}

.content-inner .bottom-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4em
}

.content-inner .bottom-actions .bottom-actions-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 8px 16px;
    min-width: 150px
}

.content-inner .bottom-actions .bottom-actions-button .subheader {
    font-size: .8em;
    color: #ab9df2;
    white-space: nowrap
}

.content-inner .bottom-actions .bottom-actions-button[rel=prev] .subheader {
    text-align: right
}

@media screen and (max-width:768px) {
    .content-inner .bottom-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .content-inner .bottom-actions .bottom-actions-item:not(:first-child) {
        margin-bottom: 16px
    }
}

#search {
    min-height: 200px;
    position: relative
}

#search .loading {
    height: 64px;
    width: 64px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: calc(50% - 32px)
}

#search .loading div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border-radius: 50%;
    -webkit-animation: loading 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: loading 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border: 6px solid transparent;
    border-top-color: #767676
}

#search .loading div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

#search .loading div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

#search .loading div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

#search .result {
    margin: 2em 0 2.5em
}

#search .result p {
    margin: 0
}

#search .result-id {
    font-size: 1.4em;
    margin: 0
}

#search .result-id a {
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

#search .result-id a:active,
#search .result-id a:focus,
#search .result-id a:visited {
    color: #000
}

#search .result-id a:hover {
    color: #ab9df2
}

#search .result-elem em,
#search .result-id em {
    font-style: normal;
    color: #ab9df2
}

#search .result-id small {
    font-weight: 400
}

@-webkit-keyframes keyboard-shortcuts-show {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes keyboard-shortcuts-show {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.modal {
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-name: keyboard-shortcuts-show;
    animation-name: keyboard-shortcuts-show;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    display: none;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 300
}

.modal.shown {
    display: block
}

.modal .modal-contents {
    margin: 75px auto 0;
    max-width: 450px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
    padding: 25px 35px
}

.modal .modal-title {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    padding-bottom: 20px
}

.modal .modal-close {
    cursor: pointer;
    display: block;
    float: right;
    font-size: 1.5rem;
    margin: -8px -8px 0 0;
    padding: 8px;
    opacity: .3
}

.modal .modal-close:hover {
    opacity: .7
}

#keyboard-shortcuts-modal-body dl.shortcut-row {
    margin: 0;
    border-bottom: 1px solid #d5dae6;
    padding: 12px 0
}

#keyboard-shortcuts-modal-body dl.shortcut-row:last-of-type {
    border-bottom-style: none
}

#keyboard-shortcuts-modal-body .shortcut-description,
#keyboard-shortcuts-modal-body .shortcut-keys {
    display: inline-block
}

#keyboard-shortcuts-modal-body kbd>kbd {
    background-color: #d5dae6;
    border-radius: 3px;
    color: #2c292d;
    font-family: inherit;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    padding: 4px 7px 6px;
    min-width: 26px;
    text-align: center;
    margin-left: 3px
}

#keyboard-shortcuts-modal-body .shortcut-description,
#keyboard-shortcuts-modal-body .shortcut-keys {
    margin: 0
}

#keyboard-shortcuts-modal-body .shortcut-keys {
    float: right;
    text-align: right;
    min-width: 100px;
    vertical-align: top
}

#keyboard-shortcuts-modal-body .shortcut-description {
    position: relative;
    top: 2px;
    width: 250px
}

#quick-switch-modal-body {
    width: 100%;
    position: relative
}

#quick-switch-modal-body .icon-search {
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 2px;
    color: #767676
}

#quick-switch-modal-body #quick-switch-input {
    width: 100%;
    padding: 8px 6px 6px 26px;
    border: none;
    border-bottom: 1px solid #767676;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .12s ease-out;
    transition: all .12s ease-out
}

#quick-switch-modal-body #quick-switch-input:focus {
    border-bottom: 1px solid #2c292d;
    outline: none
}

#quick-switch-modal-body #quick-switch-results {
    margin: 0
}

#quick-switch-modal-body #quick-switch-results .quick-switch-result {
    padding: 2px 5px;
    border-bottom: 1px dotted #767676;
    -webkit-transition: all .12s ease-out;
    transition: all .12s ease-out
}

#quick-switch-modal-body #quick-switch-results .quick-switch-result:last-child {
    border-bottom: none
}

#quick-switch-modal-body #quick-switch-results .quick-switch-result:hover {
    cursor: pointer
}

#quick-switch-modal-body #quick-switch-results .quick-switch-result.selected,
#quick-switch-modal-body #quick-switch-results .quick-switch-result:hover {
    border-left: 4px solid #ab9df2;
    background: #f7f9fc
}

.autocomplete {
    display: none;
    height: 0;
    margin: 0 5px 0 12px;
    overflow: visible;
    position: relative;
    width: 100%
}

.autocomplete.shown {
    display: block
}

.autocomplete-suggestions {
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .25);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .25);
    background-color: #202530;
    border-top: 1px solid #2c292d;
    left: 0;
    position: absolute;
    top: -2px;
    width: 276px;
    z-index: 200
}

.autocomplete-suggestion {
    color: inherit;
    display: block;
    padding: 10px;
    text-decoration: none
}

.autocomplete-suggestion.selected,
.autocomplete-suggestion:hover {
    background-color: #292929;
    border-left: 3px solid #ab9df2
}

.autocomplete-suggestion em {
    font-style: normal;
    font-weight: 700
}

.autocomplete-suggestion .description {
    opacity: .6;
    padding-top: 3px
}

.autocomplete-suggestion .label {
    padding-left: 2px;
    opacity: .75
}

.autocomplete-suggestion .description,
.autocomplete-suggestion .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

#tooltip {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    max-height: 300px;
    max-width: 500px;
    padding: 0;
    position: absolute;
    pointer-events: none;
    margin: 0;
    z-index: 99;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: visibility .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: visibility .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: visibility .2s ease-out, transform .2s ease-out, opacity .2s ease-out;
    transition: visibility .2s ease-out, transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out
}

#tooltip.tooltip-shown {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

#tooltip .tooltip-body {
    border: 1px solid hsla(0, 0%, 46.3%, .3)
}

#tooltip .tooltip-body .signature {
    min-width: 320px;
    width: 100%
}

#tooltip .tooltip-body .detail-header {
    border-left: 0;
    margin-bottom: 0;
    margin-top: 0
}

#tooltip .tooltip-body .docstring {
    background-color: #fff;
    padding: 1.2em;
    margin: 0;
    width: 498px
}

#tooltip .tooltip-body .docstring-plain {
    max-width: 498px;
    width: auto
}

#tooltip .tooltip-body .version-info {
    float: right;
    line-height: 1.6rem;
    font-family: Inconsolata, Menlo, Courier, monospace;
    font-size: .9rem;
    font-weight: 400;
    margin-bottom: -6px;
    opacity: .3;
    padding-left: .3em
}

pre {
    position: relative
}

pre:hover .copy-button {
    display: block
}

.copy-button {
    display: none;
    position: absolute;
    top: 9px;
    right: 9px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    opacity: .5;
    font-family: Merriweather, Book Antiqua, Georgia, Century Schoolbook, serif;
    font-size: 14px;
    line-height: 24px;
    color: #0d710d
}

.copy-button:hover {
    opacity: 1
}

.copy-button svg {
    width: 20px
}

.copy-button.clicked {
    opacity: 1
}

.copy-button.clicked:after {
    content: "Copied! \2713"
}

.copy-button.clicked svg {
    display: none
}

#settings-modal-content>:not(:first-child) {
    margin-top: 8px
}

#settings-modal-content .hidden {
    display: none
}

#settings-modal-content .input {
    width: 100%;
    padding: 6px;
    border: none;
    border-bottom: 1px solid #767676
}

#settings-modal-content .input:focus {
    outline: none
}

#settings-modal-content .switch-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#settings-modal-content .switch-button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .15s;
    transition: all .15s
}

#settings-modal-content .switch-button__checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 1000px;
    background-color: #91a4b7;
    border: 3px solid #e5edf5;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

#settings-modal-content .switch-button__bg {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1000px;
    background-color: #e5edf5;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

#settings-modal-content .switch-button__checkbox:checked {
    background-color: #fff;
    border-color: #ab9df2;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

#settings-modal-content .switch-button__checkbox:checked+.switch-button__bg {
    background-color: #ab9df2
}

body.night-mode,
body.night-mode .content-outer {
    background: #212127
}

body.night-mode .night-mode-toggle .icon-theme:before {
    content: "\E901"
}

body.night-mode #search .result-id a:active,
body.night-mode #search .result-id a:focus,
body.night-mode #search .result-id a:visited {
    color: #d2d2d2
}

body.night-mode #search .result-id a:hover {
    color: #ab9df2
}

body.night-mode .content-inner {
    color: #b4b4b4
}

body.night-mode .content-inner h1,
body.night-mode .content-inner h2,
body.night-mode .content-inner h3,
body.night-mode .content-inner h4,
body.night-mode .content-inner h5,
body.night-mode .content-inner h6 {
    color: #d2d2d2
}

body.night-mode .content-inner a {
    text-decoration: none;
    color: #d2d2d2;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

body.night-mode .content-inner a:visited {
    color: #d2d2d2
}

body.night-mode .content-inner a.no-underline {
    text-decoration: none
}

body.night-mode .content-inner a.view-source {
    color: #939393;
    text-decoration: none
}

body.night-mode .content-inner a.view-source:hover {
    color: #fff
}

body.night-mode .content-inner .note {
    color: #939393
}

body.night-mode .content-inner .summary h2 a {
    text-decoration: none
}

@-webkit-keyframes night-blink-background {
    0% {
        background-color: #2c2c31
    }
    to {
        background-color: #660
    }
}

@keyframes night-blink-background {
    0% {
        background-color: #2c2c31
    }
    to {
        background-color: #660
    }
}

body.night-mode .content-inner .detail:target .detail-header {
    -webkit-animation-name: night-blink-background;
    animation-name: night-blink-background
}

body.night-mode .content-inner .detail-header {
    background: #2c2c31;
    color: #b4b4b4
}

body.night-mode .content-inner div.deprecated {
    background-color: #3c381e
}

body.night-mode .content-inner code {
    background-color: #2c2c31;
    border-color: #44444c
}

body.night-mode .content-inner pre code {
    background-color: #2c2c31
}

body.night-mode .content-inner pre a,
body.night-mode .content-inner pre a:visited {
    color: #fff;
    text-decoration: none
}

body.night-mode .content-inner pre a:hover {
    color: #ab9df2
}

body.night-mode .content-inner .footer {
    color: #888
}

body.night-mode .content-inner .footer .footer-button {
    color: #888;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

body.night-mode .content-inner .footer .footer-button:visited {
    color: #888
}

body.night-mode .content-inner .footer a {
    color: #888;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

body.night-mode .content-inner .footer a:visited {
    color: #888
}

body.night-mode .content-inner .bottom-actions .bottom-actions-button {
    border: 1px solid hsla(0, 0%, 100%, .1)
}

body.night-mode #search .loading div {
    border-top-color: #767676
}

body.night-mode .sidebar-button,
body.night-mode .sidebar-closed .sidebar-button {
    color: #d5dae6
}

body.night-mode #quick-switch-modal-body .icon-search {
    color: #888
}

body.night-mode #quick-switch-modal-body #quick-switch-input {
    border-bottom-color: #888
}

body.night-mode #quick-switch-modal-body #quick-switch-results {
    margin: 0
}

body.night-mode #quick-switch-modal-body #quick-switch-results .quick-switch-result {
    border-bottom-color: #888
}

body.night-mode #keyboard-shortcuts-modal {
    background-color: rgba(0, 0, 0, .75)
}

body.night-mode #keyboard-shortcuts-modal .modal-contents {
    background-color: #212127;
    color: #b4b4b4
}

body.night-mode #keyboard-shortcuts-modal .modal-contents dl.shortcut-row {
    border-bottom: 1px solid #38383d
}

body.night-mode #keyboard-shortcuts-modal .modal-contents dl.shortcut-row:last-of-type {
    border-bottom-style: none
}

body.night-mode #keyboard-shortcuts-modal .modal-contents kbd>kbd {
    color: #b4b4b4;
    background-color: #2c2c31;
    border: 1px solid #38383d
}

body.night-mode #tooltip {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

body.night-mode #tooltip .tooltip-body {
    border: 1px solid #2c2c31
}

body.night-mode #tooltip .tooltip-body .docstring {
    background: #212127
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media print {
    .main {
        display: block
    }
    .sidebar,
    .sidebar-button {
        display: none
    }
    .content {
        padding-left: 0;
        overflow: visible
    }
    .summary-row {
        page-break-inside: avoid
    }
}

code.makeup .unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.makeup .hll {
    background-color: #ffc
}

.makeup .bp {
    color: #3465a4
}

.makeup .c,
.makeup .c1,
.makeup .ch,
.makeup .cm,
.makeup .cp,
.makeup .cpf,
.makeup .cs {
    color: #737373
}

.makeup .dl {
    color: #408200
}

.makeup .err {
    color: #a40000;
    border: #ef2929
}

.makeup .fm,
.makeup .g {
    color: #4d4d4c
}

.makeup .gd {
    color: #a40000
}

.makeup .ge {
    color: #4d4d4c;
    font-style: italic
}

.makeup .gh {
    color: navy;
    font-weight: 700
}

.makeup .gi {
    color: #00a000
}

.makeup .go {
    color: #4d4d4c;
    font-style: italic
}

.makeup .gp {
    color: #737373
}

.makeup .gr {
    color: #ef2929
}

.makeup .gs {
    color: #4d4d4c;
    font-weight: 700
}

.makeup .gt {
    color: #a40000;
    font-weight: 700
}

.makeup .gu {
    color: purple;
    font-weight: 700
}

.makeup .il {
    color: #0000cf;
    font-weight: 700
}

.makeup .k,
.makeup .kc,
.makeup .kd,
.makeup .kn,
.makeup .kp,
.makeup .kr,
.makeup .kt {
    color: #204a87
}

.makeup .l {
    color: #4d4d4c
}

.makeup .ld {
    color: #c00
}

.makeup .m,
.makeup .mb,
.makeup .mf,
.makeup .mh,
.makeup .mi,
.makeup .mo {
    color: #2937ab
}

.makeup .n {
    color: #4d4d4c
}

.makeup .na {
    color: #8a7000
}

.makeup .nb {
    color: #204a87
}

.makeup .nc {
    color: #0000cf
}

.makeup .nd {
    color: #5c35cc;
    font-weight: 700
}

.makeup .ne {
    color: #c00;
    font-weight: 700
}

.makeup .nf {
    color: #b65800
}

.makeup .ni {
    color: #bc5400
}

.makeup .nl {
    color: #b65800
}

.makeup .nn {
    color: #4d4d4c
}

.makeup .no {
    color: #a06600
}

.makeup .nt {
    color: #204a87;
    font-weight: 700
}

.makeup .nv,
.makeup .nx {
    color: #4d4d4c
}

.makeup .o {
    color: #bc5400
}

.makeup .ow {
    color: #204a87
}

.makeup .p,
.makeup .py {
    color: #4d4d4c
}

.makeup .s,
.makeup .s1,
.makeup .s2,
.makeup .sa,
.makeup .sb,
.makeup .sc {
    color: #408200
}

.makeup .sd {
    color: #8f5902;
    font-style: italic
}

.makeup .se {
    color: #204a87
}

.makeup .sh {
    color: #408200
}

.makeup .si {
    color: #204a87
}

.makeup .sr {
    color: #c00
}

.makeup .ss {
    color: #a06600
}

.makeup .sx {
    color: #408200
}

.makeup .vc,
.makeup .vg,
.makeup .vi,
.makeup .vm,
.makeup .x {
    color: #4d4d4c
}

.night-mode .makeup {
    color: #f8f8f2
}

.night-mode .makeup .hll {
    background-color: #49483e
}

.night-mode .makeup .bp {
    color: #f8f8f2
}

.night-mode .makeup .c,
.night-mode .makeup .c1,
.night-mode .makeup .ch,
.night-mode .makeup .cm,
.night-mode .makeup .cp,
.night-mode .makeup .cpf,
.night-mode .makeup .cs {
    color: #969386
}

.night-mode .makeup .dl {
    color: #e6db74
}

.night-mode .makeup .err {
    color: #960050;
    background-color: #1e0010
}

.night-mode .makeup .fm {
    color: #a6e22e
}

.night-mode .makeup .gd {
    color: #ff5385
}

.night-mode .makeup .ge {
    font-style: italic
}

.night-mode .makeup .gi {
    color: #a6e22e
}

.night-mode .makeup .gp {
    color: #969386
}

.night-mode .makeup .gs {
    font-weight: 700
}

.night-mode .makeup .gu {
    color: #969386
}

.night-mode .makeup .gt {
    color: #ff5385;
    font-weight: 700
}

.night-mode .makeup .il {
    color: #ae81ff
}

.night-mode .makeup .k,
.night-mode .makeup .kc,
.night-mode .makeup .kd {
    color: #66d9ef
}

.night-mode .makeup .kn {
    color: #ff5385
}

.night-mode .makeup .kp,
.night-mode .makeup .kr,
.night-mode .makeup .kt {
    color: #66d9ef
}

.night-mode .makeup .l,
.night-mode .makeup .ld,
.night-mode .makeup .m,
.night-mode .makeup .mb,
.night-mode .makeup .mf,
.night-mode .makeup .mh,
.night-mode .makeup .mi,
.night-mode .makeup .mo {
    color: #ae81ff
}

.night-mode .makeup .n {
    color: #f8f8f2
}

.night-mode .makeup .na {
    color: #a6e22e
}

.night-mode .makeup .nb {
    color: #f8f8f2
}

.night-mode .makeup .nc,
.night-mode .makeup .nd,
.night-mode .makeup .ne,
.night-mode .makeup .nf {
    color: #a6e22e
}

.night-mode .makeup .ni,
.night-mode .makeup .nl,
.night-mode .makeup .nn {
    color: #f8f8f2
}

.night-mode .makeup .no {
    color: #66d9ef
}

.night-mode .makeup .nt {
    color: #ff5385
}

.night-mode .makeup .nv {
    color: #f8f8f2
}

.night-mode .makeup .nx {
    color: #a6e22e
}

.night-mode .makeup .o,
.night-mode .makeup .ow {
    color: #ff5385
}

.night-mode .makeup .p,
.night-mode .makeup .py {
    color: #f8f8f2
}

.night-mode .makeup .s,
.night-mode .makeup .s1,
.night-mode .makeup .s2,
.night-mode .makeup .sa,
.night-mode .makeup .sb,
.night-mode .makeup .sc,
.night-mode .makeup .sd {
    color: #e6db74
}

.night-mode .makeup .se {
    color: #ae81ff
}

.night-mode .makeup .sh,
.night-mode .makeup .si,
.night-mode .makeup .sr,
.night-mode .makeup .ss,
.night-mode .makeup .sx {
    color: #e6db74
}

.night-mode .makeup .vc,
.night-mode .makeup .vg,
.night-mode .makeup .vi,
.night-mode .makeup .vm {
    color: #f8f8f2
}