/* Colors */
/* Fonts */
/* This is the asciidoctor default */
/* #f7f7f8;  */
/* #f7f8f7; */
/** 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-family: "Chronicle SSm A", "Chronicle SSm B", serif; font-size: 18px; font-weight: 300; font-style: normal; line-height: 1.5; letter-spacing: 0.03em; color: black; background-color: #fdfdfd; -webkit-text-size-adjust: 100%; text-rendering: optimizeLegibility; }

@media screen and (max-width: 600px) { body { font-size: 18px; } }

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

/** Images */
img { max-width: 100%; vertical-align: middle; margin-right: 10px; margin-left: 10px; }

.imageblock { margin: 10px 0px 20px 0px; }

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

figcaption { font-size: 15.75px; }

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

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

/** Headings */
h1, h2, h3, h4, h5, h6 { font-weight: 400; }

/** Links */
a { color: #2a7ae2; text-decoration: none; }

a:visited { color: #1756a9; }

a:hover { color: #111; text-decoration: underline; }

/** Footnotes */
.footnote { font-size: 10px; }

@media screen and (max-width: 600px) { .footnote { font-size: 14px; } }

/** Wrapper */
.wrapper { max-width: -webkit-calc(700px - (26px * 2)); max-width: calc(700px - (26px * 2)); margin-right: auto; margin-left: auto; padding-right: 26px; padding-left: 26px; }

@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(700px - (26px)); max-width: calc(700px - (26px)); padding-right: 13px; padding-left: 13px; } }

/** Clearfix */
.wrapper:after, .footer-col-wrapper:after { content: ""; display: table; clear: both; }

span.image.right > img { float: left; margin: 10px; }

span.image.left > img { float: right; margin: 10px; }

/** Icons */
.icon > svg { display: inline-block; width: 16px; height: 16px; vertical-align: middle; }

.icon > svg path { fill: #828282; }

/** Site header */
.site-header { /* border-top: 5px solid $grey-color-dark; */ border-bottom: 1px solid #e8e8e8; min-height: 56px; position: relative; }

.site-title { font-family: "Chronicle Display A", "Chronicle Display B", serif; font-size: 26px; font-weight: 400; line-height: 56px; letter-spacing: 0.05em; margin-bottom: 0; margin-left: -10px; float: left; }

.site-title, .site-title:visited { color: #424242; }

.site-title img { border-radius: 5px; }

.site-nav { float: right; line-height: 56px; }

.site-nav .menu-icon { display: none; }

.site-nav .page-link { color: #111; line-height: 1.5; }

.site-nav .page-link:not(:first-child) { margin-left: 20px; }

@media screen and (max-width: 600px) { .site-nav { position: absolute; top: 9px; right: 30px; background-color: #fdfdfd; border: 1px solid #e8e8e8; border-radius: 5px; text-align: right; }
  .site-nav .menu-icon { display: block; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; }
  .site-nav .menu-icon > svg { width: 18px; height: 15px; }
  .site-nav .menu-icon > svg path { fill: #424242; }
  .site-nav .trigger { clear: both; display: none; }
  .site-nav:hover .trigger { display: block; padding-bottom: 5px; }
  .site-nav .page-link { display: block; padding: 5px 10px; } }

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

.footer-heading { font-size: 18px; margin-bottom: 13px; }

.contact-list, .social-media-list { list-style: none; margin-left: 0; }

.footer-col-wrapper { font-size: 12px; color: #828282; margin-left: -13px; }

.footer-col { float: left; margin-bottom: 13px; padding-left: 13px; }

.footer-col-1 { width: -webkit-calc(50% - (26px / 2)); width: calc(50% - (26px / 2)); }

.footer-col-2 { width: -webkit-calc(50% - (26px / 2)); width: calc(50% - (26px / 2)); }

@media screen and (max-width: 800px) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (26px / 2)); width: calc(50% - (26px / 2)); } }

@media screen and (min-width: 700px) { .social-media-list { float: right; } }

@media screen and (max-width: 600px) { .footer-col { float: none; width: -webkit-calc(100% - (26px / 2)); width: calc(100% - (26px / 2)); } }

/** Page content */
.page-content { padding: 26px 0; }

.page-heading { font-size: 20px; }

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

.post-list > li { font-family: "Whitney A", "Whitney B", sans-serif; letter-spacing: 0.09em; margin-bottom: 26px; }

.post-list h2 { margin-bottom: 0; }

.post-meta { font-family: "Whitney A", "Whitney B", sans-serif; font-size: 15.75px; color: #828282; }

@media screen and (max-width: 600px) { .post-meta { font-size: 15px; } }

.post-link { display: block; font-size: 24px; font-weight: 300; }

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

.post-title { font-family: "Whitney A", "Whitney B", sans-serif; font-weight: 400; letter-spacing: 0.08em; line-height: 1; }

@media screen and (max-width: 800px) { .post-title { font-size: 30px; } }

@media screen and (max-width: 600px) { .post-title { font-size: 30px; } }

.post-content { margin-bottom: 26px; /** Blockquotes */ /* blockquote { */ /* 	color: $grey-color; */ /* 	border-left: 4px solid $grey-color-light; */ /* 	padding-left: $spacing-unit / 2; */ /* 	font-size: $base-font-size; */ /* 	> :last-child { */ /*         margin-bottom: 0; */ /* 	} */ /* } */ /* Tables */ /* table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f8f8f7; } */ /* .quoteblock.abstract { margin: 0 0 1.25em 0; display: block; } */ /* .quoteblock.abstract blockquote, .quoteblock.abstract blockquote p { text-align: left; word-spacing: 0; } */ /* .quoteblock.abstract blockquote:before, .quoteblock.abstract blockquote p:first-of-type:before { display: none; } */ /* Verse blocks */ /** Code formatting */ }

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

.post-content strong, .post-content b, .post-content dt { font-style: normal; font-weight: 600; font-style: normal; line-height: inherit; }

.post-content small { font-size: 60%; line-height: inherit; }

.post-content h1, .post-content h2, .post-content h3, .post-content #toctitle, .post-content .sidebarblock > .content > .title, .post-content h4, .post-content h5, .post-content h6 { font-family: "Whitney A", "Whitney B", sans-serif; font-weight: 400; font-style: normal; letter-spacing: 0.04em; color: #ba3925; text-rendering: optimizeLegibility; margin-top: 1em; margin-bottom: 0.5em; line-height: 1.2em; }

.post-content h2 { font-weight: 400; font-size: 28px; }

.post-content h3 { font-style: normal; font-weigth: 400; font-size: 22px; }

.post-content h4 { font-size: 18px; font-weight: 400; }

.post-content .stemblock { overflow-x: auto; }

.post-content table { border-collapse: collapse; border-spacing: 0; display: block; overflow-x: scroll; }

.post-content table { background: white; margin-bottom: 1.25em; border: solid 1px #dedede; }

.post-content table thead, .post-content table tfoot { font-family: "Chronicle SSm A", "Chronicle SSm B", serif; font-style: normal; font-weight: 700; background: #f0f0f0; }

.post-content table thead tr th, .post-content table thead tr td, .post-content table tfoot tr th, .post-content table tfoot tr td { padding: 0.5em 0.625em 0.625em; font-size: 16.4px; color: rgba(0, 0, 0, 0.8); text-align: left; }

.post-content table tr th, .post-content table tr td { padding: 0.5625em 0.625em; font-size: 14.4px; color: rgba(0, 0, 0, 0.8); }

.post-content table thead tr th, .post-content table tfoot tr th, .post-content table tbody tr td, .post-content table tr td, .post-content table tfoot tr td { display: table-cell; line-height: 1.6; }

.post-content table.pyhltable { border-collapse: separate; border: 0; margin-bottom: 0; background: none; }

.post-content table.pyhltable td { vertical-align: top; padding-top: 0; padding-bottom: 0; }

.post-content table.pyhltable td.code { padding-left: .75em; padding-right: 0; }

.post-content pre.pygments .lineno, .post-content table.pyhltable td:not(.code) { color: #999; padding-left: 0; padding-right: .5em; border-right: 1px solid #ddddd8; }

.post-content table.pyhltable .linenodiv { background: none !important; padding-right: 0 !important; }

.post-content table.tableblock { max-width: 100%; border-collapse: separate; }

.post-content table.tableblock td > .paragraph:last-child p > p:last-child, .post-content table.tableblock th > p:last-child, .post-content table.tableblock td > p:last-child { margin-bottom: 0; }

.post-content table.spread { width: 100%; }

.post-content th.halign-left, .post-content td.halign-left { text-align: left; }

.post-content th.halign-right, .post-content td.halign-right { text-align: right; }

.post-content th.halign-center, .post-content td.halign-center { text-align: center; }

.post-content th.valign-top, .post-content td.valign-top { vertical-align: top; }

.post-content th.valign-bottom, .post-content td.valign-bottom { vertical-align: bottom; }

.post-content th.valign-middle, .post-content td.valign-middle { vertical-align: middle; }

.post-content table thead th, .post-content table tfoot th { font-weight: 700; }

.post-content tbody tr th { display: table-cell; line-height: 1.6; background: #f7f8f7; }

.post-content tbody tr th, .post-content tbody tr th p, .post-content tfoot tr th, .post-content tfoot tr th p { color: rgba(0, 0, 0, 0.8); font-weight: bold; }

.post-content p.tableblock > code:only-child { background: none; padding: 0; }

.post-content p.tableblock { font-size: 1em; }

.post-content .audioblock, .post-content .imageblock, .post-content .literalblock, .post-content .listingblock, .post-content .stemblock, .post-content .videoblock { margin-bottom: 1.25em; }

.post-content .admonitionblock td.content > .title, .post-content .audioblock > .title, .post-content .exampleblock > .title, .post-content .imageblock > .title, .post-content .listingblock > .title, .post-content .literalblock > .title, .post-content .stemblock > .title, .post-content .openblock > .title, .post-content .paragraph > .title, .post-content .quoteblock > .title, .post-content table.tableblock > .title, .post-content .verseblock > .title, .post-content .videoblock > .title, .post-content .dlist > .title, .post-content .olist > .title, .post-content .ulist > .title, .post-content .qlist > .title, .post-content .hdlist > .title { text-rendering: optimizeLegibility; text-align: center; font-style: italic; font-size: 1rem; }

.post-content .subheader, .post-content .admonitionblock td.content > .title, .post-content .audioblock > .title, .post-content .exampleblock > .title, .post-content .imageblock > .title, .post-content .listingblock > .title, .post-content .literalblock > .title, .post-content .stemblock > .title, .post-content .openblock > .title, .post-content .paragraph > .title, .post-content .quoteblock > .title, .post-content table.tableblock > .title, .post-content .verseblock > .title, .post-content .videoblock > .title, .post-content .dlist > .title, .post-content .olist > .title, .post-content .ulist > .title, .post-content .qlist > .title, .post-content .hdlist > .title { line-height: 1.45; color: #111; font-weight: 400; margin-top: .25em; margin-bottom: .25em; }

.post-content span.footnote, .post-content span.footnoteref { vertical-align: super; font-size: 0.75em; }

.post-content span.footnote a, .post-content span.footnoteref a { text-decoration: none; }

.post-content span.footnote a:active, .post-content span.footnoteref a:active { text-decoration: underline; }

.post-content .image { margin-top: 1em; margin-bottom: 1em; }

.post-content .big { font-size: larger; }

.post-content .small { font-size: smaller; }

.post-content .underline { text-decoration: underline; }

.post-content .overline { text-decoration: overline; }

.post-content .line-through { text-decoration: line-through; }

.post-content .aqua { color: #00bfbf; }

.post-content .aqua-background { background-color: #00fafa; }

.post-content .black { color: black; }

.post-content .black-background { background-color: black; }

.post-content .blue { color: #0000bf; }

.post-content .blue-background { background-color: #0000fa; }

.post-content .fuchsia { color: #bf00bf; }

.post-content .fuchsia-background { background-color: #fa00fa; }

.post-content .gray { color: #606060; }

.post-content .gray-background { background-color: #7d7d7d; }

.post-content .green { color: #006000; }

.post-content .green-background { background-color: #007d00; }

.post-content .lime { color: #00bf00; }

.post-content .lime-background { background-color: #00fa00; }

.post-content .maroon { color: #600000; }

.post-content .maroon-background { background-color: #7d0000; }

.post-content .navy { color: #000060; }

.post-content .navy-background { background-color: #00007d; }

.post-content .olive { color: #606000; }

.post-content .olive-background { background-color: #7d7d00; }

.post-content .purple { color: #600060; }

.post-content .purple-background { background-color: #7d007d; }

.post-content .red { color: #bf0000; }

.post-content .red-background { background-color: #fa0000; }

.post-content .silver { color: #909090; }

.post-content .silver-background { background-color: #bcbcbc; }

.post-content .teal { color: #006060; }

.post-content .teal-background { background-color: #007d7d; }

.post-content .white { color: #bfbfbf; }

.post-content .white-background { background-color: #fafafa; }

.post-content .yellow { color: #bfbf00; }

.post-content .yellow-background { background-color: #fafa00; }

.post-content span.icon > .fa { cursor: default; }

.post-content .admonitionblock td.icon [class^="fa icon-"] { font-size: 2.5em; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); cursor: default; }

.post-content .admonitionblock td.icon .icon-note:before { content: "\f05a"; color: #19407c; }

.post-content .admonitionblock td.icon .icon-tip:before { content: "\f0eb"; text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8); color: #111; }

.post-content .admonitionblock td.icon .icon-warning:before { content: "\f071"; color: #bf6900; }

.post-content .admonitionblock td.icon .icon-caution:before { content: "\f06d"; color: #bf3400; }

.post-content .admonitionblock td.icon .icon-important:before { content: "\f06a"; color: #bf0000; }

.post-content .admonitionblock > table { border-collapse: separate; border: 0; background: none; width: 100%; }

.post-content .admonitionblock > table td.icon { text-align: center; width: 80px; }

.post-content .admonitionblock > table td.icon img { max-width: none; }

.post-content .admonitionblock > table td.icon .title { font-weight: bold; font-family: "Open Sans", "DejaVu Sans", sans-serif; text-transform: uppercase; }

.post-content .admonitionblock > table td.content { padding-left: 1.125em; padding-right: 1.25em; border-left: 1px solid #ddddd8; color: rgba(0, 0, 0, 0.6); }

.post-content .admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0; }

.post-content .quoteblock { margin: 0 1em 1.25em 1.5em; display: table; }

.post-content .quoteblock > .title { margin-left: -1.5em; margin-bottom: 0.75em; }

.post-content .quoteblock blockquote { border-left: 4px solid #e8e8e8; }

.post-content .quoteblock blockquote, .post-content .quoteblock blockquote p { color: #828282; padding-left: 13px; font-family: "Chronicle SSm A", "Chronicle SSm B", serif; font-weight: 300; font-style: normal; font-size: 18px; }

.post-content .quoteblock blockquote > :last-child, .post-content .quoteblock blockquote p > :last-child { margin-bottom: 0; }

.post-content .quoteblock blockquote > .paragraph:last-child p { margin-bottom: 0; }

.post-content .quoteblock .attribution { margin-top: 0.5em; margin-right: 0.5ex; text-align: right; }

.post-content .quoteblock .quoteblock { margin-left: 0; margin-right: 0; padding: 0.5em 0; border-left: 3px solid rgba(0, 0, 0, 0.6); }

.post-content .quoteblock .quoteblock blockquote { padding: 0 0 0 0.75em; }

.post-content .quoteblock .quoteblock blockquote:before { display: none; }

.post-content .quoteblock .attribution, .post-content .verseblock .attribution { font-size: 0.9375em; line-height: 1.45; font-style: italic; }

.post-content .quoteblock .attribution br, .post-content .verseblock .attribution br { display: none; }

.post-content .quoteblock .attribution cite, .post-content .verseblock .attribution cite { display: block; color: rgba(0, 0, 0, 0.6); }

.post-content .verseblock { margin: 0 1em 1.25em 1em; }

.post-content .verseblock pre { font-family: "Chronicle SSm A", "Chronicle SSm B", serif; font-size: 1.15rem; color: rgba(0, 0, 0, 0.85); font-weight: 300; text-rendering: optimizeLegibility; }

.post-content .verseblock pre strong { font-weight: 600; }

.post-content .verseblock .attribution { margin-top: 1.25rem; margin-left: 0.5ex; }

.post-content .literalblock pre, .post-content .listingblock pre:not(.highlight), .post-content .listingblock pre[class="highlight"], .post-content .listingblock pre[class^="highlight "], .post-content .listingblock pre.CodeRay, .post-content .listingblock pre.prettyprint { background: #fdfdfd; }

.post-content .listingblock pre.highlightjs { padding: 0; }

.post-content .listingblock pre.highlightjs > code { padding: 1em; -webkit-border-radius: 4px; border-radius: 4px; }

.post-content .listingblock pre.prettyprint { border-width: 0; }

.post-content .listingblock > .content { position: relative; }

.post-content .listingblock code[data-lang]:before { display: none; content: attr(data-lang); position: absolute; font-size: 0.75em; top: 0.425rem; right: 0.5rem; line-height: 1; text-transform: uppercase; color: #999; }

.post-content .listingblock:hover code[data-lang]:before { display: block; }

.post-content .listingblock.terminal pre .command:before { content: attr(data-prompt); padding-right: 0.5em; color: #999; }

.post-content .listingblock.terminal pre .command:not([data-prompt]):before { content: "$"; }

.post-content code, .post-content kbd, .post-content pre, .post-content samp { font-family: "Inconsolata", Hack, monospace; font-size: 16px; font-weight: 300; font-style: normal; }

.post-content code { color: rgba(0, 0, 0, 0.9); }

.post-content *:not(pre) > code { font-size: 16.2px; font-style: normal !important; letter-spacing: 0; padding: .1em .5ex; word-spacing: -.15em; background-color: #f7f7f8; -webkit-border-radius: 4px; border-radius: 4px; line-height: 1.45; text-rendering: optimizeSpeed; }

.post-content pre, .post-content pre > code { font-family: "Inconsolata", Hack, monospace; font-weight: 400; line-height: 1.45; color: rgba(0, 0, 0, 0.9); overflow-x: scroll; padding: 8px 12px; text-rendering: optimizeSpeed; }

.post-content pre { padding: 8px 12px; }

.post-content pre > code { border: 0; padding-right: 0; padding-left: 0; }

.post-content .ulist { margin-top: 10px; }

.post-content .ulist ul { margin-left: 40px; }

.post-content .ulist ul > li > p { margin-bottom: 6px; }

.post-content .olist { margin-top: 10px; }

.post-content .olist ol { margin-left: 40px; }

.post-content .olist ol > li > p { margin-bottom: 6px; }

.post-content .videoblock { width: 100%; }

.pagination .previous { float: left; text-size: 15.75px; }

.pagination .next { float: right; text-size: 15.75px; }

.pagination .disabled { color: #828282; }

.listingblock .pygments .hll { background-color: #ffffcc; }

.listingblock .pygments { background: #fdfdfd; }

.listingblock .pygments .tok-c { color: #177500; }

/* Comment */
.listingblock .pygments .tok-err { color: #000000; }

/* Error */
.listingblock .pygments .tok-k { color: #A90D91; }

/* Keyword */
.listingblock .pygments .tok-l { color: #1C01CE; }

/* Literal */
.listingblock .pygments .tok-n { color: #000000; }

/* Name */
.listingblock .pygments .tok-o { color: #000000; }

/* Operator */
.listingblock .pygments .tok-cm { color: #177500; }

/* Comment.Multiline */
.listingblock .pygments .tok-cp { color: #633820; }

/* Comment.Preproc */
.listingblock .pygments .tok-c1 { color: #177500; }

/* Comment.Single */
.listingblock .pygments .tok-cs { color: #177500; }

/* Comment.Special */
.listingblock .pygments .tok-kc { color: #A90D91; }

/* Keyword.Constant */
.listingblock .pygments .tok-kd { color: #A90D91; }

/* Keyword.Declaration */
.listingblock .pygments .tok-kn { color: #A90D91; }

/* Keyword.Namespace */
.listingblock .pygments .tok-kp { color: #A90D91; }

/* Keyword.Pseudo */
.listingblock .pygments .tok-kr { color: #A90D91; }

/* Keyword.Reserved */
.listingblock .pygments .tok-kt { color: #A90D91; }

/* Keyword.Type */
.listingblock .pygments .tok-ld { color: #1C01CE; }

/* Literal.Date */
.listingblock .pygments .tok-m { color: #1C01CE; }

/* Literal.Number */
.listingblock .pygments .tok-s { color: #C41A16; }

/* Literal.String */
.listingblock .pygments .tok-na { color: #836C28; }

/* Name.Attribute */
.listingblock .pygments .tok-nb { color: #A90D91; }

/* Name.Builtin */
.listingblock .pygments .tok-nc { color: #3F6E75; }

/* Name.Class */
.listingblock .pygments .tok-no { color: #000000; }

/* Name.Constant */
.listingblock .pygments .tok-nd { color: #000000; }

/* Name.Decorator */
.listingblock .pygments .tok-ni { color: #000000; }

/* Name.Entity */
.listingblock .pygments .tok-ne { color: #000000; }

/* Name.Exception */
.listingblock .pygments .tok-nf { color: #000000; }

/* Name.Function */
.listingblock .pygments .tok-nl { color: #000000; }

/* Name.Label */
.listingblock .pygments .tok-nn { color: #000000; }

/* Name.Namespace */
.listingblock .pygments .tok-nx { color: #000000; }

/* Name.Other */
.listingblock .pygments .tok-py { color: #000000; }

/* Name.Property */
.listingblock .pygments .tok-nt { color: #000000; }

/* Name.Tag */
.listingblock .pygments .tok-nv { color: #000000; }

/* Name.Variable */
.listingblock .pygments .tok-ow { color: #000000; }

/* Operator.Word */
.listingblock .pygments .tok-mb { color: #1C01CE; }

/* Literal.Number.Bin */
.listingblock .pygments .tok-mf { color: #1C01CE; }

/* Literal.Number.Float */
.listingblock .pygments .tok-mh { color: #1C01CE; }

/* Literal.Number.Hex */
.listingblock .pygments .tok-mi { color: #1C01CE; }

/* Literal.Number.Integer */
.listingblock .pygments .tok-mo { color: #1C01CE; }

/* Literal.Number.Oct */
.listingblock .pygments .tok-sb { color: #C41A16; }

/* Literal.String.Backtick */
.listingblock .pygments .tok-sc { color: #2300CE; }

/* Literal.String.Char */
.listingblock .pygments .tok-sd { color: #C41A16; }

/* Literal.String.Doc */
.listingblock .pygments .tok-s2 { color: #C41A16; }

/* Literal.String.Double */
.listingblock .pygments .tok-se { color: #C41A16; }

/* Literal.String.Escape */
.listingblock .pygments .tok-sh { color: #C41A16; }

/* Literal.String.Heredoc */
.listingblock .pygments .tok-si { color: #C41A16; }

/* Literal.String.Interpol */
.listingblock .pygments .tok-sx { color: #C41A16; }

/* Literal.String.Other */
.listingblock .pygments .tok-sr { color: #C41A16; }

/* Literal.String.Regex */
.listingblock .pygments .tok-s1 { color: #C41A16; }

/* Literal.String.Single */
.listingblock .pygments .tok-ss { color: #C41A16; }

/* Literal.String.Symbol */
.listingblock .pygments .tok-bp { color: #5B269A; }

/* Name.Builtin.Pseudo */
.listingblock .pygments .tok-vc { color: #000000; }

/* Name.Variable.Class */
.listingblock .pygments .tok-vg { color: #000000; }

/* Name.Variable.Global */
.listingblock .pygments .tok-vi { color: #000000; }

/* Name.Variable.Instance */
.listingblock .pygments .tok-il { color: #1C01CE; }

/* Literal.Number.Integer.Long */

/*# sourceMappingURL=main.css.map */