@charset "utf-8";

.cake-sql-log caption {
	color:#fff;
}

.cake-sql-log {
	background: #f4f4f4;
	border-top: 1px solid #333;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

.cake-sql-log th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}

.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
	background: #fff;
}

.cake-sql-log tr:nth-child(2n) td {
	background: #f5f5f5;
}


.cake-sql-log .altrow td {
	background: #f5f5f5;
}

.cake-sql-log td.actions {
	text-align: center;
	white-space: nowrap;
}

.cake-sql-log td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}


