.spl-price-list {
    max-width: 700px;
}

.spl-price-list .price-section {
    margin-bottom: 40px;
}

.spl-header-section {
	margin-bottom: 20px;
}

.spl-header-section span {
	font-size: 22px;
}

.spl-header-section span:last-of-type {
	float:right;
}

.spl-price-list .price-section-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 23px;
	color:#6d6d6d;
}

.spl-price-list .price-row {
    display: flex;
    align-items: end;
    margin-bottom: 10px;
}

.spl-price-list .dots {
    flex: 1;
    border-bottom: 2px dotted #6d6d6da6;
    margin: 0 10px;
    position: relative;
    bottom: 4px;
    min-width: 20px;
}

.spl-price-list .price {
    font-weight: bold;
}
