table.onez-product-struct{
  width:100%;
  background:#CDCDCD;
  border-collapse: separate;
  border-spacing: 1px;
  margin:10px auto;
}
.onez-product-struct th,.onez-product-struct td{
  line-height:1.8;
  padding:5px;
  font-size:13px;
}
.onez-product-struct th{
  text-align:center;
  font-weight:normal;
  background:#eee;
}
.onez-product-struct td{
  background:#fff;
  text-align:center;
}

.product-content img{
  max-width:750px;
}