body {
  /*font-family: sans-serif;
  */
  font-family:
    nintendo_NTLG,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Helvetica,
    Arial,
    sans-serif;

  line-height: 180%;
  text-align: center;
}

.results {
  list-style-type: none;
  padding: 0;
}

ul {
  list-style-position: inside;
}

.results > li {
  margin: 0 auto 5px;
  padding: 5px;
}

.results img {
  border-radius: 5px;

  max-width: 100%;
  border: 1px solid #808080;
}

/* desktop (mobile is default) */
@media (width > 40em) {
  body {
    max-width: 26em;
    margin: 0 auto;
  }
  .load-error {
    max-width: 40vw;
  }
}

pre, code {
  white-space: pre-wrap;
  word-break: break-all;
}

.left-justified-compact {
  padding: 0; text-align: left; font-size: 13px; line-height: 150%;
}

code {
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
code.code-block {
  display: block;
}
.image-80 {
 height: 80px;
 width: 80px;
}
.image-qr {
  height: 150px;
  width: 150px;
}
.image-qr-container {
  margin-top: 8px;
  padding: 5px;
  border-style: dotted;
  border-radius: 5px;
}
.image-qr-container:hover img {
  height: 100%;
  width: 100%;
}