/* payment plan */
.strikeout {
    text-decoration: line-through;
}
h2 {
    font-size: 140%;
}
h3 {
    font-size: 120%;
}
#totalprice {
    font-weight: bold;
}

#planusers_holder {
    max-height: 500px;
    overflow: hidden;
}

#planusers_holder .mCSB_scrollTools_vertical {
    right: -25px;
}

.payment li {
    list-style-type: none;
}

.planli {
    margin-bottom: 12px;
}

#payment-form .dk_smallarrow, #payment-users .dk_smallarrow {
    top: 15px;
}

.card-cvc {width:30px;}
.card-expiry-month {width:43px;}
.card-expiry-year {width:57px;}
.zip-code {width:35px;}

.bolderplan {
    font-family: 'AvenirLTStdMedium';
    font-weight: normal;
    color: #3E5A7F;
    font-size: 14px;
    line-height: 20px;
}

.reg_no_users, .coworkerlabel, .cclabel {
    font-family: 'AvenirLTStdMedium';
    font-weight: normal;
    color: #3E5A7F;
    font-size: 15px;
    line-height: 41px;
    display: inline-block;
    margin-right: 20px;
    float: left;
}

.coworkerlabel, .cclabel {
    margin-left: 7px;
}

#annual_pro_description, #pro_description, #trial_description {
    margin-left: 36px;
    margin-top: 12px;
}

#trial_description, #pro_description {
    display: none;
}

#pro_description p, #trial_description p, #annual_pro_description p {
    color: #7f7f7f;
    margin-top: 0px;
    margin-bottom: 10px;
}

#logininner.planusers {
    padding-left: 55px;
    padding-right: 55px;
}

.mt80 {
    margin-top: 80px;
}

#dk_container_card-expiry-month .dk_options {
    width: 100px !important;
}

#dk_container_card-expiry-year .dk_options {
    width: 114px !important;
}

.zip-code {
    width: 150px !important;
}

.card-cvc {
    width: 100px !important;
}

.dk_container {
    margin-bottom: 0px !important;
}

#card-expiry-year, #card-expiry-month {
    margin-bottom: 0px !important;
}

.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.ml40 { margin-left: 40px; }
.mb10 { margin-bottom: 10px; }
.mb5 { margin-bottom: 5px; }
.underline { text-decoration: underline; font-weight: bold; }

.deleteuserbutton {
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    color: #fb7664;
    opacity: 0.8;
    position: relative;
    top: 2px;
}

.deleteuserbutton:hover {
    opacity: 1;
}

.pplan_user_tbl {
    margin-left: 20px;
    min-width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#agreebox2_lbl {
    position: relative;
    padding-left: 10px;
}

@media (max-width: 499px)  {
    #pplan_holder {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    
    .bolderplan {
        margin-left: 2px !important;
    }
    
    #logininner.planusers {
        padding: 0px !important;
        width: 90%;
        margin: 0 auto !important;
    }
    
    .cclabel {
        display: inline-block;
        width: 100%;
        text-align: left;
    }
    
    .ccdivider {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    
    #order_summary_holder {
        margin-left: 0px !important;
    }
    
    #agreebox2_lbl {
        display: inline-block;
        line-height: 20px;
        position: relative;
        top: 15px;
    }
}