input#edit-vehicles-items-0-make {
    width: 100px;
}

input#edit-vehicles-items-0-model {
    width: 100px;
}

input#edit-vehicles-items-0-year {
    width: 90px;
}

input#edit-vehicles-items-0-quantity {
    width: 54px;
}

input#edit-vehicles-items-0-zip {
    width: 137px;
}

#vehicles_table td {
    padding: 9px !important;
}

#vehicles_table th {
    padding: 20px 20px;
}

th.vehicles-table--class.webform-multiple-table--class {
    text-transform: capitalize;
}

input#edit-vehicles-items-0-mileage {
    width: 120px;
}

select#edit-vehicles-items-0-class {
    width: 250px;
}