/* Critical Information Summary Styles */
.pricing-flex-container {
    display: table;
    width: 100%;
    min-width: 286px;
}

.pricing-row {
    display: table-row;
}


.pricing-col {
    display: table-cell;
    padding: 15px;
    vertical-align: top;
}

.pricing-item {
    width: 25%;
    font-weight: bold;
}

.pricing-description {
    width: 50%;
}

.pricing-charges {
    width: 25%;
}
