table > tr:nth-child(2) {
  display: none;
}
table tr > th:first-child,
table tr > td:first-child {
  display: none;
}
table th {
  background-color: transparent !important;
  border: 0 !important;
}
hr {
  display: none;
}
h1 {
  display: none;
}
address {
  display: none;
}
body address:last-child {
  display: block;
  font-style: normal;
  font-size: 0.85em;
  text-align: center;
  margin: 0;
}
.alert-info {
  padding: 8px;
  padding-bottom: 5px;
}
pre {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
}
.alert-info {
  min-height: 25px;
}
.message-toggle {
  cursor: pointer;
  margin-top: 3px;
}
.message-title {
  position: absolute;
}