@import "https://fonts.googleapis.com/css?family=Maven+Pro";
body {
  overflow-y: scroll;
}

h1 {
  font-weight: normal;
}

:disabled {
  background-color: #f5f5f5;
}

.status-text {
  color: #0dd13a;
  font-size: 13pt;
}

.warning-text {
  color: #e0403f;
  font-size: 13pt;
}

table.alt-bg tr:nth-child(2n) {
  background: #ebebeb;
}

table.no-bg tr:nth-child(2n) {
  background: none;
}

.light-box {
  background: #fff;
  border-radius: 6px;
}

td {
  padding: .2em .4em;
}

.num-label {
  text-align: right;
}

.num {
  font-family: monospace;
}

.num, .num-label {
  font-size: clamp(.6rem, .2471rem + 1.5686vw, 1rem);
}

.tooltip-content {
  display: none;
}

.tooltip-icon:hover + .tooltip-content {
  background: #bde3ff;
  padding: 8pt;
  display: block;
}

/*# sourceMappingURL=index.83cbb356.css.map */
