#cake_query_debug table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #333;
  clear:both;
  margin: 0 0 2em 0;
  white-space: normal;
  position:absolute;
  left:0px;
  bottom:0px;
  top:1000px;
}
#cake_query_debug th {
  background-color: #ccc;
  border-top: 1px solid #fff;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  text-align: center;
  padding:3px;
}
#cake_query_debug table tr td {
  border-right: 1px solid #ccc;
  padding:4px 4px;
  vertical-align:top;
  text-align: center;
}
#cake_query_debug table tr.altRow td {
  background: #f4f4f4;
}
