@media all and (max-width: 1128px) {
	/* grafica per tablet e mobile*/
  .table-container {
	    width: 93vw; 
	    max-width: 100%;
	    overflow-x: auto;
	}

  .table-container table {
	    width: 100%;
	    min-width: 300px;
	}
}