.xmltree { margin-left: 10px; }
.xmltree ul { display: block; }
.xmltree ul, .xmltree.xmltree li { list-style: none; }
.xmltree.collapsed ul ul { display: none; }
.xmltree ul { margin: 0; padding: 10px 0 0 0; border: none; border-left: solid 1px #d86; }
.xmltree ul:empty { display: none; }
.xmltree ul ul { margin-left: 11px; }
.xmltree li { padding: 0 0 0 12px; display: block; position: relative; border: none; }
.xmltree li:not(:last-child) { margin-bottom: 8px; }
.xmltree .attr { margin: -3px 0 7px 0; }
.xmltree a:hover { color: #d00; }
.xmltree .LIText, .xmltree .noKids .LIText:hover, .xmltree .currSel li .LIText { color: #333; }
.xmltree .tree_node { margin-right: 8px; background: #d86; padding: 2px 3px; color: #f4f4f4; border-radius: 3px; }
.xmltree .attr span { color: #373; }
.xmltree .attrValue { margin-left: 8px; }
.xmltree .tree_node, .xmltree .attr span, .xmltree .LIText { display: inline !important; }
.xmltree.hideAttrs .attr, .xmltree.hideNodeNames .tree_node { display: none !important; }
.xmltree .currSel .LIText { color: #d00; text-decoration: none !important; }
.xmltree .plusMin { position: absolute; width: 11px; height: 11px; left: -7px; background: #fec; border: solid 1px #d86; color: #d55; font-size: 15px; text-align: center; line-height: 11px; cursor: pointer; top: 0; }
.xmltree .plusMin.expanded { line-height: 9px; }
.xmltree .plusMin:hover { border-color: #fa8; background: #fff7da; }
.xmltree .noKids .plusMin { display: none; }
.xmltree.subTreeRequestsOnAllNodes .plusMin, .xmltree .subTreeNode > .plusMin { display: block; }