/* Product info box */

.product-info-box {
  margin: 10px 0;
  padding: 8px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.product-info-box .name {
  font-weight: bold;
  margin-right: 5px;
}
.product-info-box .value {
  color: #555;
}
.product-info-box > div {
  margin: 3px 0;
}
.product-brand-inline {
  margin: 2px 0 8px 0;
  font-size: 14px;
}
.product-brand-inline .name {
  font-weight: bold;
  margin-right: 5px;
}
.product-brand-inline a {
  color: #1473e6;
  text-decoration: none;
}
.product-brand-inline a:hover {
  text-decoration: underline;
}
/* Force left column visible */
#left-column {
    display: block !important;
}
#content-wrapper.left-column {
    width: 75% !important;
}
