@charset "utf-8";
/* CSS Document */

.cake-sql-log {
	width: 100%;
	background-color:#69C;
	border-collapse:collapse;
	margin-bottom: 20px;
}

.cake-sql-log caption {
	margin-top: 20px;
	line-height: 2em;
	background-color:#000;
	color:#FFF;
}

.cake-sql-log thead th {
	background-color:#336;
	color:#CCC;
}

.cake-sql-log th, .cake-sql-log td {
	border: 1px solid #000;
	padding: 0 5px 0 5px;
}
