#debug {
  position: absolute;
  top: 20px;
  left: 0;
  background: #222;
  border: 1px solid #ccc;
  margin: 20px;
  padding: 20px;
  display: none;
  opacity: 0.9;
  z-index: 255;
}

#debug h1 {
  border: none;
  font-size: 14pt;
}

#debug-panel {
  position: absolute;
  top: 0;
  right: 0;
  background: #222;
  padding: 5px;
}

#debug-panel a,
#debug a {
  color: #888;
  font-size: 8pt;
}

#debug a.actions {
  position: absolute;
  top: 10px;
  right: 10px;
}

#debug-panel-details {
  display: none;
  padding: 10px;
  text-align: right;
}

table.profiler,
table.profiler td
{
  border-collapse: collapse;
  border: 1px solid #444;
  background-color: #222;
}

table.profiler td {
  text-align: left;
  padding: 4px;
}

table.profiler th {
  padding: 4px;
}

table.profiler td.profiler-query {
  font-size: 7pt;
}

table.profiler th {
  background-color: #666;
  border: 1px solid #888;
}
