.rpp-product--pricetable-list {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 !important;
    margin-bottom: -7px !important;
}

.rpp-product--pricetable positive, negative {
  width: 100%;
  min-height: 30px;
  float: left;
  text-align: left;

  font-size: 16px;
  font-weight: 300;
  color: #333333;

  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;

  border-bottom: 1px solid #959595;
}

.rpp-product--pricetable positive:before {
  content: "✔️";
  margin-right: 8px;
}

.rpp-product--pricetable negative:before {
  content: "❌";
  margin-right: 8px;
}

.rpp-product-pricetable-streichpreis {
  color: #b1b1b1 !important;
  text-decoration: line-through;
  font-size: 20px !important;
}
