@media only screen and (max-width: 400px) {
  pre {
    margin-left: 1em;
    white-space: normal;
    max-width: 93vw;
  }
}

pre {
  text-indent: 0;
  margin-top: 0.5em;
  }

div {
  margin: 0.1em;
  }

.value {
  color: grey;
  text-indent: 1em;
  }

.valueLink {
  color: grey;
  text-indent: 1em;
  text-decoration: underline;
  text-decoration-style: dotted;
  }

#topper {
  height: 0.75em;
  }
                                                                                                                                                                                                                                                                                                                                                                 
