@media screen and (max-width: 780px) {
	body {
		  font-size: 0.75rem;
		}
	.page-title-box .page-title {
	  font-size: 1rem;
	}
	
	.h4, h4 {
	  font-size: 0.9rem;
	}
	.h5, h5 {
	  font-size: .8375rem;
	}
	
	.form-wizard-header {
	  font-size: 0.7rem;
	}
	
	.btn { 
		font-size: 0.75rem;
	}
	
	.w2ui-reset table tr th, .w2ui-reset table tr td {
		font-size: 0.75rem;
	}
	
	.btn-allegato {
		padding: .3rem .3rem;
	}
}	