#debug {
  display: none;
}

.debug {
  border: 1px solid red;
  width: 100%; 
  line-height: 120%;
}

.debug-title {
  border: 1px solid black;
  text-align: center;
  font-weight: bold;
  padding: 4px;
}

.debug-digest {
  font-weight: bold;
  padding: 4px;
  text-decoration: underline;
  border: 1px solid black;
}
