.hatena-follow-button.subscribing.hover {
    width: initial;
}

pre {
    font-size: 0.8em !important;
}

article {
    max-width: 740px;
    margin: 0 auto;
}

article.entry {
    background: #f2f2f2;
    border-radius: 10px 10px 10px 10px;
    border: 3px solid #d68220;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    margin: auto;
    padding: 0px 24px 20px 25px;
}

.post {
    margin-bottom: 75px;
}

.entry-title {
    line-height: 1;
}

.entry-title-link {
    font-size: 1.2rem;
}

.post .post__title a {
    color: inherit;
}

.post .post__body {
    margin-top: 1rem;
}

.post .post__fullWidthImage {
    max-width: 100%;
    margin-bottom: 1rem;
}

header#blog-title {
    display: none;
}

#box2 {
    word-wrap: break-word;
    border: 1px solid black;
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
    border-radius: 1%;
}

div#footer-inner {
    margin: 0 auto;
    width: fit-content;
}

.pager.pager-permalink.permalink {
    margin: 0 auto;
    width: fit-content;
}

pre {
    overflow-x: auto;
    background: url(https://lightni.ng/hatena_profile/pre-tile-bg.png) top center #fafbfc;
    border-left: 3px solid #9c9cad;
    padding-left: 10px !important;
}

ul.related-entries {
    border: 1px solid black;
    padding: 10px;
    border-radius: 10px;
}

div.comment-box>ul.comment:before {
    content: "💬 Comments";
}

nav.nav.wrap {
    max-width: 80%;
}

@media(max-width:1400px) {
    div.foxy-subscribe {
        display: none;
    }
}

@media(min-width:1400px) {
    div.foxy-subscribe {
        display: block;
    }
    .foxy-subscribe {
        word-break: keep-all;
        right: 0;
        position: fixed;
        bottom: 0;
        width: 250px;
        text-align: center;
        font-size: 13px;
    }
    .foxy-subscribe img {
        height: 300px;
    }
    .foxy-subscribe-button {
        margin: 0 auto;
        width: fit-content;
        width: -moz-fit-content;
    }
    #foxy-speech-bubble {
        position: relative;
        background: #c7c7c7;
        border-radius: .4em;
        right: 60px;
        margin-bottom: 20px;
        padding: 10px;
        width: 250px;
    }
    #foxy-speech-bubble:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 1.188em solid transparent;
        border-top-color: #c7c7c7;
        border-bottom: 0;
        border-right: 0;
        margin-left: -1.594em;
        margin-bottom: -1.187em;
    }
}


/* foxy tweaks */


/* =========== */

.foxy-subscribe {
    z-index: 9999;
}

.foxy-subscribe img {
    height: 150px;
}


/*  layout tweaks */


/* =================== */

.wrap {
    max-width: 1080px !important;
    /* padding-left: 16px !important; */
    /* padding-right: 16px !important; */
}

#content-inner {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#box2 {
    width: 100%;
}


/* desktop */

@media(min-width: 1200px) {
    #content-inner {
        display: flex;
        flex-direction: row;
        align-items: flex-start
    }
    #box2 {
        flex: 1;
        margin-left: 32px;
    }
    #wrapper {
        flex: 1 1 740px;
    }
}


/* page style tweaks */


/* ================= */

#box2 {
    font-size: .85rem;
}

#box2,
article.entry {
    background: #fff;
    border-radius: 10px;
    border: 3px solid #d68220;
    padding: 16px;
}


/* sidebar tweaks */


/* ============== */

.hatena-module-title {
    border-bottom: 1px solid #efefef;
    padding-bottom: .2em;
}

.hatena-module-body {
    padding: .5em 0
}

.hatena-urllist {
    margin-bottom: 0
}


/* profile */

.hatena-module-profile .hatena-module-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.hatena-module-profile .profile-icon-link {
    display: block;
    flex: 0 0 64px;
    margin-right: 8px;
}

.hatena-module-profile .id {
    font-size: .85rem;
    flex: 1;
}

.hatena-module-profile .badge-type-pro {
    margin: 0;
}

.hatena-module-profile .hatena-follow-button-box {
    width: 100%;
    margin: 8px 0
}


/* search */

.hatena-module-search-box form {
    display: flex;
}

.hatena-module-search-box .search-module-button {
    margin-left: 8px;
    font-size: .85rem;
}

.hatena-module-search-box .search-module-input {
    font-size: .85rem;
    padding: 0 8px;
    flex: 1;
    line-height: 38px;
}


