.productList {
  margin-top: 10px;
}
.productList table {
  width: 100%;
}
.productList td.header {
  padding: 0px 0px 3px 0px;
  font-weight: 600;
}
.productList tr.product td {
  padding: 0px 2px;
}
.productList tr.prodtitle td {
  margin-top: 5px;
  background-color: #CC8690;
  padding: 1px 0 2px 2px;
  font-weight: bold;
}
.productList tr.product td.writeup .descrip {
  padding: 3px 5px 3px 5px;
}
