table#cakeSqlLog, table.cakeSqlLog, table.cake-sql-log {
width:100%;
margin-left:auto;
margin-right:auto;
font-family: "Courier new";
font-size:12px;
}

table#cakeSqlLog caption, table.cakeSqlLog caption, table.cake-sql-log caption {
background:#333;
color:#FFF;
padding:10px;
font-family: "Courier new";
font-size:12px;
}

table#cakeSqlLog thead th, table.cakeSqlLog thead th, table.cake-sql-log thead th {
background:#CCC;
padding:5px;
color:#000;
}

table#cakeSqlLog td, table.cakeSqlLog td, table.cake-sql-log td {
padding:5px;
border-bottom:1px solid #000;
background:#FFF;
color:#000;
}

#cakeLoadTime {
margin-top:20px;
background:#CC3300;
color:#FFF;
padding:5px 10px;
}