#cakeSqlLog table {
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color:#333;
background-color: #fff;
clear:both;
padding: 0;
margin: 0 0 2em 0;
white-space: normal;
display: none;
}
#cakeSqlLog th {
font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
font-size:13px;
background-color: #e2e2e2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}
#cakeSqlLog table tr td {
border-right: 1px solid #ddd;
padding:4px 4px;
vertical-align:top;
text-align: center;
}
#cakeSqlLog table tr.altRow td {
background: #f4f4f4;
}
#cakeSqlLog td {
font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
font-size:13px;
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}