.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter, .syntaxhighlighter td, .syntaxhighlighter tr, .syntaxhighlighter tbody, .syntaxhighlighter thead, .syntaxhighlighter caption, .syntaxhighlighter textarea
{
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	background: none;
	border: 0;
	bottom: auto;
	float: none;
	left: auto;
	line-height: 1.3em;
	margin: 0;
	outline: 0;
	overflow: visible;
	padding: 0;
	position: static;
	right: auto;
	text-align: left;
	top: auto;
	vertical-align: baseline;
	box-sizing: content-box;
	font-family: Monaco,Menlo,Consolas, "Courier New" ,monospace;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
}
.syntaxhighlighter
{
	
	margin: 0.3em 0 0.3em 0;
	position: relative;
	overflow-x: auto !important;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.syntaxhighlighter.source
{
	overflow: hidden;
}
.syntaxhighlighter .bold
{
	font-weight: bold;
}
.syntaxhighlighter .italic
{
	font-style: italic;
}
.syntaxhighlighter .gutter div
{
	white-space: pre;
	word-wrap: normal;
}
.syntaxhighlighter caption
{
	text-align: left;
	padding: 0.5em 0 0.5em 1em;
}
.syntaxhighlighter td.code
{
	width: auto !important;
}
.syntaxhighlighter td.code .container
{
	position: relative;
}
.syntaxhighlighter td.code .container textarea
{
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border: none;
	background: white;
	padding-left: 1em;
	overflow: hidden;
	white-space: pre;
	
}
.syntaxhighlighter td.gutter .line
{
	text-align: right;
	padding: 0 .5em 0 1em;
}
.syntaxhighlighter td.code .line
{
	padding: 0 1em;
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line
{
	padding-left: 0;
}
.syntaxhighlighter.show
{
	display: block;
}
.syntaxhighlighter.collapsed table
{
	display: none;
}
.syntaxhighlighter.collapsed .toolbar
{
	padding: .1em .8em 0 .8em;
	font-size: 1em;
	position: static;
	width: auto;
}
.syntaxhighlighter.collapsed .toolbar span
{
	display: inline;
	margin-right: 1em;
}
.syntaxhighlighter.collapsed .toolbar span a
{
	padding: 0;
	display: none;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource
{
	display: inline;
}
.syntaxhighlighter .toolbar
{
	position: absolute;
	right: 1px;
	top: 1px;
	width: 11px;
	height: 11px;
	font-size: 10px;
	z-index: 10;
}
.syntaxhighlighter .toolbar span.title
{
	display: inline;
}
.syntaxhighlighter .toolbar a
{
	display: block;
	text-align: center;
	text-decoration: none;
	padding-top: 1px;
}
.syntaxhighlighter .toolbar a.expandSource
{
	display: none;
}
.syntaxhighlighter.ie
{
	font-size: .9em;
	padding: 1px 0 1px 0;
}
.syntaxhighlighter.ie .toolbar
{
	line-height: 8px;
}
.syntaxhighlighter.ie .toolbar a
{
	padding-top: 0;
}
.syntaxhighlighter.printing .line.alt1 .content, .syntaxhighlighter.printing .line.alt2 .content, .syntaxhighlighter.printing .line.highlighted .number, .syntaxhighlighter.printing .line.highlighted.alt1 .content, .syntaxhighlighter.printing .line.highlighted.alt2 .content
{
	background: none;
}
.syntaxhighlighter.printing .line .number
{
	color: #bbb;
}
.syntaxhighlighter.printing .line .content
{
	color: black;
}
.syntaxhighlighter.printing .toolbar
{
	display: none;
}
.syntaxhighlighter.printing a
{
	text-decoration: none;
}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a
{
	color: black;
}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a
{
	color: #008200;
}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a
{
	color: blue;
}
.syntaxhighlighter.printing .keyword
{
	color: #0000FF;
	font-weight: bold;
}
.syntaxhighlighter.printing .preprocessor
{
	color: gray;
}
.syntaxhighlighter.printing .variable
{
	color: #a70;
}
.syntaxhighlighter.printing .value
{
	color: #090;
}
.syntaxhighlighter.printing .functions
{
	color: #ff1493;
}
.syntaxhighlighter.printing .constants
{
	color: #06c;
}
.syntaxhighlighter.printing .script
{
	font-weight: bold;
}
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a
{
	color: gray;
}
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a
{
	color: #ff1493;
}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a
{
	color: red;
}
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a
{
	color: black;
}
.syntaxhighlighter
{
	background-color: #f5f5f5;
}
.syntaxhighlighter .line.highlighted.number
{
	color: black;
}
.syntaxhighlighter caption
{
	color: black;
}
.syntaxhighlighter .gutter
{
	color: #afafaf;
	background-color: #f7f7f9;
	border-right: 1px solid #e1e1e8;
	padding: 9.5px 0 9.5px 9.5px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.syntaxhighlighter .gutter .line.highlighted
{
	background-color: #6ce26c;
	color: white;
}
.syntaxhighlighter.printing .line .content
{
	border: none;
}
.syntaxhighlighter.collapsed
{
	overflow: visible;
}
.syntaxhighlighter.collapsed .toolbar
{
	color: blue;
	background: white;
	border: 1px solid #6ce26c;
}
.syntaxhighlighter.collapsed .toolbar a
{
	color: blue;
}
.syntaxhighlighter.collapsed .toolbar a:hover
{
	color: red;
}
.syntaxhighlighter .toolbar
{
	color: white;
	background: #6ce26c;
	border: none;
}
.syntaxhighlighter .toolbar a
{
	color: white;
}
.syntaxhighlighter .toolbar a:hover
{
	color: black;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a
{
	color: black;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a
{
	color: #008200;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a
{
	color: #aa130a;
}
.syntaxhighlighter .keyword
{
	color: #0000FF;
}
.syntaxhighlighter .preprocessor
{
	color: gray;
}
.syntaxhighlighter .variable
{
	color: #a70;
}
.syntaxhighlighter .value
{
	color: #090;
}
.syntaxhighlighter .functions
{
	color: #ff1493;
}
.syntaxhighlighter .constants
{
	color: #06c;
}
.syntaxhighlighter .script
{
	font-weight: bold;
	color: #0000FF;
	background-color: none;
}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a
{
	color: gray;
}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a
{
	color: #ff1493;
}
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a
{
	color: red;
}
.syntaxhighlighter .keyword
{
	font-weight: bold;
}
