cronk-selector ion-checkbox {
  --checkmark-color: #fff;
  margin: 0 0.5rem;
}
cronk-selector ion-item {
  --min-height: 2.5rem;
}
cronk-selector ion-progress-bar {
  height: 1.5rem;
}
cronk-selector span {
  margin: 0 1rem;
}
cronk-selector span.counts {
  font-weight: bold;
  white-space: nowrap;
}
cronk-selector span.percent {
  color: var(--cronk-color-medium);
  font-size: 100%;
  font-family: monospace;
  white-space: nowrap;
}
cronk-selector span.label {
  text-transform: uppercase;
  white-space: nowrap;
  min-width: 7.5rem;
  display: inline-block;
  text-align: right;
}
cronk-selector.thing-selector table {
  width: 96%;
  margin: 20px auto;
  margin-right: 4%;
  table-layout: auto;
  text-align: right;
}
cronk-selector.thing-selector table.fixed {
  table-layout: fixed;
}
cronk-selector.thing-selector table, cronk-selector.thing-selector table td, cronk-selector.thing-selector table th {
  border-collapse: collapse;
  text-align: right;
}
cronk-selector.thing-selector table tr {
  height: 1.5rem;
}
cronk-selector.thing-selector table th, cronk-selector.thing-selector table .select-label {
  font-weight: 800;
  font-size: smaller;
  color: var(--cronk-color-medium);
}
cronk-selector.thing-selector table th, cronk-selector.thing-selector table td {
  padding: 0;
  text-align: right;
}
cronk-selector.thing-selector table th:nth-child(3), cronk-selector.thing-selector table td:nth-child(3) {
  width: 5rem;
}
cronk-selector.thing-selector table th:nth-child(4), cronk-selector.thing-selector table td:nth-child(4) {
  width: 4rem;
}
cronk-selector.thing-selector table th:nth-child(1), cronk-selector.thing-selector table td:nth-child(1) {
  width: 12rem;
}
cronk-selector.thing-selector table th:nth-child(4) {
  text-align: center;
}
cronk-selector.thing-selector table td:nth-child(4) {
  color: var(--cronk-color-medium);
  font-size: 100%;
  font-family: monospace;
}
cronk-selector .select-all-things {
  --ion-safe-area-left: 0;
}