/*
Developer-Only Styles
Styling of debug/diagnostic elements that do not appear to the public

Wish4Gifts.com

Karl Glasgow
code@keg4.com
Copyright 2011, All Rights Reserved.
*/

div.DebugReportContainer {
    /*display: none !important;*/
    margin: 100px 50px 50px 50px;
    font-family: Verdana, Sans-Serif;
    font-size: 14px;
}
div.DebugReportContainer.report-visible {
    display: block !important;
}
div.DebugReport div.Heading {
    margin: 10px 0px; 
    border: solid 1px #333333; 
    background: #666666; 
    padding: 10px;
    color: #FFEEEE;
    font-size: 18px;
    font-weight: bold;
}
div.DebugReport div.Section {
    margin: 10px 0px; 
    border: solid 1px #333333; 
    background: #EEEEEE; 
    padding: 10px;
}
div.DebugReport div.Section span.Heading {
    color: #000066; 
    font-size: 1.25em; 
    font-weight: bold; 
    text-transform: capitalize;
}
div.DebugReport div.Section ul {
    margin: 5px 0px 5px 8px; 
    padding-left: 10px; 
    list-style: square;
}
div.DebugReport div.Section ul li {
    line-height: 1.5em;
}
