pre.textmate-source {
	margin: 0;
	padding: 0 0 0 2px;
	font-family: Monaco, monospace;
	font-size: 11px;
	line-height: 1.3em;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
}

/*Mac Classic*/
pre.textmate-source.mac_classic {
	color: #000000;
	background-color: #FFFFFF;
}

pre.textmate-source .linenum {
	width: 75px;
	padding: 0.1em 1em 0.2em 0;
	color: #888;
	background-color: #eee;
}
pre.textmate-source.mac_classic span {
   padding-top: 0.2em;
   padding-bottom: 0.1em;
}
pre.textmate-source.mac_classic ::selection {
	background-color: #C3DCFF;
}
/* Comment */
pre.textmate-source.mac_classic .comment {
	color: #0066CC;
	font-style: italic;
}

/* Keyword */
pre.textmate-source.mac_classic .keyword, pre.textmate-source.mac_classic .storage {
	color: #0000FF;
	font-weight: bold;
}

/* Number */
pre.textmate-source.mac_classic .constant_numeric {
	color: #0000CD;
}

/* User-defined constant */
pre.textmate-source.mac_classic .constant {
	color: #cc0000;
	font-weight: bold;
}

/* Built-in constant */
pre.textmate-source.mac_classic .constant_language {
	color: #585CF6;
	font-weight: bold;
}

/* Variable */
pre.textmate-source.mac_classic .variable_language, pre.textmate-source.mac_classic .variable_other {
	color: #318495;
}

/* String */
pre.textmate-source.mac_classic .string {
	color: #036A07;
}

/* String interpolation */
pre.textmate-source.mac_classic .constant_character_escape, pre.textmate-source.mac_classic .string .source {
	color: #26B31A;
}

/* Preprocessor line */
pre.textmate-source.mac_classic .meta_preprocessor {
	color: #1A921C;
}

/* Preprocessor directive */
pre.textmate-source.mac_classic .keyword_control_import {
	color: #0C450D;
	font-weight: bold;
}

/* Function name */
pre.textmate-source.mac_classic .entity_name_function, pre.textmate-source.mac_classic .keyword_other_name-of-parameter_objc {
	color: #0000A2;
	font-weight: bold;
}

/* Type name */
pre.textmate-source.mac_classic .entity_name_type {
	text-decoration: underline;
}

/* Inherited class name */
pre.textmate-source.mac_classic .entity_other_inherited-class {
	font-style: italic;
}

/* Function parameter */
pre.textmate-source.mac_classic .variable_parameter {
	font-style: italic;
}

/* Function argument and result types */
pre.textmate-source.mac_classic .storage_type_method {
	color: #70727E;
}

/* Section */
pre.textmate-source.mac_classic .meta_section .entity_name_section, pre.textmate-source.mac_classic .declaration_section .entity_name_section {
	font-style: italic;
}

/* Library function */
pre.textmate-source.mac_classic .support_function {
	color: #3C4C72;
	font-weight: bold;
}

/* Library object */
pre.textmate-source.mac_classic .support_class, pre.textmate-source.mac_classic .support_type {
	color: #6D79DE;
	font-weight: bold;
}

/* Library constant */
pre.textmate-source.mac_classic .support_constant {
	color: #06960E;
	font-weight: bold;
}

/* Library variable */
pre.textmate-source.mac_classic .support_variable {
	color: #21439C;
	font-weight: bold;
}

/* JS: Operator */
pre.textmate-source.mac_classic .keyword_operator_js {
	color: #687687;
}

/* Invalid */
pre.textmate-source.mac_classic .invalid {
	color: #FFFFFF;
	background-color: #990000;
}

/* Invalid trailing whitespace */
pre.textmate-source.mac_classic .invalid_deprecated_trailing-whitespace {
	background-color: #FFD0D0;
}

/* Embedded source */
pre.textmate-source.mac_classic .text .source, pre.textmate-source.mac_classic .string_unquoted {
	background-color: rgba(66, 127, 245, 0.19);
}

/* Markup XML declaration */
pre.textmate-source.mac_classic .meta_tag_preprocessor_xml {
	color: #68685B;
}

/* Markup DOCTYPE */
pre.textmate-source.mac_classic .meta_tag_sgml_doctype, pre.textmate-source.mac_classic .meta_tag_sgml_doctype .entity, pre.textmate-source.mac_classic .meta_tag_sgml_doctype .string, pre.textmate-source.mac_classic .meta_tag_preprocessor_xml, pre.textmate-source.mac_classic .meta_tag_preprocessor_xml .entity, pre.textmate-source.mac_classic .meta_tag_preprocessor_xml .string {
	color: #888888;
}

