#debug table, #debug caption, #debug tbody, #debug tfoot, #debug thead, #debug tr, #debug th, #debug td {
    /* reset */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
#debug {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: .2em 0;
    opacity: .5;
    font-size: 9pt;
    font-family: sans-serif;
}
#debug:hover {
    opacity: 1;
}
#debug h2 {
    display: none;
}
#debug h3 {
    display: inline;
}
#debug .visible {
    margin-left: .3em;
}
#debug > div {
    float: left;
    margin: 0 .5em;
    position: relative;
}
#debug > div .popup {
    display: none;
    background-color: #fff;
    position: absolute;
    right: -.5em;
    top: 1.5em;
    padding: .2em .5em;
    white-space: nowrap;
}
#debug > div:hover .popup {
    display: block;
}
#debug > div .popup table {
}
#debug > div .popup table th {
    text-align: left;
}
#debug > div .popup table td {
    text-align: left;
    padding-left: 1em;
}
