<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">form &gt; div {
	padding: 0 !important;
	margin-bottom: 0.5em !important;
	display: flex;
	flex-flow: wrap row;
}

form input[type="submit"] {
	width: 100%;
}

/* Sopra i 640 c'Ã¨ margine sopra e sotto div overlay con immagine solo sfondo */
@media only screen and (min-width: 640px) {
	form label {
		vertical-align:top;
		width:10em;
	}
	.div_ajax_edit_af {
    	grid-template-columns: repeat(auto-fill, minmax(19.5%, 20%)) !important;
	}
	.div_ajax_edit_af &gt; div &gt; h4 {
		margin: 0;
	}
	.div_ajax_edit_af &gt; div {
		margin: 0.2em 0 !important;
	}
	.div_ajax_edit_af &gt; div &gt; div {
		margin: 0.5em 0;
		padding: 0.5em;
	}	

}
/* Sotto i 639 l'immagine di sfondo va nel div e sfondo bianco + opaco */
@media only screen and (max-width: 639px) {
	form label {
		text-align:left;
		width:100%;
	}
	.div_ajax_edit_af {
    	grid-template-columns: none !important;
	}
	.div_ajax_edit_af div {
		margin: 0.2em 0 !important;
		padding: 0.2em !important;
	}
}</pre></body></html>