.txm					{ color: #e7f2fe; /*background: #09213b; background: rgba(9, 33, 59, 0.5);*/ }
.txm .punctuation		{ color: #e7f2fe; }
.txm .constant 			{ color: #da6c8e; }
.txm .digit 			{ color: #ff6c55; }
.txm .entity 			{ color: #fae13b; }
.txm .keyword, 
.txm .operator 			{ color: #f3ac37; }
.txm .storage 			{ color: #ece490; }
.txm .support 			{ color: #8df8c7; }
.txm .variable 			{ color: #d3d5d0; }
.txm .langVariable 		{ color: #e595e6; }
.txm .functionCall 		{ color: #fcef8e; }
.txm .string_RegExp 	{ color: #87ecc4; }
code.txm span.string,
code.txm span.string * 	{ color: #63d829 !important; }
code.txm span.comment,
code.txm span.comment *,
blockquote code.txm span.blockComment,
span.blockComment * { color: #4498f7 !important; }
