h2.plan-header-plus,
h2.plan-header-standard,

h2.plan-header-light {
    background-repeat: no-repeat;
    background-position: center right;
}


.payment-table h2 {
    text-align: left;
    padding-top: 32px;
    padding-bottom: 24px;
    font-size: 28px ! Important;
    color: #04396A;
}

.pricetable tr td {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
}

.pricetable tr td i {
    padding-right: 10px;
    color: #919090;
    font-size: 16px;
    font-weight: 200;
}

.pricetable tr td span {
    color: #04396A;
    font-weight: bold;
}

.price strong {
    font-weight: bold;
    font-size: 20px;
}

.price span {
    font-size: 14px;
    color: #919090;
}

.popular {
    background-color: #04396A;
    color: white;
}

.popular .small-payment-table h2 {
    text-align: left;
    padding-top: 32px;
    padding-bottom: 24px;
    font-size: 28px ! Important;
    color: #edf1f5;
}

.popular .small-pricetable tr td {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    color: #edf1f5;
}

.small-pricetable tr td i {
    padding-right: 10px;
    color: #e7a01b;
    font-size: 16px;
    font-weight: 200;
}

.small-pricetable tr td span {
    color: #edf1f5;
    font-weight: bold;
}

.small-price {

    color: white;
}

.small-price strong {
    font-weight: bold;
    font-size: 20px;
    color: white;
}

.small-price span {
    font-size: 14px;
    color: #919090;
}

.button {
    border: none;
    background-color: #F5A32B;
    border-radius: 4px;
    padding: 12px 10px 12px 10px;
    color: #000;
    font-size: 18px;

}

.button:hover {
    background-color: #F5A32B;
    color: #000;
}