/** Global formatter styles **/
.commerce-price-savings-formatter-prices .price-label {
  text-align: right;
  font-weight: bold;
}

.commerce-price-savings-formatter-prices .price-amount  {
  text-align: left;
  white-space: nowrap;
}

.commerce-price-savings-formatter-list .price-label,
.commerce-price-savings-formatter-list .price-amount {
  text-decoration: line-through;
  font-weight: normal;
}
.commerce-price-savings-formatter-savings .price-label,
.commerce-price-savings-formatter-savings .price-amount {
  color: #eb6e1f;
  font-weight: normal;
}
.commerce-price-savings-formatter-prices-count-1 .commerce-price-savings-formatter-list .price-amount {
  text-decoration: none;
}

/** Table formatter **/
table.commerce-price-savings-formatter-prices {
  width: auto;
  /*color: #323232;*/
  border: none;
  margin: 0;
}

.commerce-price-savings-formatter-prices tr.odd,
.commerce-price-savings-formatter-prices tr.even {
  background: none;
  border: none;
}

.commerce-price-savings-formatter-prices tr td {
  padding: 0 12px;
  vertical-align: middle;
  border: none;
/*  font-size: 0.86em;
  line-height: 1.1em; */
}

/** Inline formatter **/
table.commerce-price-savings-formatter-prices-inline {
  margin: 0 auto;
}
.commerce-price-savings-formatter-prices-inline .price-label {
  font-size: 0.6em;
}
.commerce-price-savings-formatter-prices-inline .commerce-price-savings-formatter-price .price-amount {
  color: #eb6e1f;
  font-weight: bold;
}

.commerce-price-savings-formatter-prices-inline tr.even,
.commerce-price-savings-formatter-prices-inline tr.odd {
  border: 0;
}

.commerce-price-savings-formatter-prices-inline tr td {
  text-align: center;
  padding: 0 6px;
}

.commerce-price-savings-formatter-prices-inline tr.commerce-price-savings-formatter-label-row td {
  line-height: 0.6em;
}
