.center {
  text-align: center;
}

.mh {
  margin-top: 4rem;
	text-align: center;
}

.mh .columns {
}

.mh .columns:first-child {
  text-align: left;
}

.mh .columns:last-child {
  text-align: left;
}

.mh .columns * {
	width: max-content;
}

.mh div ul {
  text-align: left;
  list-style: none;
  margin-bottom: 0;
  margin-top: 1rem;
	display: inline-block;
}

.lh, .close_assoc {
	display: inline-block;
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  border-bottom: 0.2rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.lastly {
  margin-top: 3rem;
}

i {
  opacity: 80%;
  font-size: 80%;
}

.lh, .vrange, .close_assoc {
  font-family: "Roboto Mono", monospace;
  font-weight: 300;
}

li {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
}

.vrange b {
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
}

.close_assoc {
  text-align: left;
  width: 100%;
  display: inline-block;
}
