.pricing-table {
    font-size: 15px;
}

.pricing-table th, .pricing-table td {
    vertical-align: middle !important;
}

.pricing-table td:first-child {
    width: 45%;
}

.pricing-table .plan {
    margin-bottom: 16px;
}

.section-row td {
    background: #f5f7fa;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

/* aktuelle (kostenlose) spalte leicht abgesetzt */
.current-col {
    background: #fbfcfe;
}

/* upgrade spalte */
.highlight-col {
    background: #eef6ff;
}

/* limit text */
.limit-note {
    color: #888;
    margin-top: 4px;
}

/* progress bar */
.progress-wrapper {
    height: 8px;
    background: #e5eaf0;
    border-radius: 4px;
    overflow: hidden;
    margin: 5px 20px;
}

.progress-bar-lite {
    width: 35%;
    height: 100%;
    background: #5a9cff;
}

.progress-bar-full {
    width: 100%;
    height: 100%;
    background: #5a9cff;
}

/* update box */
.cta-soft {
    background:#f0f4f8;
    padding:40px;
    border-radius:6px;
}