pre.cake_debug, .cake-stack-trace {
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	font-family: monospace;
	text-align: left;
	margin: 10px;
	padding: 10px;
	color: #000;
}

.cakeSqlLog table {
	background: #f4f4f4;
}

.cake-sql-log {
	background-color: #FFFFFF;
}

.cake-sql-log tbody tr td {
	border-bottom: 1px dashed;
	border-color: black;
	padding-top: 3px;
	padding-bottom: 3px;
}

.cakeSqlLog td {
	padding: 4px 8px;
	text-align: left;
}
