body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

table tbody tr:hover {
  background-color: #f0f7ff !important;
}

pre {
  white-space: pre-wrap;
  word-break: break-word;
}

details summary::-webkit-details-marker {
  color: #6c757d;
}
