
body { margin: 0px; }
div.header { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: black; padding-bottom: 5px; margin: 10px; }
div.collapsible > div.hidden { display: none; }
.pretty-print { margin-top: 1em; margin-left: 20px; font-family: monospace; font-size: 13px; }
.collapsible-content { margin-left: 1em; }
.comment { color: rgb(35, 110, 37); white-space: pre; }
.tag { color: rgb(136, 18, 128); }
.attribute-name { color: rgb(153, 69, 0); }
.attribute-value { color: rgb(26, 26, 166); }
.button { -webkit-user-select: none; cursor: pointer; display: inline-block; margin-left: -10px; width: 10px; background-repeat: no-repeat; background-position: left top; vertical-align: bottom; }
.collapse-button { background-image: -webkit-canvas(arrowDown); height: 10px; }
.expand-button { background-image: -webkit-canvas(arrowRight); height: 11px; }