/* CodeIgniter Framework Extension General Style */

#debug {
    margin: 1%;
    padding: 1%;
    border: #CCC 2px solid;
    font-family: "Courier New", Courier, monospace !important;
    color: #444;
    background: #EFEFEF;
}

    #debug p.title {
        margin: 5px 0;
        font-size: 14px;
        font-weight: bold;
    }

    #debug table {
        border: #CCC 1px solid;
        background: #FFF;
    }
    
        #debug table td {
            vertical-align: top;
        }
    
        #debug table table {
            border: none;
            background: none;
        }
        
    #debug table p {
        margin: 0;
        padding: 0;
    }
