/*html {
  margin-bottom:100px;
}*/

.cake-sql-log {
	position:fixed;
	display: block;
	top:99%;
	left: 0;
	/*bottom:0;*/
	margin:0;
	margin-bottom:0;
	z-index:10000;
	width:100%;
	/*height: 100px;*/
	background-color:#FFF;
	color:#000;
	border-collapse:collapse;
}

.cake-sql-log caption {
	background-color:#900;
	color:#FFF;
}

.cake-sql-log:hover {
	position: fixed;
	top:auto;
	bottom:1;
	z-index:10000;
}

.cake-sql-log td {
	padding:3px;
	border:1px solid #999;
	background-color:#EEE;
	color:#000;
}
