/* http://prismjs.com/download.html?themes=prism&languages=markup */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
   
code[class*="language-"],
pre[class*="language-"],
.att, .value, .ident, .eg, .val, .xmlComment {
	color: black;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', monospace;
	direction: ltr;
	text-align: left;
	white-space: pre-wrap;
	word-spacing: normal;
	word-break: normal;
	font-size: 95%;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	/*background: #b3d4fc;*/
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	text-shadow: none;
	/*background: #b3d4fc;*/
}

li code, p code {white-space: pre-line;}


@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	/*background: #f5f2f0;*/
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: RoyalBlue ;
}

.namespace {
	/*opacity: .7;*/
	color: RoyalBlue ;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol {
	color: RoyalBlue ;
}

.token.selector,
.token.attr-name,
.token.attr-name .token.namespace,
.token.string,
.token.builtin,
.att {
	color: peru;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable, .ident {
	color: #a67f59;
	/*background: hsla(0,0%,100%,.5);*/
}

.token.atrule,
.token.attr-value,
.token.keyword,
.token.attr-value .token.punctuation,
.value, .val {
	color: brown;
}

.xmlComment {color: #008000}

.token.regex,
.token.important {
	color: #e90;
}

.token.important {
	font-weight: bold;
}

/*  CB Extensions */
code {
    background: transparent;
    border: none;
}

#element_set table, #element_set table table tr, #element_set table table td { border:none; margin:0;}
#element_set td {vertical-align: baseline }
#element_set div > div { margin-top:3em; }
#element_set div>table>tbody>tr>td:first-child,#element_set div>table>tr>td:first-child {
    width: 8%;
}
#element_set td {padding: .5em;}
#element_set>div>table, #element_set div>table>tbody>tr, #element_set div>table>tbody>tr>td, #element_set div>table>tr, #element_set div>table>tr>td {border: 1px  black solid}


table.attDef tr td:nth-child(2) {
width: 80%;
}
table.attDef tr td:first-child {
width: 20%;
}
table.attDef div.ul {margin: 0;}
table.attDef span.li {display:block;}

#element_set div.xmlCodeChunk {margin:1.5em 0;}