#product_container {
	width: 525px;
	padding: 5px;
}

.row {
	width: 525px;
	border-bottom: 1px solid #a5a5a5;
}

.header {
	font-weight: bold;
	margin-bottom: 5px;
}

.price, .vat, .naam, .subtotal, .delete {
	float: left;
	text-align: right;
	padding: 4px 0px;
}

.naam {
	text-align: left;
	width: 270px;
}

.price, .vat, .delete {
	width: 80px;
}

.subtotal {
	width: 90px;
}
