#purchase-order-form .reference,
#purchase-order-form .notes {
	height: 100px;
}

#purchase-order-form .comboBoxContainer,
#purchase-receipt-form .comboBoxContainer {
	padding: 4px
}

#purchase-receipt-form .reference,
#purchase-receipt-form .notes {
	height: 100px;
}

#accept-asn-address .grid-container {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-auto-flow: row;
	font-size: 12px;
	border-right: 0px solid #bbbbbb;
}

#accept-asn-address .header {
	justify-content: center;
	text-align: center;
	font-style: bold;
	font-size: 14px;
}

#accept-asn-address label {
	text-align: left;
	font-weight: bold;
	font-size: 12px;

	&:after {
		content: ": ";
	}
}

#accept-asn-address .options {
	grid-column: span 2;
	grid-row: span 2;
	justify-self: center;
	align-items: center;
	padding: 0px;
}

#accept-asn-address .cancelOrSaveAddress {
	font-size: 12px;
}