.quantity {
	text-align: center;
}

.availableQuantity {
	color: #aaa;
}

.invalidQuantity {
	background-color: #FF7D73;
}

.productHeader {
	min-width: 200px;
	text-align: left;
}

.productSKUHeader {
	text-align: left;
	width: 72px;
}

.quantityHeader {
	width: 65px;
	min-width: 65px;
}

.quantityHeader, .listComponentTable tr.legend {
	color: #333;
}

.orderInfo {
	text-align: left;
	background: #ebebeb;
	padding: 7px !important;
}