.work-items-table .header {
  padding: 12px;
  background-color: rgb(230, 230, 230);
  font-weight: bold;
}
.work-items-table .item-row {
  border-bottom: 1px solid rgba(200, 200, 200, 0.8);
  padding-bottom: 10px;
}
.work-items-table .item-info-row {
  background-color: rgba(255, 165, 0, 0.5);
  border-bottom: 1px solid rgba(150, 150, 150, 0.8);
  margin: 0px;
  padding-bottom: 1em;
}

input.numeric-input {
  text-align: right;
}

.cut-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.calendar .week .day {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 0;
  aspect-ratio: 3/2;
}
.calendar .week .head {
  background-color: lightblue;
  border: 1px solid black;
  border-collapse: collapse;
}
.calendar .week .empty {
  background-color: lightgray;
}/*# sourceMappingURL=index.css.map */