.packing_plan div.slot {
  height:100%;
  display: inline-block;
  position: relative
}

.packing_plan div.slot-1 {
  width:100%;
}
.packing_plan div.slot-2 {
  width:50%;
}
.packing_plan div.slot-3 {
  width:30%;
}
.packing_plan div.slot-4 {
  width:25%;
}
.packing_plan div.slot-6 {
  width:16%;
}

.packing_plan td.identifier {
  width: 20%;
}

.packing_plan tr.notfirst td  .identifier {
  display: none;
}

.packing_plan tr.first {
  border: 2px solid black;
}
  
/* .picking_list .style .stock, .picking_list .variation .stock { */
/* 	color:transparent */
/* } */
