﻿.debug
{
    font-family:Consolas, Courier New;
    
}
.debug h1
{
    font-size:100%;
    font-weight:bold;
    border-top:dashed 1px #cccccc;
    border-bottom:dashed 1px #cccccc;
    margin:15px 0;
}
.debug table
{
    border:solid 1px #cccccc;
}
.debug caption
{
    background:#000000;
    color:#ffffff;
    font-weight:bold;
    padding:5px;
}
.debug table tr td, .debug table tr th
{
    padding:3px;
    border:solid 1px #cccccc;
}
.debug table th
{
    font-weight:bold;
    background:#efefef;
}