/* Markup DTD */
pre.textmate-source.mac_classic .string_quoted_docinfo_doctype_DTD {
	font-style: italic;
}

/* Markup tag */
pre.textmate-source.mac_classic .meta_tag, pre.textmate-source.mac_classic .declaration_tag {
	color: #1C02FF;
}

/* Markup name of tag */
pre.textmate-source.mac_classic .entity_name_tag {
	font-weight: bold;
}

/* Markup tag attribute */
pre.textmate-source.mac_classic .entity_other_attribute-name {
	font-style: italic;
}

/* Markup: Heading */
pre.textmate-source.mac_classic .markup_heading {
	color: #0C07FF;
	font-weight: bold;
}

/* Markup: Quote */
pre.textmate-source.mac_classic .markup_quote {
	color: #000000;
	font-style: italic;
}

/* Markup: List */
pre.textmate-source.mac_classic .markup_list {
	color: #B90690;
}

/*Lazy*/
pre.textmate-source.lazy {
	color: #000000;
	background-color: #FFFFFF;
}

pre.textmate-source .linenum {
	width: 75px;
	padding: 0.1em 1em 0.2em 0;
	color: #888;
	background-color: #eee;
}
pre.textmate-source.lazy span {
   padding-top: 0.2em;
   padding-bottom: 0.1em;
}
pre.textmate-source.lazy ::selection {
	background-color: #E3FC8D;
}
/* Comment */
pre.textmate-source.lazy .comment {
	color: #8C868F;
}

/* Constant */
pre.textmate-source.lazy .constant {
	color: #3B5BB5;
}

/* Entity */
pre.textmate-source.lazy .entity {
	color: #3B5BB5;
}

/* Latex Entity */
pre.textmate-source.lazy .text_tex_latex .entity {
	color: #D62A28;
}

/* Keyword */
pre.textmate-source.lazy .keyword, pre.textmate-source.lazy .storage {
	color: #FF7800;
}

/* String */
pre.textmate-source.lazy .string, pre.textmate-source.lazy .meta_verbatim {
	color: #409B1C;
}

/* Support */
pre.textmate-source.lazy .support {
	color: #3B5BB5;
}

/* Variable */
pre.textmate-source.lazy .variable {
}

/* Invalid – Deprecated */
pre.textmate-source.lazy .invalid_deprecated {
	color: #990000;
	font-style: italic;
}

/* Invalid – Illegal */
pre.textmate-source.lazy .invalid_illegal {
	color: #F8F8F8;
	background-color: #9D1E15;
}

/* Superclass */
pre.textmate-source.lazy .entity_other_inherited-class {
	color: #3B5BB5;
	font-style: italic;
}

/* String interpolation */
pre.textmate-source.lazy .string .constant_other_placeholder {
	color: #671EBB;
}

/* meta.function-call.py */
pre.textmate-source.lazy .meta_function-call_py {
	color: #3E4558;
}

/* meta.tag */
pre.textmate-source.lazy .meta_tag, pre.textmate-source.lazy .meta_tag .entity {
	color: #3A4A64;
}

/* OCaml variant */
pre.textmate-source.lazy .keyword_type_variant {
	color: #7F90AA;
}

/* OCaml operator */
pre.textmate-source.lazy .source_ocaml .keyword_operator {
	color: #000000;
}

/* OCaml infix operator */
pre.textmate-source.lazy .source_ocaml .keyword_operator_symbol_infix {
	color: #3B5BB5;
}

/* OCaml prefix operator */
pre.textmate-source.lazy .source_ocaml .keyword_operator_symbol_prefix {
	color: #3B5BB5;
}

/* OCaml infix f-p operator */
pre.textmate-source.lazy .source_ocaml .keyword_operator_symbol_infix_floating-point {
	text-decoration: underline;
}

/* OCaml prefix f-p operator */
pre.textmate-source.lazy .source_ocaml .keyword_operator_symbol_prefix_floating-point {
	text-decoration: underline;
}

/* OCaml f-p constant */
pre.textmate-source.lazy .source_ocaml .constant_numeric_floating-point {
	text-decoration: underline;
}


/*Dawn*/
pre.textmate-source.dawn {
	color: #080808;
	background-color: #F5F5F5;
}

