.row {
	margin-bottom: 1rem;
}

.material-total-parent {
	display: grid;
	place-content: center;
}

#materials-container {
	display: flex;
	flex-direction: column;
}

#materials-total-container {
	font-weight: bold;
}

.estimate-form-divider {
	margin: 2rem 0;
	/* margin-bottom: 2rem !important; */
}

#tax-withheld {
	font-weight: bold;
	color: black;
}

#tax-modal-amount {
	font-weight: bold;
	font-size: 64pt;
}

#tax-modal-body {
	display: flex;
	justify-content: center;
	align-items: center;
}

#project-notes {
	width: 100%;
	height: 10rem;
}