.cake-sql-log {
    color:black;
    background:silver;
    border: 1px solid black;
    display:none;
    position:absolute;
    margin-top:1000px;
    width:100%;
}

.cake-sql-log caption {
    color:red;
}

.cake-sql-log thead th {
    border: 1px solid black;
}

.cake-sql-log td{
    border: 1px solid black;
    border-width:thin;
}

.cake-debug
{
    background:silver;
}
