body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji";
  overflow-x: hidden;
  margin: 0 !important;
  padding: 0;
  background-color: var(--bg);
}
body a {
  color: var(--accent);
}
body * {
  --bg_color: var(--bg);
  --bg_dark: var(--bg);
}
body uix-sitemap img {
  filter: contrast(0) brightness(0);
}
body[data-color-scheme=light] uix-comparison-pane tr:first-of-type th:nth-of-type(2) img, body[data-color-scheme=light] uix-comparison-pane tr:first-of-type th:nth-of-type(5) img {
  filter: contrast(0) brightness(0);
}
body[data-color-scheme=light] #main > img, body[data-color-scheme=light] uix-uix-page-header img {
  filter: contrast(0) brightness(0);
}
body[data-color-scheme=dark] uix-sitemap img {
  filter: contrast(0) brightness(100);
}
body a {
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body details {
  background-color: transparent;
  border: 0px;
}
body h1, body h2, body h3, body h4 {
  margin: 0;
  color: var(--text-highlight);
}
