/**
 *      DEBUGGER
 */

#debuger {
  font-family: sans-serif, verdana;
  margin: 0;
  padding: 10px;
  font-size: 10px;
  color: #232323;
  background: #fff;
  
}

#debuger ul li {
  padding: 3px 0;
}

#debuger ul {
  margin: 20px 10px;
  background: #eee;
  border: 1px solid #ccc;
    -moz-border-radius: 10px;
  border-radius: 10px;
}


#debuger a {
  color: red;
  font-size: 12px;
}

#debuger pre {
  font-size: 11px;
  font-family: monospace;
}

#debuger div {
  margin: 20px 10px;
  background: #eee;
  border: 1px solid #ccc;
    -moz-border-radius: 10px;
  border-radius: 10px;
}

#debuger div div {
  margin: 10px;
  border: 0;
  
}

#debuger h1 {
    -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  background: #ddd;
  margin: 1px;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}