/**
 * Arona Syntax theme
 */
code.rainbow {
	tab-size: 2;
	color: inherit;
	background-color: inherit;
	padding: 0;
	border: none;
}
code {
	color: #3A5875;
	background-color: #EEE;
	padding: 4px;
	tab-size: 2;
}

.inline{
	background: #E2EEF2;
	color: #34606E;
	border: none;
            line-height: 41px;
            padding: 5px 7px 6px 6px;
	/*line-height: 26px;*/
}
pre, code {
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}
pre {
	/*background: #00191E;*/
            background: #1d1f21;
	margin: 0px;
	margin-bottom: 20px;
	padding: 20px 0px 20px 20px;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	max-width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
}
pre code {
	background: #00191E;
	border: none;
}

/* scrollbars */
pre::-webkit-scrollbar {
    width: 10px;
	height:10px;
}
pre::-webkit-scrollbar-track {
    background:  #c5c8ca;
}
pre::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #96989a;
}
pre::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4);
}

/* syntax colors */
pre .comment {
    color: #969896;
}

pre .constant,
pre .language.php-tag,
pre .support.property,
.source.php.embedded  {
    color: #F09C73;
}

pre .string,
pre .comment.docstring {
    color: #CCCC99;
}

pre .string.regexp,
pre .support.tag.script,
pre .support.tag.style,
pre .variable,
pre .variable.global,
pre .variable.class,
pre .variable.instance,
pre .entity.name.class,
pre .entity.name.tag,
pre .entity.tag.style,
pre .support.attribute,
.support.tag.close,
.support.tag.special,
.support.tag-name,
.support.tag,
.entity.tag.script {
	color: #C66;
}

pre .keyword,
pre .selector,
pre .storage {
    color: #c2a1d1;
}

pre .inherited-class {
    font-style: italic;
}

pre .support.class,
pre .name.class,
pre .support.css-property {
    color: #F0C674;
}

pre .function.call,
pre .support,
pre .entity {
	color: #66D9EF;
}



pre .keyword.operator {
	color: #B9BDB6;
}

pre .support.tag,
.support.operator {
	color: #fff;
}
