.heading-cell {
	background-color: #aaaaaa;
}

.cart-header-row {
	background-color: #21628c;
	color: white;
	margin-top: 15px;
	font-weight: bold;
}

.cart-header-row div {
	padding-top: 5px;
	padding-bottom: 5px;
}

.worst-price {
	color:red;
	text-decoration:line-through;
}

.best-price {
	color: green;
	font-weight: bolder;
}

.line-item {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-top: 5px;
	padding-bottom: 5px;
}

.last-item{
	padding-top: 5px;
	padding-bottom: 5px;
}

.qty-input {
	max-width: 60px;
}

.zip-input {
	max-width: 100px;
}
