.pln {
    color: #EDEDED !important;
}

@media screen {
    .str {
        color: #27B027 !important;
    }

    .kwd {
        color: #73D0F0 !important;
    }

    .com {
        color: #E66F65 !important;
    }

    .typ {
        color: #B474DD !important;
    }

    .lit {
        color: #4BAB94 !important;
    }

    .pun, .opn, .clo {
        color: #FFD863 !important;
    }

    .tag {
        color: #73D0F0 !important;
    }

    .atn {
        color: #B474DD !important;
    }

    .atv {
        color: #27B027 !important;
    }

    .dec, .var {
        color: #B474DD !important;
    }

    .fun {
        color: #E66F65 !important;
    }
}

@media print, projection {
    .str {
        color: #27B027 !important;
    }

    .kwd {
        color: #73D0F0 !important;
    }

    .com {
        color: #E66F65 !important;
    }

    .typ {
        color: #B474DD !important;
    }

    .lit {
        color: #4BAB94 !important;
    }

    .pun, .opn, .clo {
        color: #FFD863 !important;
    }

    .tag {
        color: #73D0F0 !important;
    }

    .atn {
        color: #B474DD !important;
    }

    .atv {
        color: #27B027 !important;
    }
}

pre.prettyprint {
    overflow: auto;
    padding: 0.5625rem 0.875rem;
    margin-bottom: 0.875rem;
    background-color: #141413 !important;
    border-radius: 0.5rem;
    white-space: pre-wrap;
    line-height: 1.5rem;
    font-family: monospace;
}

pre.prettyprint.no-border {
    margin: 0;
    border: none;
    padding: 0;
    overflow: inherit;
}

ol.linenums {
    margin-top: 0;
    margin-bottom: 0
}

li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
    list-style-type: none
}

li.L1, li.L3, li.L5, li.L7, li.L9 {
    background: #141413 !important;
}