@charset "utf-8";

/* ---------------------------------------------
	CAKEPHP DEBUG
--------------------------------------------- */

table.cake-sql-log {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	background-color:#f5f5f5;
	color: #666;
	border-collapse: collapse;
	margin: 10px;
}
table.cake-sql-log caption {
	background-color:#000;
	color:#fff;
	font-weight: bold;
	padding: 5px;
}
table.cake-sql-log td, table.cake-sql-log th {
	border: 1px solid #666;
	padding: 1px;
}
table.cake-sql-log th {
	padding: 10px;
	background-color: #ccc;
	font-weight: bold;
	text-align: center;
}
table.cake-sql-log td {
	padding: 10px;
	text-align: left;
}
table.cake-sql-log tbody tr:nth-child(even) th,
table.cake-sql-log tbody tr:nth-child(even) td {
	background-color: #fff;
}

