/*

Name: Base16 Solarized Light Author: Ethan Schoonover (ethanschoonover.com/solarized)

Prism template by Bram de Haan (atelierbram.github.io/syntax-highlighting/prism/) Original Base16 color scheme by Chris Kempson (github.com/chriskempson/base16)

*/

code, pre {

color: #fdf6e3;
font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
font-size: 14px;
line-height: 1.375;
direction: ltr;
text-align: left;
word-spacing: normal;

-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;

-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none; 
white-space: pre; 
white-space: pre-wrap; 
word-break: break-all;
word-wrap: break-word; 
background: #fdf6e3; 
color: #586e75;

}

/* Code blocks */ pre {

padding: 1em;
margin: .5em 0;
overflow: auto;

}

/* Inline code */ :not(pre) > code {

padding: .1em;
border-radius: .3em;

}

.token.comment, .token.prolog, .token.doctype, .token.cdata {

color: #93a1a1;

}

.token.punctuation {

color: #586e75;

}

.namespace {

opacity: .7;

}

.token.null, .token.operator, .token.boolean, .token.number {

color: #cb4b16;

} .token.property {

color: #b58900;

} .token.tag {

color: #268bd2;

} .token.string {

color: #2aa198;

} .token.selector {

color: #6c71c4;

} .token.attr-name {

color: #cb4b16;

} .token.entity, .token.url, .language-css .token.string, .style .token.string {

color: #2aa198;

}

.token.attr-value, .token.keyword, .token.control, .token.directive, .token.unit {

color: #859900;

}

.token.statement, .token.regex, .token.atrule {

color: #2aa198;

}

.token.placeholder, .token.variable {

color: #268bd2;

}

.token.important {

color: #dc322f;
font-weight: bold;

}

.token.entity {

cursor: help;

}

pre > code.highlight {

outline: .4em solid red;
outline-offset: .4em;

}