
.price-list-header {
}

.price-list-header I {
  float: left;
  width: 70%;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
}

.price-list-header SPAN {
  float: right;
  width: 25%;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}


.price-list I {
  float: left;
  width: 75%;
  font-style: normal;
}

.price-list SPAN {
  float: right;
  width: 20%;
  text-align: right;
}

