.cake-sql-log {
	background-color: #fff;
	border-top: 1px solid #000;
	font: 12px Consolas, "Lucida Console";
}
.cake-sql-log caption {
	background-color: #e9e9e9;
}
.cake-sql-log td,
.cake-sql-log th {
	border: 1px solid #e9e9e9;
	padding: 5px;
	vertical-align: top;
}
.debug,
.cake-debug {
	background-color: #fff;
	color: #000;
	font-size: 12px;
}
.debug h4 {
	background-color: #DFE2FF;
	font-size: 14px;
}