/* recent entries */

.recent-entries {
    list-style-type: circle;
}


/* archive */

.archive-module-year .archive-module-button {
    font-size: .6rem;
    display: inline-block;
    width: 1.25rem;
    text-align: center;
}


/* article list tweaks */


/* =================== */

article.entry {
    margin-top: 32px !important;
}

article.entry:first-of-type {
    margin-top: 0 !important;
}


/* article type tweaks */


/* =================== */

.entry-date {
    font-size: .85rem;
}


/* comment tweaks */


/* ============== */

.comment {
    margin-left: 0;
    list-style-type: none;
}

.entry-comment {
    font-size: .85rem;
}

.entry-comment .comment-user-name {
    display: flex;
    margin-bottom: .5em;
}

.entry-comment .hatena-id-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

p.entry-footer-section {
    font-size: .85rem;
}

.comment-box>ul.comment:before {
    display: block;
    font-size: .85rem;
    padding-bottom: .25em;
    margin-bottom: .5rem;
    border-bottom: 1px solid #efefef;
}


/* pager tweaks */


/* =========== */

.pager {
    width: auto !important;
    margin: 32px 0 !important;
    font-size: .85rem;
    display: flex;
}

.pager .pager-prev {
    margin-right: auto;
}

.pager .pager-next {
    margin-left: auto;
}


/* footer tweaks */


/* ============= */

footer#footer {
    margin-top: 32px;
    padding: 32px 0;
    background: #fff;
    font-size: .85rem;
}

div#footer-inner {
    max-width: 1080px;
    width: 100%;
    padding: 0 16px;
}

footer .services {
    margin: 0;
}


/* from lightning styles */


/**
   * Foundation for Sites by ZURB
   * Version 6.2.1
   * foundation.zurb.com
   * Licensed under MIT Open Source
   */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
     * 1. Set default font family to sans-serif.
     * 2. Prevent iOS and IE text size adjust after device orientation change,
     *    without disabling user zoom.
     */

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


/**
     * Remove default margin.
     */

body {
    margin: 0;
}


/* HTML5 display definitions
       ========================================================================== */


/**
     * Correct `block` display not defined for any HTML5 element in IE 8/9.
     * Correct `block` display not defined for `details` or `summary` in IE 10/11
     * and Firefox.
     * Correct `block` display not defined for `main` in IE 11.
     */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
     * 1. Correct `inline-block` display not defined in IE 8/9.
     * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
     */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
     * Prevent modern browsers from displaying `audio` without controls.
     * Remove excess height in iOS 5 devices.
     */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
     * Address `[hidden]` styling not present in IE 8/9/10.
     * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
     */

[hidden],
template {
    display: none;
}


/* Links
       ========================================================================== */


/**
     * Remove the gray background color from active links in IE 10.
     */

a {
    background-color: transparent;
}


/**
     * Improve readability of focused elements when they are also in an
     * active/hover state.
     */

a:active,
a:hover {
    outline: 0;
}


/* Text-level semantics
       ========================================================================== */


/**
     * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
     */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
     * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
     */

b,
strong {
    font-weight: bold;
}


/**
     * Address styling not present in Safari and Chrome.
     */

dfn {
    font-style: italic;
}


/**
     * Address variable `h1` font-size and margin within `section` and `article`
     * contexts in Firefox 4+, Safari, and Chrome.
     */

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


/**
     * Address styling not present in IE 8/9.
     */

mark {
    background: #ff0;
    color: #000;
}


/**
     * Address inconsistent and variable font size in all browsers.
     */

small {
    font-size: 80%;
}


/**
     * Prevent `sub` and `sup` affecting `line-height` in all browsers.
     */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
       ========================================================================== */


/**
     * Remove border when inside `a` element in IE 8/9/10.
     */

img {
    border: 0;
}


/**
     * Correct overflow not hidden in IE 9/10/11.
     */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
       ========================================================================== */


/**
     * Address margin not present in IE 8/9 and Safari.
     */

figure {
    margin: 1em 40px;
}


/**
     * Address differences between Firefox and other browsers.
     */

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


/**
     * Contain overflow in all browsers.
     */

pre {
    overflow: auto;
}


/**
     * Address odd `em`-unit font size rendering in all browsers.
     */

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


/* Forms
       ========================================================================== */


/**
     * Known limitation: by default, Chrome and Safari on OS X allow very limited
     * styling of `select`, unless a `border` property is set.
     */


