/* src/css/rule-of-thumb-chart.css */
table {
  font-size: 125%;
  white-space: nowrap;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid black;
}
table td,
table th {
  border: 1px solid black;
  padding: 0.5rem 1rem;
}
table thead th {
  padding: 3px;
  position: sticky;
  top: 0;
  z-index: 1;
  width: 25vw;
  background-color: #ccc;
}
table td {
  background: #fff;
  padding: 4px 5px;
}
table tbody th {
  font-weight: bold;
  font-style: italic;
  text-align: left;
  position: sticky;
  left: 0;
  background-color: #ccc;
  z-index: 1;
}
table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
caption {
  text-align: left;
  padding: 0.25rem;
  position: sticky;
  left: 0;
}
[role=region][aria-labelledby][tabindex] {
  width: 100%;
  max-height: 98vh;
  overflow: auto;
}
[role=region][aria-labelledby][tabindex]:focus {
  box-shadow: 0 0 0.5em rgb(0 0 0 / 0.5);
  outline: 0;
}
.alt {
  background-color: #f1f1f1;
}
.badge-primary {
  background-color: #BC141A;
}
.small {
  font-size: small;
}
#print {
  text-align: right;
  color: #BC141A;
}
/*# sourceMappingURL=ruleofthumb-JPX7V3C6.min.css.map */
