<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Arial, Helvetica, sans-serif;
}
img {
  max-width: 90%;
}
figure img {
  max-width: 45%;
}
.print {
  display: none;
}

details &gt; summary {
  list-style: none;
  margin-bottom: 10px;
}
details &gt; summary::-webkit-details-marker {
  display: none;
}
details &gt; details {
  margin-left: 10px;
}
</pre></body></html>