.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
    vertical-align: middle !important;
}

form#quantityCart select {
    top: 7px;
    position: relative;
}

form#quantityPost label,
form#quantityPost select {
    display: none;
}