@import 'page-font-labels';
pre:not([a]):not([error]) {
  display: block;
  width: 50%;
  top: 10px;
  background-color: rgba(204, 204, 204, 0.8);
  right: 10px;
  border: 1px solid black;
  z-index: 300000000;
  position: absolute;
}
pre:not([a]):not([error]):nth-of-type(2) {
  left: 32%;
}
pre:not([a]):not([error]):nth-of-type(3) {
  left: 64%;
}
pre[error] {
  background-color: #f00;
  color: #fff;
  padding: 5px;
  position: relative;
  font-size: 85%;
  overflow: visible;
  margin: 48px 10px 10px 10px;
}
pre[error]:before {
  content: 'Fatal error';
  position: absolute;
  padding: 4px 10px;
  border: 3px solid #f00;
  font-size: 120%;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  color: #f00;
  top: -33px;
  left: 0px;
}
pre[error][reg_gbox]:before {
  content: 'Register Gbox error';
}
pre[error] hr {
  visibility: hidden;
  margin-top: 8px;
  margin-bottom: 8px;
}
pre[error] [info] {
  display: inline-block;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 8px;
  font-size: 70%;
  background-color: #fff;
  color: #000;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
