.discount-details .csstable {
  border-top: none;
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.discount-details .csstable .td {
  text-align: right;
}
.discount-details .discount-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.25;
}
.discount-details .discount-row .discount-value {
  font-size: 1.2em;
}
.discount-details .final-price {
  display: flex;
  align-items: center;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.discount-details .final-price .td {
  font-size: 1em;
}
.discount-details .final-price .td.col-xs-7 {
  flex: 1;
}
.discount-details .final-price .price {
  font-size: 2.125em;
  font-weight: 700;
}
.csstable {
  font-size: 0.875rem;
}
.csstable .th,
.csstable .td {
  padding: 0;
  word-wrap: break-word;
}
.csstable .th {
  max-width: 188px;
  padding-right: 10px;
}
.csstable .spec-title {
  font-weight: bold;
}
