.purchase-info {
	font-size: 18px;
}

.purchase-total {
	font-weight: bold;
}

.purchase-delivery {
	font-weight: bold;
}

.purchase-delivery-note {
	font-size: 14px;
	font-style: italic;
}

.purchase-row {
	display: table-row;
}

.purchase-cell {
	display: table-cell;
    padding: 2px;
	width: 100%;
}

#purchase-prev-amount,
#purchase-add-amount,
#purchase-total-amount,
#purchase-delivery-amount {
	color: #00B058;
    display: table-cell;
    text-align: right;
	white-space: nowrap;
    width: 1px;
}

