<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">th {
  background-color: #dedede !important;
  font-size: 14px;
}
td {
  font-size: 14px;
  text-align: start;
}

td a {
  color: var(--text-primary);
}

th,
td {
  vertical-align: middle;
}

th input[type="checkbox"],
td input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
</pre></body></html>