.sidebar .tsheet-category {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
}

.sidebar .tsheet-category-name {
  flex-grow: 1;
}

.sidebar .tsheet-count {
  flex-grow: 0;
}

.sidebar .tsheet-notifications {
  flex-grow: 0;
  flex-basis: 1.5em;
}

.sidebar .tsheet-counter-value {
  color: white;
  background-color: firebrick;
  font-size: 80%;
  padding: 2px 4px;
  border-radius: 6px;
}

.sidebar .tsheet-counter-value-empty {
  padding: 2px;
}


.details .tsheet-category {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0.5em;
}

.details .tsheet-category .category-title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.83em;

}

.details .tsheet-category .category-title .title {
  flex-grow: 1;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
}


.details .tsheet-category-name {
  flex-grow: 1;
}

.details .tsheet-category-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  font-weight: bold;
  background-color: #d6fdd0;

}

.details .tsheet-category-header .tsheet-disclosure {
  flex-grow: 0
}

.details .tsheet-category-header .tsheet-series-title {
  flex-grow: 1;
}

.details .tsheet-category-header .tsheet-spinner {
  flex-grow: 0;
}

.details .tsheet-category-header .tsheet-series-actions {
  flex-grow: 0;
  margin-right: 10px;
}

.details .tsheet-count {
  flex-grow: 0;
}

.details .tsheet-notifications {
  flex-grow: 0;
  flex-basis: 1.5em;
}

.details .tsheet-counter-value {
  color: white;
  background-color: firebrick;
  font-size: 80%;
  padding: 2px 4px;
  border-radius: 6px;
}

.details .tsheet-counter-value-empty {
  padding: 2px;
}
