 /*
Center a page horisontal solutions

1.
body {position: relative;}
#wrapper {margin-left: auto;margin-right: auto;}

2.
body {position: relative; text-align: center; }
#wrapper {margin: 0 auto; text-align: left;}

------------------------------------------------

Here's how to style <hr class="hr" /> elements

.hr
{
	background-color: #7B7B7B;
	height: 3px;
	border: 0;
}
*/

body
{
	position: relative;
	text-align: center;
	font-size: 0.85em;
	margin: 0;
	padding-bottom: 20px;
	font-family: Arial, sans-serif;
	background: #9d9d9d url('../gfx/bg.jpg') repeat-x;
}

a:link, a:hover, a:visited, a:active
{
	color: blue;
}

a img
{
	border: 0;
}

textarea, input, option, button
{
	font-family: Arial, sans-serif;
	font-size: 1em;
}

code
{
	font-family: monospace, courier;
	background-color: #eeeeee;
	padding: 1px;
}

td
{
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6, h7
{
	margin:0;
	padding:0;
}

h1
{
	color: #848484;
}

h2, h3, h4, h5, h6, h7
{
	color: #171717;
}

ul
{
	padding-left: 15px;
	margin: 0;
}


p
{
	line-height: 1.3em;
}

h1
{
	text-align: center;
	font-size: 1.9em;
	margin-bottom: 0.6em;
}

h2
{
	font-size: 1.5em;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active
{
	color: #585858;
	text-decoration: none;
}

h2 a:hover
{
	color: #848484;
}

ul, ol
{
	margin: 0;
}
ul
{
	padding-left: 15px;
}
ol
{
	padding-left: 25px;
}

.clear
{
	clear: both;
}

/* STRUCTURE */

#outerWrapper
{
}

#wrapper
{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #333;

	/* shadow */
	-moz-box-shadow: -3px 3px 8px #1C1C1C;
	-webkit-box-shadow: -3px 3px 8px #1C1C1C;
	box-shadow: -3px 3px 8px #1C1C1C;
}

#header
{
	height: 150px;
	background-image: url('../gfx/header.jpg');
}

#headerTable
{
	height: 100%;
	width: 100%;
}

#headerLink
{
	vertical-align: bottom;
}

#headerLink a
{
	display: block;
	width: 368px;
	height: 63px;
	margin: 0px 0px 3px 3px;
}

#headerNavigation
{
	vertical-align: bottom;
}

#headerNavList
{
	float: right;
	margin: 10px;
	padding: 5px 8px;
	font-size: 1.2em;
}

#headerNavList li
{
	list-style-type: none;
	border: 1px solid #000;
	display: inline;
	float: left;
	margin-right: 3px;
}

#headerNavList a
{
	background-color: #545454;
	/*padding: 3px 3px 7px 5px;*/
	padding: 4px;
	border-top: 3px solid #9b9b9b;
	border-left: 6px solid #9b9b9b;
	border-right: 6px solid #2e2e2e;
	border-bottom: 6px solid #2e2e2e;
	display: block;
	color: #FFF;
	text-decoration: none;
}

#headerNavList a img
{
	vertical-align: middle;
	border: 1px solid #484848;
}

#headerNavList a:active
{
	padding: 5px 6px 6px;
	border-top: 2px solid #3C3C3C;
	border-left: 4px solid #3C3C3C;
	border-right: 4px solid #212121;
	border-bottom: 4px solid #212121;
}

/*
#headerNavList a:hover span
{
	background-color: #454545;
}

#headerNavList li span
{
	padding: 4px;
	background-color: #545454;
	display: block;
}*/

#headerNavList li.last-child
{
	margin-right: 0;
}

#headTable
{
	height: 100%;
	width: 100%;
}

#headCell
{
	vertical-align: bottom;
}

#contentWrapper
{
	margin: 15px;
}

#content
{
	width: 720px;
}

#rightBox
{
	padding-left: 15px;
	width: 235px;
}

#navigationWrapper
{
	background-color: #545454;
	padding: 2px;
	color: #FFF;
	font-size: 0.95em;
}

#navigation
{
	padding: 0;
	background-color: #545454;
	border: 1px solid #FFF;
}

#navigation li
{
	list-style: none;
}

#navigation a, #navigation .navSection
{
	padding: 4px;
}

#navigation a
{
	display: block;
	color: #FFF;
	text-decoration: none;
}

#navigation a:hover
{
	background-color: #444444;
}

.navBotBorder
{
	border-bottom: 1px dotted #FFF;
}

.navSection
{
	text-align: center;
	background-color: #323232;
	font-weight: bold;
}

#footer
{
	text-align: center;
	color: #FFF;
	font-size: 0.9em;
	padding: 7px;
	background-color: #484848;
}

#footer a
{
	color: #FFF;
}

/* GENERIC */

.warning, .note, .quote
{
	overflow: auto;
}

.warning, .note
{
	padding: 6px;
	margin: 12px;
}

.warning
{
	background-color: #F2B7B7;
	border: 1px solid #F24444;
}

.note
{
	background-color: #C8C6FF;
	border: 1px solid #5048FF;
}

.quote
{
	padding: 8px;
	margin: 8px;
	background-color: #FBFBBC;
	border: 2px dashed #FBDF8F;
}

.quoteText
{
	font-size: 1.2em;
}

.quoteSource
{
	margin: 8px 0 0 16px;
	font-style: italic;
}

.feedback, .feedbackFail, .feedbackSuccess
{
	padding: 6px;
}

.feedback
{
	border: 1px dashed #9D9D9D;
	background-color: #F7F7F7;
}

.feedbackFail
{
	border: 1px dashed #D60000;
	background-color: #FFFED6;
}

.feedbackSuccess
{
	border: 1px dashed #008B00;
	background-color: #D7FFD6;
}

.errorList
{
	margin: 0;
	padding: 0;
}

.errorList li
{
	list-style-type: none;
}

.errorListLabel
{
	font-weight: bold;
}

.hidden
{
	display: none;
}

.toggleDisplayButton
{
	display: inline;
	background-color: #A3A3A3;
	color: #FFF;
	padding: 0 0.2em;
	cursor: pointer;
}

.linebreakBefore
{
	margin-top: 1em;
}

.linebreakAfter
{
	margin-bottom: 1em;
}

/* FRONT */

#frontBigButtons
{
	margin: 25px 15px 0;
}

#frontBigButtons > div
{
	width: 179px;
	height: 149px;
	color: #FFF;
	float: left;
	margin-right: 7px;
	background: url('../gfx/front_big_button.png') no-repeat;
	position: relative;
}

#frontBigButtons a
{
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

.frontBigButtonsTitle
{
	font-size: 1.8em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

#frontBigButtons > div > a
{
	position: absolute;
	display: block;
	top: 4px;
	left: 8px;
	height: 90%;
	width: 92%;
}

#frontBigButtons > div > a > span
{
	display: block;
	padding: 10px;
}

#frontBigButtons > div > img
{
	position: absolute;
	top: 8px;
	left: 85%;
}

/*
#frontSections div
{
	margin-bottom: 1em;
}

#frontSections div h2
{
	color: #595959;
}

#frontSections div h2 a
{
	color: #595959;
}

#frontSections div h2 a:hover
{
	text-decoration: underline;
}

#frontSections div.last-child
{
	margin-bottom: 0;
}*/

#frontNote
{
	padding: 6px;
	margin-bottom: 20px;
	background-color: #E4E4E4;
	border: 1px solid #323232;
	color: #4A4A4A;
	text-align: center;
}

#frontNote h1
{
	font-size: 1.2em;
	color: inherit;
}

/* ARTICLE */

#article ul
{
	margin: 10px 0 10px 10px;
	padding-left: 25px;
}

#article ul > li
{
	list-style-image: url('../gfx/list_image.png');
	padding-bottom: 4px;
}

#articleIntro
{
	font-weight: bold;
	font-size: 1.1em;
}

#articleInfoWrap
{
	background-color: #FFF !important;
	float: right;
	margin: 0 0 7px 12px;
	width: 30%;
	position: relative;
}

#articleInfoShadowBot
{
	position: absolute;
	top: 100%;
	left: -2px;
	background: #414141;
	width: 100%;
	height: 2px;
}

#articleInfoShadowSide
{
	position: absolute;
	top: 2px;
	left: -2px;
	background: #414141;
	width: 2px;
	height: 100%;
}

#articleInfo
{
	padding: 4px;
	font-size: 0.9em;
	border: 1px solid #5F5F5F;
	background-color: #F4F4F4;

}

#articleInfo a:link, #articleInfo a:visited, #articleInfo a:active
{
	color: #5F5F5F;
}
#articleInfo a:hover
{
	color: #000;
}

#articleInfoTable tr td:first-child
{
	font-weight: bold;
}

#articleInfoTable td + td
{
	padding-left: 5px;
}

#articleFiles
{
	margin-left: 10px;
	padding: 6px;
	color: #5F5F5F;
	border: 1px dotted #868686;
}

#articlePageList
{
	margin-top: 1em;
}

#articlePageList ol
{
}

#articlePageList li
{
	padding-bottom: 1px;
}

#articlePageList li.last-child
{
	padding-bottom: 0;
}

#articlePageListTitle
{
	font-weight: bold;
	margin-bottom: 4px;
}

#articleFiles
{
	overflow: auto;
}

#articleFiles p
{
	margin: 0.6em 0 0;
}

h3#articleFilesTitle
{
	font-size: 1.4em;
	color: #5D5DFF;
}

/* TAGS */

#tagsTable .tagsTag
{
	font-weight: bold;
	padding-right: 10px;
}

#tagsTable .tagsCount
{

}

.listPages
{
	font-size: 1.1em;
	text-align: center;
	margin: 20px 0 10px;
}

#listArticleTag
{
	padding: 6px;
	margin-bottom: 20px;
	background-color: #E4E4E4;
	border: 1px solid #323232;
	color: #4A4A4A;
	text-align: center;
}

.listArticle
{
	padding-top: 15px;
	margin-top: 15px;
}

.listArticle:first-child
{
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.listArticleHead
{
	border-top: 1px solid #BFBFBF;
	border-bottom: 1px dashed #BFBFBF;
	background-color: #E6E6E6;
	padding: 3px;
}

.listArticle h2
{
	margin-bottom: 1px;
}

.listArticle h2 a
{
	color: #171717;
}

.listArticle h2 a:hover
{
	text-decoration: underline;
}

.listArticle .listArticleInfo
{
	font-size: 0.8em;
	color: #737373;
}

.listArticle .listArticleIntro
{
	margin: 17px 0;
}

.listArticleBotLink:link, .listArticleBotLink:visited,
.listArticleBotLink:hover, .listArticleBotLink:active
{
	color: #000;
}

/* BLOG FRONT */

#blogFrontFeatured
{
	margin-left: 5px;
	background-color: #EAEAFF;
	border: 1px solid #000;
	width: 580px;
	position: relative;

	-moz-box-shadow: 2px 2px 4px #1C1C1C;
	-webkit-box-shadow: 2px 2px 4px #1C1C1C;
	box-shadow: 2px 2px 4px #1C1C1C;
}

/* start shadow for ie */
#blogFrontFeaturedShadowBot
{
	position: absolute;
	top: 100%;
	left: 4px;
	background: #171717;
	width: 100%;
	height: 4px;
}

#blogFrontFeaturedShadowSide
{
	position: absolute;
	top: 4px;
	left: 100%;
	background: #171717;
	width: 4px;
	height: 100%;
}
/* end shadow for ie */

#blogFrontFeaturedTitle
{
	color: #9B9B9B;
	font-size: 1em;
	float: right;
	padding: 0px;
	margin: 4px;
}

.blogFrontFeaturedItem
{
	padding: 6px;
}

.blogFrontFeaturedItemLabel
{
	margin: 0 auto 5px;
	text-align: center;
	width: 350px;
	font-size: 1.5em;
}

.blogFrontFeaturedItemLabel a
{
	color: blue;
	text-decoration: underline;
}


ul.blogFrontFeaturedItemList
{
	margin: 0 auto;
	padding-left: 25px;
	width: 350px;
}

ul.blogFrontFeaturedItemList li
{
	list-style-image: url('../gfx/list_image.png');
	padding-bottom: 4px;
}

#blogLatestArticles
{
	margin-left: 5px;
	width: 580px;
}

#blogLatestArticlesTitle
{
	text-align: center;
	color: #262626;
	margin-bottom: 3px;
	padding: 3px;
	font-size: 1.2em;
}

.blogLatestArticleItem
{
	border-bottom: 1px dotted #9A9A9A;
	font-size: 0.9em;
}

.blogLatestArticleItem div
{
	display: inline;
	padding: 3px;
	float: left;
	vertical-align: top;
}

#blogLatestArticles .last-child
{
	border-bottom: 0;
}

.blogLatestArticleCol1
{
	width: 120px;
}

.blogLatestArticleCol2
{
	width: 170px;
}
.blogLatestArticleCol3
{
	width: 250px;
	padding-left: 20px;
}

#tagList
{
	margin: 1em 10px 0;
	font-size: 0.9em;
	width: auto;
}

#tagList h3
{
	margin-bottom: 2px;
	color: #5F5F5F;
	text-align: center;
	font-size: 1.2em;
}

#tagList a:link,
#tagList a:visited,
#tagList a:active
{
	color: #5F5F5F;
}
#tagList a:hover
{
	color: #000;
}

/* PROJECT */

.projectItem
{
	padding-bottom: 6px;
}

.projectItemSection .last-child
{
	padding-bottom: 0;
}

#projectDetailHead
{
	background-color: #E4E4E4;
	padding: 6px;
	margin-bottom: 1.6em;
}

#projectDetailTitle
{
	font-size: 1.6em;
	color: #333333;
	margin: 0;
}

#projectDetailTable
{
	width: auto;
}

#projectDetailTable td
{
	width: 110px;
	border-right: 1px dotted #1C1C1C;
	border-bottom: 1px solid #1C1C1C;
	padding: 8px;
	font-weight: bold;
}

#projectDetailTable td + td
{
	font-weight: normal;
	border-right: 0;
	padding-left: 11px;
	width: auto;
}

#projectDetailTable tr.last-child td
{
	border-bottom: 0;
}

#projectDetailScreenshot
{
	border: 1px solid #D4D4D4;
}

/* WEBSITE */

#websiteMenuBuynowAnchor
{
	font-weight: bold;
	padding: 6px 4px !important;
}

#websiteFrontHeadTable
{
	width: auto;
	margin: 0 auto 0.2em;
}

#websiteFrontHeadCell
{
	padding-bottom: 3px;
	border-bottom: 2px dotted #D6D6D6;
}

#websiteFrontTitle
{
	display: inline;
	font-size: 1.5em;
	color: #565656;
	font-family: Verdana, Arial, sans-serif;
}

#websiteFrontListCont
{
	padding: 6px 8px 10px;
	margin: 10px 14px;
	border: 1px solid #CCCCCC;
	background-color: #EDEDED;
}

#websiteFrontListCont h3
{
	color: #000;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#websiteFrontList
{
	font-size: 1.1em;
	padding-left: 30px;
	margin-bottom: 14px;
}

#websiteFrontList li
{
	color: #3D3D3D;
	list-style-type: circle;
	padding-bottom: 1px;
}

#websiteFrontList li.last-child
{
	padding-bottom: 0;
}

#websiteFrontList li span
{
	color: #000;
}

#websiteFrontBuybutton a
{
	display: block;
	width: 264px;
	height: 41px;
}

.websiteFuncSectionTitle
{
	color: #595959;
}

#websiteBuynowTableOuter
{
	position: relative;
	text-align: center;
}

#websiteBuynowTableInner
{
	width: 425px;
	text-align: left;
	margin: 0 auto;
	padding: 0.4em;
	border: 1px dotted #8A8A8A;
	background-color: #F7F7F7;
}

#websiteBuynowFeedback
{
	margin-bottom: 0.8em;
}

#websiteBuynowTable
{
	width: 90%;
}

#websiteBuynowTable td
{
	padding: 2px 7px 2px 2px;
	width: 115px;
	text-align: right;
}

#websiteBuynowTable td + td
{
	text-align: left;
	width: auto;
	padding: 2px;
}

#websiteBuynowTable input[type=text], #websiteBuynowTable textarea
{
	width: 100%;
}

#websiteBuynowTable textarea
{
	height: 125px;
}

#websiteBuynowTable input[type=submit], #websiteBuynowTable input[type=reset]
{
	height: 30px;
	width: 70px;
}

#websiteBuynowTable tr.last-child td
{
	padding-top: 15px;
}





/*** syntax highlighter ***/

/* SH CORE KJETIL */

/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/SyntaxHighlighter
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 *
 * @version
 * 3.0.83 (July 02 2010)
 *
 * @copyright
 * Copyright (C) 2004-2010 Alex Gorbatchev.
 *
 * @license
 * Dual licensed under the MIT and GPL licenses.
 */
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
  -moz-border-radius: 0 0 0 0 !important;
  -webkit-border-radius: 0 0 0 0 !important;
  background: none !important;
  border: 0 !important;
  bottom: auto !important;
  float: none !important;
  height: auto !important;
  left: auto !important;
  line-height: 1.1em !important;
  margin: 0 !important;
  outline: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
  text-align: left !important;
  top: auto !important;
  vertical-align: baseline !important;
  width: auto !important;
  box-sizing: content-box !important;
  font-family: monospace, Courier, "Consolas", "Bitstream Vera Sans Mono", "Courier New"  !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1em !important;
  min-height: inherit !important;
  min-height: auto !important;
}

.syntaxhighlighter {
  margin: 12px !important;
	padding: 3px;
	background-color: #F4F4F4;
	border: 1px solid silver;
  position: relative !important;
  overflow: auto !important;
  font-size: 1em !important;
}
.syntaxhighlighter.source {
  overflow: hidden !important;
}
.syntaxhighlighter .bold {
  font-weight: bold !important;
}
.syntaxhighlighter .italic {
  font-style: italic !important;
}
.syntaxhighlighter .line {
  white-space: pre !important;
}
.syntaxhighlighter table {
  width: 100% !important;
}
.syntaxhighlighter table caption {
  text-align: left !important;
  padding: .5em 0 0.5em 1em !important;
}
.syntaxhighlighter table td.code {
  width: 100% !important;
}
.syntaxhighlighter table td.code .container {
  position: relative !important;
}
.syntaxhighlighter table td.code .container textarea {
  box-sizing: border-box !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  background: white !important;
  padding-left: 1em !important;
  overflow: hidden !important;
  white-space: pre !important;
}
.syntaxhighlighter table td.gutter .line {
  text-align: right !important;
  padding: 0 0.5em 0 0 !important;
}
.syntaxhighlighter table td.code .line {
  padding: 0 1em !important;
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
  padding-left: 0em !important;
}
.syntaxhighlighter.show {
  display: block !important;
}
.syntaxhighlighter.collapsed table {
  display: none !important;
}
.syntaxhighlighter.collapsed .toolbar {
  padding: 0.1em 0.8em 0em 0.8em !important;
  font-size: 1em !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
}
.syntaxhighlighter.collapsed .toolbar span {
  display: inline !important;
  margin-right: 1em !important;
}
.syntaxhighlighter.collapsed .toolbar span a {
  padding: 0 !important;
  display: none !important;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource {
  display: inline !important;
}
.syntaxhighlighter .toolbar {
  position: absolute !important;
  right: 1px !important;
  top: 1px !important;
  width: 11px !important;
  height: 11px !important;
  font-size: 10px !important;
  z-index: 10 !important;
}
.syntaxhighlighter .toolbar span.title {
  display: inline !important;
}
.syntaxhighlighter .toolbar a {
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
  padding-top: 1px !important;
}
.syntaxhighlighter .toolbar a.expandSource {
  display: none !important;
}
/*
.syntaxhighlighter.ie {
  font-size: .9em !important;
  padding: 1px 0 1px 0 !important;
}*/
.syntaxhighlighter.ie .toolbar {
  line-height: 8px !important;
}
.syntaxhighlighter.ie .toolbar a {
  padding-top: 0px !important;
}
.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 !important;
}
.syntaxhighlighter.printing .line .number {
  color: #bbbbbb !important;
}
.syntaxhighlighter.printing .line .content {
  color: black !important;
}
.syntaxhighlighter.printing .toolbar {
  display: none !important;
}
.syntaxhighlighter.printing a {
  text-decoration: none !important;
}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
  color: black !important;
}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
  color: #008200 !important;
}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
  color: blue !important;
}
.syntaxhighlighter.printing .keyword {
  color: #006699 !important;
  font-weight: bold !important;
}
.syntaxhighlighter.printing .preprocessor {
  color: gray !important;
}
.syntaxhighlighter.printing .variable {
  color: #aa7700 !important;
}
.syntaxhighlighter.printing .value {
  color: #009900 !important;
}
.syntaxhighlighter.printing .functions {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .constants {
  color: #0066cc !important;
}
.syntaxhighlighter.printing .script {
  font-weight: bold !important;
}
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
  color: gray !important;
}
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
  color: red !important;
}
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
  color: black !important;
}

