table.cake-sql-log{
	font-size:10px;
	width:100%;
}

table.cake-sql-log th,
table.cake-sql-log caption,
table.cake-sql-log td{
	background:#eee;
	padding:0 1em 1em 1em;
}

table.cake-sql-log caption{
	margin-top:3em;
	padding-top:1em;
}

pre{
	display:block;
	float:left;
	clear:left;
	background:#eee;
}
