div.option_price {
  width: 50%;
  float: left;
}

div.product_size {
  width: 50%;
  float: left;
}

div.more_product_infos {
  float: none;
  overflow: hidden;
  height: 100%;
}

table.product_price {
  margin-bottom: 2em;
}

#inner-content table {
  margin: 0.1em;
  padding: 0.1em;
  text-align: center;
  border-spacing: 2px
}

#inner-content table th {
  padding: 0.2em;
  background-color: #073582;
  color: white;
  font-weight: bold;
}

#inner-content table td {
  padding: 0.2em;
  background-color: red;
  color: white;
  font-weight: bold;
}

#inner-content table tfoot td {
  padding: 0.2em;
  background-color: #eeeeff;
  color: black;
  font-weight: normal;
}


