/*
## debug.css - Contains style for debug layout
*/

#debugInfo {
  padding: 5px;
  margin-bottom: 5px;
  color: #fff;
  background-color: #000;
  border-bottom: 5px solid #fff;
}

#debugInfo .content {
  margin: 0 auto;
  width: 830px;
}

#debugInfo .saxonInfoElement {
  clear: left;
  padding-top: 5px;
}

#debugInfo .infoElement {
  float: left;
  width: 33%;
}

#debugInfo .infoElement h4 {
  text-decoration: underline;
  font-size: 100%;
  margin-bottom: 5px;
}

#debugInfo .infoElement dt {
  float: left;
  width: 50%
}

#debugInfo .infoElement dd {
  float: right;
  width: 50%
}