.uno {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
}

.flex {max-width: 100%}

/*table, th, td {
  border: 1px solid black;
}
*/

tbody tr:nth-child(even) {
	background-color: #D9D9FF;
}

#customers {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	}
	
	
	.titolo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;	
		}
		
		hr {
	color: #090;
	border: 0;
	height: 3px;
	background-color: #090;
}

