.xdebug-error {
    font-size: 14px !important;
    font-family:monospace !important;
    width: 95% !important;
    margin: 0 auto 10px auto !important;
    border-color: #666 !important;
    background: #ddd !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    text-transform: none;
    color:#000;
}

.xdebug-error th, .xdebug-error td {
    padding: 2px !important;
}

.xdebug-error [colspan] {
    text-align: left !important;
}

.xdebug-error th {
    background: #ccc !important;
}
/*
.xdebug-error span {
    display: none !important;
}
*/
.xdebug-error_description th {
    font-size: 1.2em !important;
    padding: 20px 4px 20px 100px !important;
    background: #ccc no-repeat left top !important;
}

.xdebug-error_callStack th {
    background: #666 !important;
    color: #ddd !important;
}