#service-costs .s-cost-item {
    margin-bottom: 50px;
  	min-height: auto;
}
#service-costs.swissvax .s-cost-item {
    width: 50%;
}
#service-costs .s-cost-item:last-child ul,
#service-costs .s-cost-item:nth-child(3n+3) ul {
    border-right: 0;
}
#service-costs .s-cost-item .cost-title {
  color: #f00;
}
#service-costs .s-cost-item ul li:nth-child(2n),
#service-costs .s-cost-item ul li:nth-child(2n+1) {
    background-color: transparent;
    color: #fff;
}
#service-costs .s-cost-item ul {
    border-right: 1px solid #ccc;
    position: relative;
}
#service-costs .s-cost-item .bold.s-cost-price {
    font-size: 24px;
}