.hidden {
  display: none !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
body {
  background: #ccc;
  font-family: Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 24px;
  margin: 0;
  padding: 16px;
  display: block;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.error-500 {
  background: #b00;
}
.error-404,
.error-403 {
  background: #990;
}
.error-wrapper {
  margin: 0 32px 16px;
  padding: 1px 16px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.37);
}
.exception-wrapper {
    margin-top: 16px;
}
.description {
  font-weight: bold;
}
.details {
  color: #900;
}
.details .message {
  font-weight: bold;
  margin-bottom: 5px;
}
table {
  width: 100%;
  margin: 16px auto;
  border-collapse: collapse;
}
th {
  text-align: left;
}
tr th,
tr td {
  background: #ffc;
  border: 1px solid #fec;
  padding: 1px 5px;
}
tr.header th {
  background: #fcc;
  border: 1px solid #fbc;
  padding: 2px 5px;
}
.output p {
  margin: 0;
}
pre {
  background: #ecf2ff;
  border: 1px solid #bdd4fc;
  border-radius: 3px;
  padding: 16px;
  margin: 16px 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
iframe {
  width: 100%;
  border: 1px solid #bdd4fc;
  border-radius: 3px;
  background: #ecf2ff;
  margin: 16px 0;
}
.placeholder {
  height: 38px;
}
.footer {
  display: inline-block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  font-family: "Constantia", "Times New Roman", Times, serif;
  font-size: 14px;
  margin-top: 32px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 16px 0 16px;
  background: inherit;
}
.footer:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
}
.footer .label {
  float: left;
  margin-left: 16px;
}
.footer .version {
  float: right;
  margin-right: 16px;
}
