.customer_form#zeus th{
    width: 32%;
}

#zeus_token_card_number,#zeus_token_card_cvv{
    border: 1px solid #ddd;
line-height: 33px;
padding: 0 8px;
background: #f7f7f7;
}

#zeus_registerd_card_area, #zeus_new_card_area{
    margin: 0 0 10px 1em !important;
}

@media screen and (max-width: 500px){
    #zeus_token_card_name{
        width: 17em !important;
    }
    .customer_form#zeus th{
        width: 9em;
        padding: 10px 8px;
    }
} 