@charset "UTF-8";
/* PrismJS 1.11.0
http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+lua+php+scss&plugins=line-highlight+line-numbers+toolbar+show-language */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/
code[class*="language-"],
pre[class*="language-"] {
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	line-height: 1.6;

	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-wrap: normal;
	word-break: normal;
	-moz-tab-size: 3;
	  -o-tab-size: 3;
	     tab-size: 3;
	-webkit-hyphens: none;
	    -ms-hyphens: none;
	        hyphens: none; 

	color: #000511;
	background: none;
	text-shadow: 0 1px rgba(255, 255, 255, .4);}

code[class*="language-diff"],
pre[class*="language-diff"] {
	color: #75797C; }

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

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

/* Code blocks */
pre[class*="language-"] {
	overflow: auto; 

	padding: 1em;}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #EDEEF1; }

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: 1px .5em;

	white-space: normal; }

.namespace {
	opacity: .7; }

.token.coord {
	color: #000511; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #95A0AA; }

.token.comment {
	text-shadow: none; }

.token.punctuation {
	color: #999; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #B7136E; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #40A302; }

.token.operator,
.token.entity,
.token.url {
	color: #A67F59; }

.language-css .token.string,
.style .token.string {
	color: #A67F59; }

.token.atrule,
.token.attr-value {
	color: #07A; }

.token.keyword {
	color: #1472D0; }

.token.function {
	color: #9E44D8; }

.token.regex,
.token.important,
.token.variable {
	color: #E89500; }

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

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

.token.entity {
	cursor: help; }

.language-diff .token.important {
	font-weight: 400; }

pre[data-line] {
	position: relative;

	padding: 1em 0 1em 3em; }

.line-highlight {
	line-height: inherit;

	position: absolute;
	right: 0;
	left: 0;

	margin-top: 1em;
	padding: inherit 0;

	-webkit-user-select: none;

	   -moz-user-select: none;

	    -ms-user-select: none;

	        user-select: none; 
	white-space: pre;
	pointer-events: none;
	/* Same as .prism窶冱 padding-top */

	background: -webkit-linear-gradient(left, HSLA(201, 59%, 63%, .32) 3.06em, HSLA(201, 59%, 63%, .13) 0, HSLA(201, 59%, 63%, .13) 70%, rgba(105, 177, 216, .001));

	background: linear-gradient(to right, HSLA(201, 59%, 63%, .32) 3.06em, HSLA(201, 59%, 63%, .13) 0, HSLA(201, 59%, 63%, .13) 70%, rgba(105, 177, 216, .001));}
.line-highlight:before,
.line-highlight[data-end]:after {
	font: bold 65%/1.5 sans-serif;

	position: absolute;
	top: .4em;
	left: .6em;

	min-width: 1em;
	padding: 0 .5em;

	content: attr(data-start);
	text-align: center;
	vertical-align: .3em;

	color: #FFF;
	border-radius: 999px;
	background-color: rgba(102, 135, 153, .4);
	box-shadow: 0 1px rgba(255, 255, 255, .5), 1px 1px rgba(0, 0, 0, .1) inset; 
	text-shadow: 1px 1px rgba(0, 0, 0, .1);}
.line-highlight[data-end]:after {
	top: auto;
	bottom: .4em; 

	content: attr(data-end);}

.line-numbers .line-highlight:before,
.line-numbers .line-highlight:after {
	content: none; }

pre.line-numbers {
	position: relative;

	padding-left: 3.8em;

	counter-reset: linenumber; }
pre.line-numbers > code {
	position: relative;

	white-space: inherit; }

.line-numbers .line-numbers-rows {
	font-size: 100%;

	position: absolute;
	top: 0;
	left: -3.8em;

	width: 3em;

	-webkit-user-select: none;

	   -moz-user-select: none;

	    -ms-user-select: none;

	        user-select: none;
	/* works for line-numbers below 1000 lines */
	letter-spacing: -1px;
	pointer-events: none;

	border-right: 1px solid #DBE1E5;
	background: rgba(219, 225, 229, .3); 
	box-shadow: 1px 0 0 rgba(255, 255, 255, .4), 1px 0 0 #EDEEF1 inset;}

.line-numbers-rows > span {
	display: block;

	counter-increment: linenumber; 
	pointer-events: none;}
.line-numbers-rows > span:before {
	display: block;

	padding-right: .8em;

	content: counter(linenumber);
	text-align: right; 

	color: #8E9596;
	text-shadow: none;}

pre.code-toolbar {
	line-height: 1; 

	position: relative;}
pre.code-toolbar > .toolbar {
	position: absolute;
	top: 2px;
	right: 2px;

	-webkit-transition: opacity .3s ease-in-out;

	transition: opacity .3s ease-in-out;

	opacity: 0; }
pre.code-toolbar:hover > .toolbar {
	opacity: 1; }
pre.code-toolbar > .toolbar .toolbar-item {
	display: inline-block; }
pre.code-toolbar > .toolbar a,
pre.code-toolbar > .toolbar button,
pre.code-toolbar > .toolbar span {
	font-size: 12px;
	font-size: .75rem;
	font-weight: 400;
	line-height: normal;

	padding: 1px .5em;

	-webkit-user-select: none;

	   -moz-user-select: none;

	    -ms-user-select: none;

	        user-select: none;
	text-decoration: none; 

	color: #FFF;
	border: 0;
	border-radius: 2px;
	background: #595A5D;}
pre.code-toolbar > .toolbar a:hover,
pre.code-toolbar > .toolbar a:active,
pre.code-toolbar > .toolbar button:hover,
pre.code-toolbar > .toolbar button:active,
pre.code-toolbar > .toolbar span:hover,
pre.code-toolbar > .toolbar span:active {
	background: #95979A; }
@media print{
	code[class*="language-"],
	pre[class*="language-"]{
		text-shadow: none;}}

/*# sourceMappingURL=../_css_maps/prism.css.map */
