html[lang="en-US"] .quantity:before {/* add another entry for translation */
	content:"Quantity:"; /* text before input */
	margin-right:10px
}

.quantity {
    margin-bottom: 15px;
}