.thumbnail {
    height:150px;
}
  
.thumbnail img {
    display: block;
    width: auto;
    height: 100%;
}

.productheader{
	height: 60px;
	text-align:center;
}

.product{
	background-color:white;
    border:1px solid #CCCCCC;
}

.quantity .form-control{
	margin-left:10px;
}