.row.my-account-row {
    border: 1px solid #d3d3d3;
    background-color: #F2F2F2;
}

.row.my-account-row .my-account-col {
    background-color: white;
    border-left: 1px solid #d3d3d3;
    min-height: 250px;
    padding-top: 5px;
}

.row.my-account-row .my-account-col.selected {
    background-color: #d4ebe1;
}

.row.my-account-row .subtitle {
    text-align: center;
    color: white;
    background-color: grey;
    padding: 5px 10px;
}

.row.my-account-row .subtitle-desc {
    text-align: center;
    margin-top: 4px;
    padding: 0 10px;
}

/* PRICE PLANS */
.price-plan .success-box {
    color: #4cba83;
    background-color: #d4ebe1;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.price-plan .pp-header {
    display: inline-block;
}
.price-plan .pp-subscript {
    display: inline-block;
    padding-left: 10px;
}

.price-plan .my-account-row .subtitle-desc {
    text-align: left;
}
.price-plan .my-account-row .subtitle-desc.free-trial {
    padding-top: 30px;
    text-align: center;
}
.price-plan .my-account-row .subtitle-desc .line {
    display: block;
}
.price-plan .row.my-account-row .my-account-col {
    position: relative;
    min-height: 220px;
}
.price-plan .my-account-col .my-account-col-cell {
    padding-top: 5px;
}
.price-plan .my-account-col .cell-center span {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    padding-top: 10px;
    width: 70px;
}
.price-plan .my-account-col .cell-center span.filler {
    width: 0;
}
.price-plan .my-account-col .cell-right {
    position: absolute;
    width: 100%;
    top: 170px;
    left: 0;
}

.credit-card-payment-div .cc-div {
    float: left;
}
.credit-card-payment-div .cc-div img {
    height: 40px;
    margin-right: 5px;
}
.credit-card-payment-div .checkout-div {
    float: right;
}
.paypal-div {
    text-align: right;
}

@media (max-width: 762px) {
    .price-plan .success-box {
        font-size: 16px;
        border-radius: 0;
    }
    .price-plan .pp-header {
        display: block;
        font-size: 24px;
        text-align: center;
    }
    .price-plan .pp-subscript {
        display: block;
        text-align: center;
    }

    .price-plan .my-account-row {
        margin: 0 -5px;
    }

    .price-plan .my-account-col {
        min-height: 0 !important;
        border-top: 1px solid #d3d3d3;
    }
    .price-plan .my-account-col .my-account-col-cell {
        height: auto !important;
        padding-bottom: 15px;
    }
    .price-plan .my-account-col .cell-left {
        float: left;
    }
    .price-plan .my-account-col .cell-center {
        text-align:center;
        font-size: 18px;
        margin:0;
    }
    .price-plan .my-account-col .cell-center div {
        display: inline;
    }
    .price-plan .my-account-col .cell-center span {
        display: inline;
        width: auto;
    }
    .price-plan .my-account-col .cell-center span.filler {
        display: inline-block;
        width: 126px;
    }
    .price-plan .my-account-col .cell-right {
        position: static;
        float: right;
        width: auto;
    }
    .price-plan .my-account-row .subtitle-desc {
        text-align: center;
        padding: 10px 5px;
    }
    .price-plan .my-account-row .subtitle-desc.free-trial {
        padding-top: 0;
    }
    .price-plan .my-account-row .subtitle-desc .line {
        display: inline-block;
        margin-top: 0 !important;
    }
    .price-plan .my-account-row .subtitle-desc div {
        display: inline-block;
        margin-right: 10px;
    }
    .price-plan .my-account-row .subtitle-desc div.link-color {
        font-size: 16px;
    }

    .credit-card-payment-div .cc-div, .credit-card-payment-div .checkout-div {
        float: none;
        text-align: center;
    }
    .credit-card-payment-div .checkout-div {
        padding-top:10px;
    }
    .paypal-div {
        text-align: center;
        padding-right: 10px !important;
    }
    .credit-card-payment-div .cc-div img {
        height: 28px;
        margin-right: 5px;
    }
    .price-plan .trynow-div {
        padding-right: 10px !important;
    }
}