/* Tables */
table.cake-sql-log  {
	clear:both;
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
}
.cake-sql-log th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}

.cake-sql-log tr, td {
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

.cake-sql-log td.actions {
	text-align: center;
	white-space: nowrap;
}
.cake-sql-log td.actions a {
	margin: 0px 6px;
}


