.quantity-shipped-field {
  width: 5rem;
  position: initial;
  margin-top: initial;
}
.quantity-shipped-cell {
  text-align: center;
  padding: 15px 5px 0px 5px;
}
.quantity-shipped-cell-input {
  justify-content: center;
  align-items: center;
}
.quantity-shipped-cell-input .input-field {
  margin-top: 5px;
}
.quantity-shipped-cell-input .input-field input {
  margin: 0px;
  height: 2em;
}
.quantity-shipped-header {
  width: 25px;
  word-break: break-word;
}
.checkboxes-row {
  padding-top: 40px;
}
.checkboxes-row label {
  margin: 0px !important;
}
.checkboxes-row .labeled-field {
  margin: 0px;
}
#quantity-shipped-table {
  width: 100%;
  table-layout: auto;
}
#quantity-shipped-table:has(th:nth-child(4)) .quantity-shipped-header:first-child {
  width: auto;
}
#quantity-shipped-table:has(th:nth-child(4)) .quantity-shipped-header:not(:first-child) {
  width: 120px;
}
