#productTable {
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
}
table { border-collapse: collapse; }
table, th, td { border: 1px solid #584D3B; }
.centered { align: center; }
tbody {  }
th {
  text-align: center;
  font-size: 1.2em;
  padding: 0 20px;
}
tr:first-child {
  background-color: #B3A58C;
  color: #000;
}
td { padding: 4px 20px; }
td:first-child { padding: 4px 40px; }