#debug {
    background: #b2d27a;
    border: 3px solid #2f4012;
    text-align: left;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    line-height: 11px;
    color: #072b09;
}
#debug .measurement {
    width: 250px;
    padding: 5px;
    float: right;
    border-left: 1px solid #2f4012;
}
#debug .debug {
    margin-right: 270px;
    padding: 5px;
}
#debug .debug iframe {
    z-index: 1;
}
#debug h2 {
    background: #1c541f;
    font-weight: bold;
    font-size: 16px;
    color: #aaebad;
    border: 3px double #aaebad;
    padding: 10px;
    text-align: center;
    margin: 0;
}
#debug h3 {
    margin: 5px 30px 5px 30px;
    background: #337536;
    border: 1px solid #aaebad;
    color: #aaebad;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
}
#debug div.cleaner {
    font-size: 1px;
    height: 1px;
    clear: both;
}
#debug dt {
    font-family: Arial, sans-serif;
    padding: 0; margin: 0;
}
#debug dd {
    display: block;
    margin: 0 0 0 30px;
}
#debug strong {
    font-family: Verdana, sans-serif;
    font-weight: bold;
}
#error {
	border: 5px solid #fe9a0f;
	padding: 10px;
	text-align: left;
	white-space: pre;
	font: 12px Arial;
	background: #470101;
	color: #dccf03;
}
