.inner_box {
  table-layout: fixed;
  line-height: 1.3em;
  margin: 0.3em 0em;
  padding: 0.5em;
  background-color: rgba(255,255,255,0.75);
}

.product_title {
  font-size: large;
}

.product_prices {
  color: #800000;
}

.product_text {
  overflow-wrap: break-word;
}

.product_image {
  display: inline-block;
  margin: 5px;
}

.product_image img {
  width: 80%;
}