#lista {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	width: 100%;
	font-size: 16px;
}

.divCampo {
	width: 95%;
	text-align: left;
	margin: 3px auto 3px auto;
	font-family: sans-serif;
}

.divInput {
	width: 95%;
	margin: 3px auto 3px auto;
}

.separatore {
	width: 100%;
}

.icone2 {
	width: 16px;
	height: 16px;
}

.divListaCodice, .divListaNote, .divListaQuant {
	padding: 2px;
}

.divListaCodice {
	width: 55%;
}

.divListaQuant {
	width: 18%;
}
.divListaNote {
	width: 100%;
	margin: 0px 0px 4px 0px;
}

h3 {
	width: 100%;
}
