
    img.svelte-1hoglcg {
        max-width: 100%;
        height: auto;
        opacity: 0;
    }

    img.fade-in.svelte-1hoglcg {
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
    }

    img.visible.svelte-1hoglcg {
        opacity: 1;
        transition: none;
    }

    img.error.svelte-1hoglcg {
        opacity: 0.5;
        filter: grayscale(100%);
    }
div.fancytable {
  color: #323232;
  font-size: 14px;
  line-height: 1.3em;
  font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 300;
}
div.fancytable table {
  margin-bottom: 20px;
  margin-top: 20px;
  vertical-align: top;
  font-size: 12px;
  color: #666;
  line-height: 14px;
}
div.fancytable th {
  padding: 4px 8px 4px 8px;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
  background-color: #7c7;
  border: 1px solid #7c7;
  border-bottom: 2px solid #7c7;
  vertical-align: bottom;
}
div.fancytable td {
  border: 1px solid #ddd;
  vertical-align: top;
  padding: 4px;
  font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 300;
}
div.fancytable td.good {
  background-color: #afa;
}
div.fancytable td.bad {
  background-color: #faa;
}
div.fancytable td.caution {
  background-color: #ffa;
}
div.fancytable td.special {
  background-color: #aff;
}
div.fancytable td.nowrap {
  white-space: nowrap;
}
div.fancytable td.center {
  text-align: center;
}
div.fancytable td p {
  margin-top: 0px;
  margin-bottom: 4px;
}
div.fancytable tr.good td {
  background-color: #afa;
}
div.fancytable tr.bad td {
  background-color: #faa;
}
div.fancytable tr.caution td {
  background-color: #ffa;
}
div.fancytable tr.special td {
  background-color: #aff;
}
p.svelte-4auo5j {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
h2.svelte-4auo5j {
  margin-top: 2rem /* 14px */;
  font-size: 1.25rem /* 20px */;
  line-height: 1.75rem /* 28px */;
  font-weight: 600;
  color: #1e293b /* #1e293b */;
}
tr.svelte-5p3p8e:hover {
  background-color: #fdf6b2 /* #fdf6b2 */;
}
td.svelte-5p3p8e {
  padding-left: 0.5rem /* 8px */;
  padding-right: 0.5rem /* 8px */;
  padding-top: 0rem /* 4px */;
  padding-bottom: 0rem /* 4px */;
  font-size: 0.875rem /* 14px */;
  line-height: 1rem /* 20px */;
  white-space: nowrap;
}
tr.svelte-rm2dv2:hover {
  background-color: #fdf6b2 /* #fdf6b2 */;
}

  P.svelte-1a4y20t {
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
    overflow-x: auto;
  }
  