/**
     * 1. Correct color not being inherited.
     *    Known issue: affects color of disabled elements.
     * 2. Correct font properties not being inherited.
     * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
     */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
     * Address `overflow` set to `hidden` in IE 8/9/10/11.
     */

button {
    overflow: visible;
}


/**
     * Address inconsistent `text-transform` inheritance for `button` and `select`.
     * All other form control elements do not inherit `text-transform` values.
     * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
     * Correct `select` style inheritance in Firefox.
     */

button,
select {
    text-transform: none;
}


/**
     * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
     *    and `video` controls.
     * 2. Correct inability to style clickable `input` types in iOS.
     * 3. Improve usability and consistency of cursor style between image-type
     *    `input` and others.
     */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
     * Re-set default cursor for disabled elements.
     */

button[disabled],
html input[disabled] {
    cursor: not-allowed;
}


/**
     * Remove inner padding and border in Firefox 4+.
     */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
     * Address Firefox 4+ setting `line-height` on `input` using `!important` in
     * the UA stylesheet.
     */

input {
    line-height: normal;
}


/**
     * It's recommended that you don't attempt to style these elements.
     * Firefox's implementation doesn't respect box-sizing, padding, or width.
     *
     * 1. Address box sizing set to `content-box` in IE 8/9/10.
     * 2. Remove excess padding in IE 8/9/10.
     */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
     * Fix the cursor style for Chrome's increment/decrement buttons. For certain
     * `font-size` values of the `input`, it causes the cursor style of the
     * decrement button to change from `default` to `text`.
     */

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


/**
     * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
     * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
     */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}


/**
     * Remove inner padding and search cancel button in Safari and Chrome on OS X.
     * Safari (but not Chrome) clips the cancel button when the search input has
     * padding (and `textfield` appearance).
     */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
     * Define consistent border, margin, and padding.
     * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
     */


/* fieldset {
      border: 1px solid #c0c0c0;
      margin: 0 2px;
      padding: 0.35em 0.625em 0.75em;
    } */


/**
     * 1. Correct `color` not being inherited in IE 8/9/10/11.
     * 2. Remove padding so people aren't caught out if they zero out fieldsets.
     */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
     * Remove default vertical scrollbar in IE 8/9/10/11.
     */

textarea {
    overflow: auto;
}


/**
     * Don't inherit the `font-weight` (applied by a rule above).
     * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
     */

optgroup {
    font-weight: bold;
}


/* Tables
       ========================================================================== */


/**
     * Remove most spacing between table cells.
     */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
    font-size: 100%;
    box-sizing: border-box;
}

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

body {
    padding: 0;
    margin: 0;
    font-family: "helvetica neue", helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #222;
    background: #f4dfc7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    width: 100%;
    border-radius: 0;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
}

[data-whatinput='mouse'] button {
    outline: 0;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Crete Round", georgia, times, serif;
    font-weight: normal;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #cacaca;
    line-height: 0;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1.1875rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1.0625rem;
}

h6 {
    font-size: 1rem;
}

@media screen and (min-width: 40em) {
    /*
    h1 {
      font-size: 3rem;
    }
    */
    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 1.9375rem;
    }
    h4 {
        font-size: 1.5625rem;
    }
    h5 {
        font-size: 1.25rem;
    }
    h6 {
        font-size: 1rem;
    }
}

a {
    color: #e45664;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #da2335;
}

a img {
    border: 0;
}

hr {
    max-width: 75rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    margin: 1.25rem auto;
    clear: both;
}

ul,
ol,
dl {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside;
}

li {
    font-size: inherit;
}

ul {
    list-style-type: disc;
    margin-left: 1.25rem;
}

ol {
    margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
}

cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a;
}

cite:before {
    content: '\2014 \0020';
}

abbr {
    color: #222;
    cursor: help;
    border-bottom: 1px dotted #0a0a0a;
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a;
    background-color: #e7e7e7;
    border: none;
    padding: 0;
}

kbd {
    padding: 0.125rem 0.25rem 0;
    margin: 0;
    background-color: #e6e6e6;
    color: #0a0a0a;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p+.stat {
    margin-top: -1rem;
}

.no-bullet {
    margin-left: 0;
    list-style: none;
}

html {
    font-size: 1.2em;
}

.wrap {
    max-width: 740px;
    margin: 0 auto;
}

.nav {
    padding: 20px 0px;
    line-height: 48px;
}

.nav::before,
.nav::after {
    content: ' ';
    display: table;
}

.nav::after {
    clear: both;
}

