/* ------------------------------ syntax-hightlighting */

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #A8A8A8;
	font-style: italic;
}

.token.namespace {
	opacity: .7;
}

.token.string,
.token.attr-value {
	color: #D64E91;
}

.token.operator {
	color: #BEBEBE; /* no highlight */
}

.token.entity,
.token.url,
.token.symbol,
.token.number,
.token.boolean,
.token.variable,
.token.constant,
.token.property,
.token.regex,
.token.inserted {
	color: #4CC7B0;
}

.token.atrule,
.token.keyword,
.token.attr-name,
.language-autohotkey .token.selector {
	color: #3EBD23;
}

.token.function,
.token.deleted,
.language-autohotkey .token.tag {
	color: #FF3E4D;
}

.token.punctuation {
    color: #996666; 
}

.token.tag,
.token.selector,
.language-autohotkey .token.keyword {
	color: #7F7FFF;
}
