table#products_listings tr.title a {
  font-size: 16px;
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
table#products_listings tr.title img {
    border: 0px;
    height: auto;
    width: 130px;
}




/* Responsvie style start here  */
@media only screen and (max-width: 767px) {
  #products_listings td input#quantity{
    margin:0 auto;
  }
}