.products_table input {
    height: 20px;
}

.products_table {
    display: none;
}

.products_table th {
    width: 100%;
}

@media only screen and (max-device-width: 480px) {  
    .products_table input {
        height: unset;
    }

    .products_table th {
        font-size: 107%;
    }

    .products_table th span {
        display: none;
    }

    .products_table {
        font-size: 107%;
        width: 105%;
        margin-left: -23px;
    }   
}