.nav .navGroup {
    display: inline-block;
}

.nav .navGroup.navGroup--left {
    float: left;
}

.nav .navGroup.navGroup--right {
    float: right;
}

.nav .nav__item {
    line-height: 48px;
    display: inline-block;
    padding: 0 6px;
}

.nav .nav__links {
    font-family: "Crete Round", georgia, times, serif;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.nav .nav__links a {
    display: block;
}

.nav .logo {
    padding: 0;
    height: 48px;
    vertical-align: middle;
}

.nav .title {
    vertical-align: middle;
    margin: 0;
    font-size: 1.4rem;
}

.foxySVG {
    height: 48px;
    width: 48px;
}

.foxySVG .fill--red {
    fill: #e45664;
}

.foxySVG .fill--darkred {
    fill: #a51a28;
}

.foxySVG .fill--outline {
    fill: #3c0a0e;
}

.foxySVG .fill--black {
    fill: #222;
}

.foxySVG .fill--white {
    fill: #fefefe;
}

.foxySVG .fill--grey {
    fill: #b2bbc8;
}

.foxySVG .eye {
    transition: transform 0.05s;
}

.foxySVG .eyes--blink .eye {
    transform: translateY(80%) scaleY(0.3);
}

.content {
    padding: 0 20px;
}

.post {
    margin-bottom: 75px;
}

.post .post__title {
    font-size: 2rem;
}

.post .post__title a {
    color: inherit;
}

.post .post__body {
    margin-top: 1rem;
}

.post .post__fullWidthImage {
    max-width: 100%;
    margin-bottom: 1rem;
}


/*
  Name: Duotone Space
  Author: Simurai, adapted from DuoTone themes for Atom (http://simurai.com/projects/2016/01/01/duotone-themes)
  Conversion: Bram de Haan (http://atelierbram.github.io/Base2Tone-prism/output/prism/prism-base2tone-space-dark.css)
  Generated with Base16 Builder (https://github.com/base16-builder/base16-builder)
  */

code[class*="language-"],
pre[class*="language-"] {
    line-height: 1.375;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    background: #e7e7e7;
    color: #222;
}

pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
    text-shadow: none;
    background: #dbdbe7;
}

pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
    text-shadow: none;
    background: #dbdbe7;
}


/* Code blocks */

pre[class*="language-"] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
}


/* Inline code */

:not(pre)>code[class*="language-"] {
    padding: .1em;
    border-radius: .3em;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: #5b5b76;
}

.token.punctuation {
    color: #5b5b76;
}

.token.namespace {
    opacity: .7;
}

.token.tag,
.token.operator,
.token.number {
    color: #da2335;
}

.token.property,
.token.function {
    color: #767693;
}

.token.tag-id,
.token.selector,
.token.atrule-id {
    color: #3d3d3d;
}

code.language-javascript,
.token.attr-name {
    color: #aaaaca;
}

code.language-css,
code.language-scss,
.token.boolean,
.token.string,
.token.entity,
.token.url,
.language-css .token.string,
.language-scss .token.string,
.style .token.string,
.token.attr-value,
.token.keyword,
.token.control,
.token.directive,
.token.unit,
.token.statement,
.token.regex,
.token.atrule {
    color: #e45664;
}

.token.placeholder,
.token.variable {
    color: #e45664;
}

.token.deleted {
    text-decoration: line-through;
}

.token.inserted {
    border-bottom: 1px dotted #ebebff;
    text-decoration: none;
}

.token.italic {
    font-style: italic;
}

.token.important,
.token.bold {
    font-weight: bold;
}

.token.important {
    color: #aaaaca;
}

.token.entity {
    cursor: help;
}

pre>code.highlight {
    outline: .4em solid #7676f4;
    outline-offset: .4em;
}


/* overrides color-values for the Line Numbers plugin
   * http://prismjs.com/plugins/line-numbers/
   */

.line-numbers .line-numbers-rows {
    border-right-color: #262631;
}

.line-numbers-rows>span:before {
    color: #393949;
}


/* overrides color-values for the Line Highlight plugin
  * http://prismjs.com/plugins/line-highlight/
  */

.line-highlight {
    background: rgba(221, 103, 44, 0.2);
    background: -webkit-linear-gradient(left, rgba(221, 103, 44, 0.2) 70%, rgba(221, 103, 44, 0));
    background: linear-gradient(to right, rgba(221, 103, 44, 0.2) 70%, rgba(221, 103, 44, 0));
}