body table:nth-child(1) {
  width: 100%;
}

h2,
h3 {
  text-transform: uppercase;
}

h3 {
  margin: 12px auto;
}

h5 {
  white-space: nowrap;
}

a {
  background: #e63131;
  border-radius: 8px;
  color: white;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:not([href]),
a[href="../index.htm"] {
  display: none;
}

.h5rev {
  padding: 6px 10px;
  white-space: nowrap;
}
