.shifts-editor {
  color: white;
}

.shifts-editor__header {
  display: flex;
}

.shifts-editor__header-elem {
  display: flex;
  flex: 1;
  justify-content: center;
}

.shifts-editor__header-elem--left {
  justify-content: flex-start;
}

.shifts-editor__header-elem--right {
  justify-content: flex-end;
}

.shift-editor__table-container {
  margin-top: 10px;
}

.shifts-editor__table {
  width: 100%;
  border-collapse: collapse;
  /* table-layout: fixed; */
}

.shifts-editor__table td {
  width: 25px;
  line-height: 1;
  padding: 5px 0;
}

.shifts-editor__table-cell-val {
  text-align: center;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.274);
  width: 25px;
  cursor: pointer;
  font-size: 12px;
}

.shifts-editor__table-cell-val:hover {
  background-color: rgba(255, 255, 255, 0.062);
}

.shifts-editor__table-cell-shift {
  width: auto;
  white-space: nowrap;
  /* padding-right: 3px; */
}

.shifts-editor__select-container {
  flex: 1 auto;
}

.shifts-editor__year-container {
  margin-left: 10px;
}

.shifts-editor__build {
  margin-left: 10px;
}

.shifts-editor__btn-add {
  margin-left: 5px;
}
