table.product-table {
  display: table;
  width: 100%;
}

table.product-table tr {

}

table.product-table th {
  text-align: center;
}

table.product-table td {

}

td.Article { 
}
td.Article a { 
  display: inline;
  text-decoration: underline;
}
td.ID img {
  display: inline;
}
td.ID img:hover {
  cursor: pointer;
}
td.AddToCart{text-align: center;}
td.Price    { text-align: right; font-weight: bold; }
td.StockUnits { text-align: right; }
td.AddToCart {  }

td.AddToCart button{
  background: #26863c;
  border: none;
  height: 2.2rem;
  line-height: 2.2rem;
  border-radius: 4px;
  text-transform: uppercase;
  color: #ffffff;
  vertical-align: middle;
}
div.AddToCart button{
  background: #26863c;
  border: none;
  height: 2.2rem;
  line-height: 2.2rem;
  border-radius: 4px;
  text-transform: uppercase;
  color: #ffffff;
  vertical-align: middle;
}
table.product-table th[name="id"]           { width: auto }
table.product-table th[name="button"]       { width: auto }
table.product-table th[name="article"]      { width: auto }
table.product-table th[name="property"]     { width: auto }
table.product-table th[name="price"]        { width: auto }
table.product-table th[name="stock-units"]  { width: auto }
table.product-table th[name="button"]       { width: 75px }

/* .product-table tr.mobile-view {
  visibility: collapse;
} */