table.productlist{
  border: 1px solid #000;
}
table.productlist tr td{
  padding: 2px 10px;
  border: 1px solid #000;
}
table.productlist tr td:nth-child(even){
  width: 100px;
}
table.picking>tbody>tr>td{
  width: 50%;
}