pre.textmate-source .linenum {
	width: 75px;
	padding: 0.1em 1em 0.2em 0;
	color: #888;
	background-color: #eee;
}
pre.textmate-source.dawn span {
   padding-top: 0.2em;
   padding-bottom: 0.1em;
}
pre.textmate-source.dawn ::selection {
	background-color: rgba(116, 150, 207, 0.30);
}
/* Comment */
pre.textmate-source.dawn .comment {
	color: #5A525F;
	font-style: italic;
}

/* Constant */
pre.textmate-source.dawn .constant {
	color: #811F24;
	font-weight: bold;
}

/* Entity */
pre.textmate-source.dawn .entity {
	color: #BF4F24;
}

/* Keyword */
pre.textmate-source.dawn .keyword {
	color: #794938;
}

/* Storage */
pre.textmate-source.dawn .storage {
	color: #A71D5D;
	font-style: italic;
}

/* String */
pre.textmate-source.dawn .string .| .punctuation_definition_string {
	color: #0B6125;
}

/* Support */
pre.textmate-source.dawn .support {
	color: #691C97;
}

/* Variable */
pre.textmate-source.dawn .variable {
	color: #234A97;
}

/* Punctuation.separator */
pre.textmate-source.dawn .punctuation_separator {
	color: #794938;
}

/* Invalid – Deprecated */
pre.textmate-source.dawn .invalid_deprecated {
	color: #B52A1D;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}

/* Invalid – Illegal */
pre.textmate-source.dawn .invalid_illegal {
	color: #F8F8F8;
	font-style: italic;
	text-decoration: underline;
	background-color: #B52A1D;
}

/* String embedded-source */
pre.textmate-source.dawn .string .source {
	color: #080808;
	background-color: rgba(111, 139, 186, 0.15);
}

/* String constant */
pre.textmate-source.dawn .string .constant {
	color: #696969;
	font-weight: bold;
}

/* String variable */
pre.textmate-source.dawn .string .variable {
	color: #234A97;
}

/* String.regexp */
pre.textmate-source.dawn .string_regexp {
	color: #CF5628;
}

/* String.regexp.«special» */
pre.textmate-source.dawn .string_regexp_character-class, pre.textmate-source.dawn .string_regexp .constant_character_escaped, pre.textmate-source.dawn .string_regexp .source_ruby_embedded, pre.textmate-source.dawn .string_regexp .string_regexp_arbitrary-repitition {
	color: #CF5628;
	font-style: italic;
	font-weight: bold;
}

/* String.regexp constant.character.escape */
pre.textmate-source.dawn .string_regexp .constant_character_escape {
	color: #811F24;
	font-weight: bold;
}

/* Embedded Source */
pre.textmate-source.dawn .text .source {
	background-color: rgba(111, 139, 186, 0.15);
}

/* Support.function */
pre.textmate-source.dawn .support_function {
	color: #693A17;
}

/* Support.constant */
pre.textmate-source.dawn .support_constant {
	color: #B4371F;
}

/* Support.variable */
pre.textmate-source.dawn .support_variable {
	color: #234A97;
}

/* Markup.list */
pre.textmate-source.dawn .markup_list {
	color: #693A17;
}

/* Markup.heading */
pre.textmate-source.dawn .markup_heading .| .markup_heading .entity_name {
	color: #19356D;
	font-weight: bold;
}

/* Markup.quote */
pre.textmate-source.dawn .markup_quote {
	color: #0B6125;
	font-style: italic;
	background-color: rgba(187, 187, 187, 0.19);
}

/* Markup.italic */
pre.textmate-source.dawn .markup_italic {
	color: #080808;
	font-style: italic;
}

/* Markup.bold */
pre.textmate-source.dawn .markup_bold {
	color: #080808;
	font-weight: bold;
}

/* Markup.underline */
pre.textmate-source.dawn .markup_underline {
	color: #080808;
	text-decoration: underline;
}

/* Markup.link */
pre.textmate-source.dawn .markup_link {
	color: #234A97;
	font-style: italic;
	text-decoration: underline;
}

/* Markup.raw */
pre.textmate-source.dawn .markup_raw {
	color: #234A97;
	background-color: rgba(187, 187, 187, 0.19);
}

/* Markup.deleted */
pre.textmate-source.dawn .markup_deleted {
	color: #B52A1D;
}

/* Meta.seperator */
pre.textmate-source.dawn .meta_separator {
	color: #19356D;
	font-weight: bold;
	background-color: #DCDCDC;
}



