@import "bulma.min.css";

:root {
  --widescreen-enabled: false;
  --fullhd-enabled: false;
}

fieldset {
  border: 2px solid var(--bulma-primary-on-scheme);
  border-radius: 4px;
}

.profile-csv {
  max-height: 100vh;
  overflow: scroll;
}

.tool-description {
  margin-bottom: 10px;
}

.tool-parts {
  margin-left: 10px;
  list-style: circle;
}

.input-desc {
  font-size: 10pt;
  margin-top: -8px;
  margin-bottom: 2px;
}

.footnotes {
  margin-top: 30px;
}

.footnotes-item {
  font-size: 10pt;
}
