.am-productdetailboxes {
  margin-top: 50px;
}

.am-pdb-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.am-pdb-table {
  width: 100%;
  border-collapse: collapse;
  color: inherit;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.am-pdb-table th,
.am-pdb-table td {
  border: 1px solid #dddddd;
  padding: 5px 3px;
  text-align: center;
  vertical-align: middle;
}

.am-pdb-table th {
  background: #eeeeee;
  font-weight: 600;
}

.am-productdetailboxes .am-pdb-table thead th {
  text-align: center !important;
}

.am-pdb-table td {
  background: #fff;
}
