
.beautifier_linecomment, .linecomment {
	color: green;
}

.beautifier_blockcomment, .blockcomment {
	color: green;
}

.beautifier_prepro, .prepro {
	color: lightgreen;
}

.beautifier_select, .select {
	color: red;
 font-weight: bold;
}

.beautifier_quote, .quote {
	color: coral;
}

.beautifier_1, .category_1 {
	color: blue;
}

.beautifier_2, .category_2 {
	color: cornflowerblue;
}

.beautifier_3, .category_3 {
	color: #e5b23b;
}

.beautifier_4, .category_4 {
	color: gray;
}