/* ibm-plex-sans-300 - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-300.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-300.woff2") format("woff2"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-300.woff") format("woff"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-300.ttf") format("truetype"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-300.svg#IBMPlexSans") format("svg");
  /* Legacy iOS */ }
/* ibm-plex-sans-300italic - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 300;
  src: url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-300italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-300italic.woff2") format("woff2"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-300italic.woff") format("woff"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-300italic.ttf") format("truetype"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-300italic.svg#IBMPlexSans") format("svg");
  /* Legacy iOS */ }
/* ibm-plex-sans-regular - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-regular.woff2") format("woff2"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-regular.woff") format("woff"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-regular.ttf") format("truetype"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-regular.svg#IBMPlexSans") format("svg");
  /* Legacy iOS */ }
/* ibm-plex-sans-500 - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("IBM Plex Sans Medium"), local("IBMPlexSans-Medium"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-500.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-500.woff2") format("woff2"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-500.woff") format("woff"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-500.ttf") format("truetype"), url("/assets/fonts/ibm-plex-sans/ibm-plex-sans-v2-latin-500.svg#IBMPlexSans") format("svg");
  /* Legacy iOS */ }
/* hack-regular - latin */
@font-face {
  font-family: 'hackregular';
  src: url("/assets/fonts/hack/Hack-Regular-webfont.eot");
  src: url("/assets/fonts/hack/Hack-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/hack/Hack-Regular-webfont.woff2") format("woff2"), url("/assets/fonts/hack/Hack-Regular-webfont.woff") format("woff"), url("/assets/fonts/hack/Hack-Regular-webfont.ttf") format("truetype"), url("/assets/fonts/hack/Hack-Regular-webfont.svg#hackregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Reset some basic elements */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/* Basic styling */
body {
  font: 300 16px/1.5 "IBM Plex Sans", Helvetica, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100.1vh;
  flex-direction: column; }
  body code {
    font-size: 12px; }

b, strong {
  font-weight: 500; }

/* Inputs */
input, textarea, button {
  font: 300 14.8px/1.5 "IBM Plex Sans", Helvetica, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  padding-left: 3.75px;
  padding-right: 3.75px;
  border: 1px solid #828282;
  border-radius: 3px;
  outline: none; }
  input:hover, textarea:hover, button:hover {
    box-shadow: 2px 2px 2px 0px #e8e8e8; }
  input:focus, textarea:focus, button:focus {
    box-shadow: 2px 2px 2px 0px #e8e8e8;
    border: 1px solid #111; }
  input:not(:focus):invalid, textarea:not(:focus):invalid, button:not(:focus):invalid {
    box-shadow: 0px 0px 1px 1px #d65946; }

textarea {
  padding-top: 2px;
  padding-bottom: 2px; }

*::placeholder {
  opacity: 1;
  color: #828282; }

/* Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6,
p, blockquote, hr,
ul, ol, dl, figure {
  margin-bottom: 15px; }

/* Horizontal rule */
hr {
  color: #e8e8e8;
  border-style: solid; }

/* Images */
img {
  vertical-align: middle; }

/* Figures */
figure > img {
  display: block; }

figcaption {
  font-size: 14.8px; }

/* Lists */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

ul {
  list-style: none; }

ul li {
  /* handle multiline */
  position: relative;
  overflow: visible; }

ul li:before {
  position: absolute;
  content: '\203A';
  left: -15px; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  text-align: left;
  display: flex; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #111; }
    h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
      color: #111; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      text-decoration: none; }

h1 {
  font-size: 32px;
  line-height: 1;
  padding-bottom: 7.5px;
  border-bottom: 1px solid #e8e8e8; }
  h1 code {
    font-size: 24px; }
  @media screen and (max-width: 600px) {
    h1 {
      font-size: 28px; }
      h1 code {
        font-size: 21px; } }

h2 {
  font-size: 26px;
  border-bottom: 1px solid #e8e8e8; }
  h2 code {
    font-size: 19.5px; }
  @media screen and (max-width: 600px) {
    h2 {
      font-size: 24px; }
      h2 code {
        font-size: 18px; } }

h3 {
  font-size: 22px; }
  h3 code {
    font-size: 16.5px; }
  @media screen and (max-width: 600px) {
    h3 {
      font-size: 20px; }
      h3 code {
        font-size: 15px; } }

/* Links */
a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #76aaec; }
  a:hover {
    text-decoration: underline; }
  a:active {
    background-color: #eeeeff; }

/* Blockquotes */
blockquote {
  border-left: 4px solid #e8e8e8;
  color: #828282;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px; }
  blockquote > :last-child {
    margin-bottom: 0; }

/* Wrappers */
.wrapper-header,
.wrapper-content,
.wrapper-footer {
  max-width: -webkit-calc(880px - (30px * 2));
  max-width: calc(880px - (30px * 2));
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto; }
  @media screen and (max-width: 600px) {
    .wrapper-header,
    .wrapper-content,
    .wrapper-footer {
      max-width: -webkit-calc(880px - (30px));
      max-width: calc(880px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/* Icons */
.icon > svg {
  display: inline-block;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

/* Site header */
.site-header {
  border-bottom: 1px solid #e8e8e8; }

.wrapper-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px; }

.header-left {
  flex: 1 1 auto;
  padding-right: 60px; }
  .header-left .site-title {
    font-size: 24px; }
    .header-left .site-title code {
      font-size: 18px; }
    .header-left .site-title, .header-left .site-title:visited {
      color: #111; }

.header-right {
  flex: 0 1 auto; }
  .header-right .page-link {
    font-size: 17px; }
    .header-right .page-link:not(:last-child) {
      margin-right: 22.5px; }

/* Site footer */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding-top: 30px;
  padding-bottom: 30px; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }
  .footer-heading code {
    font-size: 13.5px; }

.footer-col-wrapper {
  color: #828282;
  text-align: center;
  margin-bottom: 7.5px; }
  .footer-col-wrapper > a {
    white-space: nowrap; }

/* Images */
.img-wrapper {
  padding-left: 15px;
  padding-right: 15px; }

img.center {
  margin: auto;
  /* Center image horizontally */
  margin-top: 22.5px;
  margin-bottom: 3.75px;
  padding: 2px;
  max-width: 100%;
  display: block;
  border: 1px solid #828282; }

.empty-caption {
  margin-bottom: 18.75px; }

img + em {
  margin-bottom: 15px;
  display: block;
  text-align: center;
  font-size: 14.8px;
  color: #5c5c5c; }

/* Todo */
.todo {
  border: 2px dashed #d65946;
  padding: 7.5px 15px;
  margin: 22.5px 15px;
  overflow: auto; }
  .todo:before {
    content: "TODO:";
    display: block;
    margin-bottom: 3.75px;
    font-weight: 500; }

/* Notes */
.note {
  border: 1px solid #d65946;
  padding: 7.5px 15px;
  margin: 22.5px 15px;
  overflow: auto; }
  .note:before {
    content: "Note:";
    display: block;
    margin-bottom: 3.75px;
    font-weight: 500; }

/* Footnotes */
.footnote:before {
  content: "["; }
.footnote:after {
  content: "]"; }

.footnotes > ol {
  list-style-type: none;
  counter-reset: ol-counter;
  margin: 0;
  margin-left: 22.5px;
  margin-right: 15px;
  padding: 0;
  font-size: 14.8px; }
  .footnotes > ol > li {
    position: relative;
    padding-left: 22.5px; }
  .footnotes > ol > li:after {
    content: "[" counter(ol-counter) "]:";
    counter-increment: ol-counter;
    position: absolute;
    top: 0;
    left: -30px;
    text-align: right;
    width: 45px;
    color: #828282;
    /* For older browsers and Safari */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

/* Page */
.page-content {
  padding-top: 30px;
  padding-bottom: 15px;
  flex: 1; }

/* Posts */
.post-header {
  margin-bottom: 15px; }

.post-title {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 3.75px;
  padding: 0;
  border: 0; }
  .post-title code {
    font-size: 24px; }
  @media screen and (max-width: 600px) {
    .post-title {
      font-size: 28px; }
      .post-title code {
        font-size: 21px; } }

.post-meta {
  color: #828282;
  font-size: 14.8px; }

.post-content {
  text-align: justify; }
  @media screen and (max-width: 600px) {
    .post-content {
      text-align: left; } }

.post-list {
  margin-left: 15px;
  list-style: none; }
  .post-list > li {
    margin-bottom: 15px; }

.post-info {
  margin-bottom: 15px; }

.post-link {
  font-size: 17px; }

.post-description {
  font-size: 14.8px; }

.related-posts {
  color: #828282;
  font-size: 14.8px; }

.post-filed {
  color: #828282;
  font-size: 14.8px;
  display: flex; }
  .post-filed p {
    flex: 1 1 auto; }
    .post-filed p:last-child {
      padding-left: 15px;
      text-align: right; }

.post-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14.8px; }
  .post-nav p {
    flex: 1 1 0;
    width: 45%; }
    .post-nav p:first-child {
      padding-right: 7.5px; }
    .post-nav p:last-child {
      padding-left: 7.5px;
      text-align: right; }

.post-footer {
  padding-bottom: 7.5px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px; }

/* Comments */
.comment-header {
  border: 0; }

.comment-counter {
  color: #5c5c5c; }

.comment-form {
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: 90px;
  margin-right: 90px; }
  @media screen and (max-width: 600px) {
    .comment-form {
      margin-left: 30px;
      margin-right: 30px; } }

.comment-form-message {
  margin-bottom: 7.5px;
  display: block;
  height: 96px;
  min-height: 96px;
  width: 100%;
  min-width: 25%;
  max-width: 100%;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.comment-form-bottom {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 700px) {
    .comment-form-bottom {
      flex-wrap: wrap; } }
  .comment-form-bottom div {
    flex: 1 1 auto; }
    .comment-form-bottom div:not(:first-child) {
      padding-left: 3.75px; }
      @media screen and (max-width: 700px) {
        .comment-form-bottom div:not(:first-child) {
          padding-left: 0; } }
    .comment-form-bottom div:not(:last-child) {
      padding-right: 3.75px; }
      @media screen and (max-width: 700px) {
        .comment-form-bottom div:not(:last-child) {
          padding-right: 0; } }
  @media screen and (max-width: 700px) {
    .comment-form-bottom .comment-form-optional {
      margin-bottom: 3.75px;
      width: 100%; } }
  .comment-form-bottom .comment-form-optional input {
    width: 100%;
    font-size: 13.6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .comment-form-bottom .comment-form-submit {
    text-align: right; }
    @media screen and (max-width: 700px) {
      .comment-form-bottom .comment-form-submit {
        margin-top: 3.75px;
        text-align: left; } }
    .comment-form-bottom .comment-form-submit button {
      font-size: 13.6px; }

.comment {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 12px 16px;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  line-height: 1.3;
  overflow-x: auto; }
  @media screen and (max-width: 600px) {
    .comment {
      margin-left: 0;
      margin-right: 0; } }

.comment-header {
  display: flex; }

.comment-header-left {
  flex: 1 1 auto; }

.comment-header-right {
  flex: 1 1 auto;
  margin-left: 3.75px; }

.comment-meta {
  color: #828282;
  font-size: 13.6px;
  margin-bottom: 15px; }

.comment-anchor {
  float: right; }

.comment-content {
  font-size: 14.8px; }
  .comment-content p {
    margin-bottom: 12px; }
  .comment-content > :last-child {
    margin-bottom: 0; }

.comment-leave {
  font-size: 17px;
  margin-bottom: 3.75px; }

.comment-info {
  color: #828282;
  font-size: 14.8px; }

.comment-counter {
  font-size: 17px; }

/* Copyright */
.copyright {
  font-size: 13.6px;
  color: #828282;
  text-align: center; }

/* Spoilers */
.spoiler {
  cursor: pointer;
  display: inline-block;
  color: #2a7ae2;
  margin-bottom: 15px;
  /* Prevent text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input#spoiler-check {
  display: none;
  /* hide the checkboxes */ }

/* Show */
input ~ .spoiler:before {
  content: '\2039  '; }
input ~ .spoiler:after {
  content: '  \203A'; }
input ~ .spoiler ~ ul#markdown-toc {
  display: none; }

/* Hide */
input:checked ~ .spoiler:before {
  content: '\203A  '; }
input:checked ~ .spoiler:after {
  content: '  \2039'; }
input:checked ~ .spoiler ~ ul#markdown-toc {
  display: block; }

/* TOC */
/**
 * Define colors
 */
/**
 * Syntax highlighting styles
 */
.highlight .hll {
  background-color: #112b47; }

/* Line highlight */
.highlight .lineno {
  color: #608079; }

/* Line numbers */
.highlight .c {
  color: #757575; }

/* Comment */
.highlight .err {
  color: #9d2512; }

/* Error */
.highlight .g {
  color: #bdbdb3; }

/* Generic */
.highlight .k {
  color: #5180b3; }

/* Keyword */
.highlight .l {
  color: #ab75c3; }

/* Literal */
.highlight .n {
  color: #ab75c3; }

/* Name */
.highlight .o {
  color: #bdbdb3; }

/* Operator */
.highlight .x {
  color: #ab75c3; }

/* Other */
.highlight .p {
  color: #bdbdb3; }

/* Punctuation */
.highlight .cm {
  color: #757575; }

/* Comment.Multiline */
.highlight .cp {
  color: #baba36; }

/* Comment.Preproc */
.highlight .c1 {
  color: #757575; }

/* Comment.Single */
.highlight .cs {
  color: #baba36; }

/* Comment.Special */
.highlight .gd {
  color: #6aaf50; }

/* Generic.Deleted */
.highlight .ge {
  color: #bdbdb3;
  font-style: italic; }

/* Generic.Emph */
.highlight .gr {
  color: #d65946; }

/* Generic.Error */
.highlight .gh {
  color: #ab75c3; }

/* Generic.Heading */
.highlight .gi {
  color: #baba36; }

/* Generic.Inserted */
.highlight .go {
  color: #bdbdb3; }

/* Generic.Output */
.highlight .gp {
  color: #bdbdb3; }

/* Generic.Prompt */
.highlight .gs {
  color: #bdbdb3; }

/* Generic.Strong */
.highlight .gu {
  color: #ab75c3; }

/* Generic.Subheading */
.highlight .gt {
  color: #bdbdb3; }

/* Generic.Traceback */
.highlight .kc {
  color: #ab75c3; }

/* Keyword.Constant */
.highlight .kd {
  color: #5180b3; }

/* Keyword.Declaration */
.highlight .kn {
  color: #baba36; }

/* Keyword.Namespace */
.highlight .kp {
  color: #baba36; }

/* Keyword.Pseudo */
.highlight .kr {
  color: #5180b3; }

/* Keyword.Reserved */
.highlight .kt {
  color: #d65946; }

/* Keyword.Type */
.highlight .ld {
  color: #bdbdb3; }

/* Literal.Date */
.highlight .m {
  color: #df9522; }

/* Literal.Number */
.highlight .s {
  color: #6aaf50; }

/* Literal.String */
.highlight .na {
  color: #baba36; }

/* Name.Attribute */
.highlight .nb {
  color: #ab75c3; }

/* Name.Builtin */
.highlight .nc {
  color: #058945; }

/* Name.Class */
.highlight .no {
  color: #ab75c3; }

/* Name.Constant */
.highlight .nd {
  color: #5180b3; }

/* Name.Decorator */
.highlight .ni {
  color: #df9522; }

/* Name.Entity */
.highlight .ne {
  color: #ab75c3; }

/* Name.Exception */
.highlight .nf {
  color: #058945; }

/* Name.Function */
.highlight .nl {
  color: #baba36; }

/* Name.Label */
.highlight .nn {
  color: #bdbdb3; }

/* Name.Namespace */
.highlight .nx {
  color: #bdbdb3; }

/* Name.Other */
.highlight .py {
  color: #baba36; }

/* Name.Property */
.highlight .nt {
  color: #5180b3; }

/* Name.Tag */
.highlight .nv {
  color: #5180b3; }

/* Name.Variable */
.highlight .ow {
  color: #baba36; }

/* Operator.Word */
.highlight .w {
  color: #bdbdb3; }

/* Text.Whitespace */
.highlight .mf {
  color: #df9522; }

/* Literal.Number.Float */
.highlight .mh {
  color: #df9522; }

/* Literal.Number.Hex */
.highlight .mi {
  color: #df9522; }

/* Literal.Number.Integer */
.highlight .mo {
  color: #df9522; }

/* Literal.Number.Oct */
.highlight .sb {
  color: #ab75c3; }

/* Literal.String.Backtick */
.highlight .sc {
  color: #6aaf50; }

/* Literal.String.Char */
.highlight .sd {
  color: #bdbdb3; }

/* Literal.String.Doc */
.highlight .s2 {
  color: #6aaf50; }

/* Literal.String.Double */
.highlight .se {
  color: #ab75c3; }

/* Literal.String.Escape */
.highlight .sh {
  color: #bdbdb3; }

/* Literal.String.Heredoc */
.highlight .si {
  color: #6aaf50; }

/* Literal.String.Interpol */
.highlight .sx {
  color: #6aaf50; }

/* Literal.String.Other */
.highlight .sr {
  color: #d65946; }

/* Literal.String.Regex */
.highlight .s1 {
  color: #6aaf50; }

/* Literal.String.Single */
.highlight .ss {
  color: #6aaf50; }

/* Literal.String.Symbol */
.highlight .bp {
  color: #5180b3; }

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #5180b3; }

/* Name.Variable.Class */
.highlight .vg {
  color: #5180b3; }

/* Name.Variable.Global */
.highlight .vi {
  color: #5180b3; }

/* Name.Variable.Instance */
.highlight .vm {
  color: #5180b3; }

/* Name.Variable.Magic */
.highlight .il {
  color: #6aaf50; }

/* Literal.Number.Integer.Long */
/**
 * Code formatting
 */
/* Applies to all code */
pre, code {
  font-family: "Hack", monospace;
  font-style: normal;
  font-feature-settings: "kern" off;
  font-kerning: none;
  font-variant: none;
  background-color: #eeeeff; }
  pre ::selection, code ::selection {
    color: #1a1a1a;
    background: #bdbdb3; }
  pre ::-moz-selection, code ::-moz-selection {
    color: #1a1a1a;
    background: #bdbdb3; }
  pre ::-webkit-selection, code ::-webkit-selection {
    color: #1a1a1a;
    background: #bdbdb3; }

blockquote code {
  color: #5c5c5c; }

/* Inline code, no highlight */
code {
  padding: 2px 4px;
  border-radius: 3px;
  white-space: nowrap; }

/* Inline code, highlight */
code.highlight {
  border-radius: 3px;
  color: #bdbdb3;
  background-color: #1a1a1a; }

/* Block code, no highlight */
pre {
  border-radius: 5px;
  margin: 22.5px 15px;
  padding: 8px 12px;
  overflow-x: auto;
  background-color: #f1f1ff; }
  pre code {
    border: 0;
    padding: 0;
    white-space: pre; }

/* Block code, highlight */
figure.highlight, div.highlight {
  position: relative; }
  figure.highlight pre, div.highlight pre {
    background-color: #1a1a1a; }
    figure.highlight pre code, div.highlight pre code {
      background-color: #1a1a1a;
      color: #bdbdb3;
      counter-reset: code;
      display: block;
      line-height: 1.5;
      /* Display language name */ }
      figure.highlight pre code[data-lang]:before, div.highlight pre code[data-lang]:before {
        content: attr(data-lang);
        position: absolute;
        right: 34px;
        font-size: 11px;
        top: -10px;
        padding-left: 7.5px;
        padding-right: 7.5px;
        border: 1px solid #828282;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        min-width: 40px;
        text-align: center;
        color: #8fbc8f;
        background-color: #1a1a1a; }
        @media screen and (max-width: 300px) {
          figure.highlight pre code[data-lang]:before, div.highlight pre code[data-lang]:before {
            visibility: hidden; } }
      figure.highlight pre code div, div.highlight pre code div {
        counter-increment: code;
        /* Line numbers */ }
        figure.highlight pre code div:before, div.highlight pre code div:before {
          color: #608079;
          content: counter(code);
          width: 14px;
          text-align: right;
          /* Add a nice border */
          display: inline-block;
          padding-right: 7.5px;
          margin-right: 12px;
          border-right: 1px solid #656565;
          /* For older browsers and Safari */
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }

/* Hide language */
.hide-lang + figure code:before {
  visibility: hidden; }

/**
 * Language-specific settings
 */
.language-liquid .p {
  color: #6aaf50; }

/**
 * ID-specific overrides
 */
#c-example + figure .kt {
  color: #5180b3; }

#liquid-example + figure .p {
  color: #bdbdb3; }

#borders-example + figure div:before {
  padding-left: 0.625em;
  border-left: 1px solid #656565; }
#borders-example + figure div:first-of-type::before {
  padding-top: 0.25em;
  border-top: 1px solid #656565;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
#borders-example + figure div:last-of-type::before {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #656565;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

#yaml-example + figure .na, #yaml-example + figure .s {
  color: #ab75c3; }

.hl-1 + figure .line-1 {
  background-color: #112b47; }
