/* IE9 AND ABOVE */
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
	.tm-qty-minus {left:-150px !important;}
}

/* Target IE10-11 Only */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	td.product-remove {
		padding-top:300px !important;
	}
}