/********************************************************************************** 
* Modificación de la salida de xdebug para mejorar su lectura
**********************************************************************************/ 
/* +---------+---------+---------+---------+---------+---------+---------+
// orange/black td header line
// +---------+---------+---------+---------+---------+---------+---------+ */
.xdebug-error th
{
    font-family:monospace;
    font-weight:normal;
    font-size:14px;
    padding: 6px 6px 6px 6px;
    border:1px solid black;
    background: #FFCC99;  
    color:#000000;        
}
/* +---------+---------+---------+---------+---------+---------+---------+
// black/white th header line
// +---------+---------+---------+---------+---------+---------+---------+ */
.xdebug-error > tr:first-child > th:first-child,
.xdebug-error > tbody > tr:first-child > th:first-child
{
    line-height:1.6em;
    padding: 10px 10px 10px 10px;
    border:1px solid #000000;
    background: #000000;  
    color:#FFFFFF;
}
/* +---------+---------+---------+---------+---------+---------+---------+
// green/black td content one or more lines
// +---------+---------+---------+---------+---------+---------+---------+ */
.xdebug-error td
{
    font-size:14px;
    padding: 6px 6px 6px 6px;
    border:1px solid green;
    background: #D1FFE8;  
}
