.headerRow {
	background: #333;
	color: #fff;
}
.headerRow div, .itemRow div {
	display: inline-block;
	padding: 10px;
}
.item-name {
	width: 200px;
}
.item-price {
	width: 230px;
}
.item-quantity {
	width: 60px;
	text-align: center;
}
.item-total {
	width: 164px;
}
.item-remove {
	width: 80px;
	float: right;
}
.itemRow {
	border-bottom: 1px solid #ccc;
}