/*
<div id="debug"></div>
*/

/* en graphicOutput.css */

.debug, #debug {
    margin: 0;
    padding: 6px 10px;
    display: none;

    font-size: 70%;
    background-color: blanchedalmond;
    line-height: 0.5em;
}
/*
warning or error followed by
short explanation
error debug details 
*/
.debug_error {
    color: red;
    font-weight: 700;
}

.debug_warning {
    font-weight: 700;
}

.debug_explanation {
    padding-left: 15px;

    font-style: italic;
    color: #555;
}

.debug_data {
    padding-left: 15px;
    float: right;

    color: #555;
}