#results-page .vehicle .customize-payment * {
    font-family: "Raleway","arial",sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: white !important;
    text-transform: uppercase !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#results-page .vehicle .vehicle-price .price-leaseandfinance .btn-customize-payment {
    background-color: #98113a;
    color: #fff;
    line-height: 20px;
    padding: 12px 12px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    margin: 5px 0;
    text-align: center;
    font-size: 12px;
    float: left;
    cursor:pointer;
}
#lo_original_container .lo_choose_payment_button {
    margin: 0 auto 21px auto;
    width: 75%;
    text-align: center;
    height: 50px;
    line-height: 30px;
    color: #fff;
    background-color: #98113a;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 1px 1px 3px #888888;
    font-size: 1.42857em;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#lo_original_container .lo_restart_button {
    position: absolute;
    max-width: 230px;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    width: 60%;
    text-align: center;
    height: 50px;
    line-height: 30px;
    color: #333;
    padding: 10px;
    font-size: 1.1em;
    cursor:pointer;
}
#lo_original_container .lo_customize_button {
    position: absolute;
    max-width: 230px;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    width: 60%;
    text-align: center;
    height: 50px;
    line-height: 30px;
    color: #333;
    padding: 10px;
    font-size: 1.1em;
    cursor:pointer;
}

#lo_original_container .lo_lock_button {
    position: absolute;
    max-width: 230px;
    bottom: 60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    width: 60%;
    text-align: center;
    height: 50px;
    line-height: 30px;
    color: #fff;
    background-color: #00a651;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 1px 1px 3px #888888;
    font-size: 1.4285714286em;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.lo_edit_fields {
    font-size:1.1em!important;
}
#lo_original_container .lo_content .lo_step_form input[type=submit] {
    text-align: center;
    margin: 0 auto;
    margin-top: 108px;
    width: 230px!important;
    text-align: center;
    height: 50px;
    line-height: 30px;
    color: #fff;
    background-color: red;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 1px 1px 3px #888888;
    font-size: 1.4285714286em;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1000;
    opacity: 0;
}
@media (min-width: 374px) {
    #lo_original_container .lo_content .lo_step_results .lo_full_disclaimer {
        max-height: 297px;
    }
}
#lo_credit_select {
    text-align-last:center;
}
#badcredit {
    width: 104px;
    height: 79px;
    bottom: 8px;
    background-color: transparent;
    position: absolute;
    z-index: 1000;
    left: 7px;
    cursor: pointer;
    clip-path: polygon(13% 25%, 0 100%, 100% 100%);
}
#poorcredit {
    width: 89px;
    height: 94px;
    bottom: 8px;
    background-color: transparent;
    position: absolute;
    z-index: 1000;
    left: 22px;
    cursor: pointer;
    clip-path: polygon(44% 0%, 0% 38%, 100% 100%);
}
#faircredit {
    width: 52px;
    height: 108px;
    bottom: 8px;
    background-color: transparent;
    position: absolute;
    z-index: 1000;
    left: 58px;
    cursor: pointer;
    clip-path: polygon(100% 0%, 0% 13%, 100% 100%);
}
#goodcredit {
    width: 51px;
    height: 108px;
    bottom: 8px;
    background-color: transparent;
    position: absolute;
    z-index: 1000;
    left: 110px;
    cursor: pointer;
    clip-path: polygon(100% 9%, 0% 0%, 0% 100%);
}
#greatcredit {
    width: 93px;
    height: 98px;
    bottom: 8px;
    background-color: transparent;
    position: absolute;
    z-index: 1000;
    left: 111px;
    cursor: pointer;
    clip-path: polygon(97% 37%, 53% 0%, 0% 100%);
}
#excellentcredit {
    width: 104px;
    height: 61px;
    bottom: 8px;
    background-color: transparent;
    position: absolute;
    z-index: 1000;
    left: 110px;
    cursor: pointer;
    clip-path: polygon(100% 100%, 87% 0%, 0% 100%);
}