/* Debug styles
--------------------------------------------*/

#debug
{
    margin-bottom: 100px;
    text-align: left;
    background-color: #fff;
    color: #333;
    padding: 50px;

}

#debug a
{
    color: #333;
}

.debug-error a
{
    color: #DD4604 !important;
}

.debug-sql a
{
    color: #666 !important;
}

.debug-system a
{
    color: #ABA000 !important;
}

a.debug-expand
{
    text-decoration: none;
}

a.debug-expand span
{
    text-decoration: none;
    font-size: 1.2em;
    padding: 0px 4px;
    font-family: monospace;
    background-color: #eee;
}