table.price-block {
  border-collapse: separate;
  float: left;
  margin: 2px;
}

td.price-block-label {
  background-color: #909090;
  color: #ffffff;
  padding: 0px 5px;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
}

td.price-block-simple {
  border: 1px solid #808080;
  border-radius: 4px;

  color: #000000;
  padding: 1px 2px 5px 2px;
  text-align: center;
  white-space: nowrap;
}

span.price-block-subtext {
  position: relative;
  bottom: -5px;
  font-size: 0.7em;
  font-weight: normal;
  line-height: 1em;
}

.price-block-hilite {
  background-color: #ecba52;
}

.price-block-normal {
    background-color: #f0f0f0;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.price-block-seperator {
  position: relative;
  top: 15px;
  background-color: #909090;
  border-radius: 15px;
  width: 15px;
  height: 15px;
  padding: 1px;
}