/* SH THEME KJETIL */

/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/SyntaxHighlighter
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 *
 * @version
 * 3.0.83 (July 02 2010)
 *
 * @copyright
 * Copyright (C) 2004-2010 Alex Gorbatchev.
 *
 * @license
 * Dual licensed under the MIT and GPL licenses.
 */
.syntaxhighlighter {
}
.syntaxhighlighter .line.alt1 {
}
.syntaxhighlighter .line.alt2 {
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
  background-color: #e0e0e0 !important;
}
.syntaxhighlighter .line.highlighted.number {
  color: black !important;
}
.syntaxhighlighter table caption {
  color: black !important;
}
.syntaxhighlighter .gutter {
  color: #afafaf !important;
}
.syntaxhighlighter .gutter .line {
  /*border-right: 3px solid #6ce26c !important;*/
}
.syntaxhighlighter .gutter .line.highlighted {
  /*background-color: #6ce26c !important;*/
  color: white !important;
}
.syntaxhighlighter.printing .line .content {
  border: none !important;
}
.syntaxhighlighter.collapsed {
  overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar {
  color: blue !important;
  background: white !important;
  border: 1px solid #6ce26c !important;
}
.syntaxhighlighter.collapsed .toolbar a {
  color: blue !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
  color: red !important;
}
.syntaxhighlighter .toolbar {
  color: white !important;
  background: #6ce26c !important;
  border: none !important;
}
.syntaxhighlighter .toolbar a {
  color: white !important;
}
.syntaxhighlighter .toolbar a:hover {
  color: black !important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
  color: black !important;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
  color: #008200 !important;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a {
  color: blue !important;
}
.syntaxhighlighter .keyword {
  color: #006699 !important;
}
.syntaxhighlighter .preprocessor {
  color: gray !important;
}
.syntaxhighlighter .variable {
  color: #aa7700 !important;
}
.syntaxhighlighter .value {
  color: #009900 !important;
}
.syntaxhighlighter .functions {
  color: #ff1493 !important;
}
.syntaxhighlighter .constants {
  color: #0066cc !important;
}
.syntaxhighlighter .script {
  font-weight: bold !important;
  color: #006699 !important;
  background-color: none !important;
}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
  color: gray !important;
}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
  color: #ff1493 !important;
}
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
  color: red !important;
}

.syntaxhighlighter .keyword {
  font-weight: bold !important;
}
