@charset "utf-8";
/* debug
---------------------------------------*/

.cake-debug-output,
.cake-sql-log {
  line-height: 1.5;
  background-color: #222;
  padding: 20px;
}

.cake-debug-output, .cake-debug-output *,
.cake-sql-log,
.cake-sql-log * {
  color: #00cc33 !important;
  -ms-word-break: break-all;
  word-break: break-all;
}

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

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