/* XML Syntax highlighting */
.namespace, .hl-code {
	color: #222;
}

.hl-special,
.hl-reserved {
    color: maroon;
    font-weight: bold;
}

.hl-comment {
    color: #533;
    font-style: italic;
}

.hl-quotes,
.hl-string
 {
    color: green
}

.hl-identifier,
.hl-builtin,
.hl-var {
    color: teal;
}

