
td{
			border:0px solid gray;
			text-align: center;
			padding:5px;
			width:100px;
			-webkit-touch-callout: none; /* iOS Safari */
			-webkit-user-select: none; /* Chrome/Safari/Opera */
			-khtml-user-select: none; /* Konqueror */
			-moz-user-select: none; /* Firefox */
			-ms-user-select: none; /* Internet Explorer/Edge */
		}
		#centrato{
			align:center;
			width:90%;
			margin:auto;
			border:0px solid red;			
		}
		#parametri_P{
			width:100%;				
		}
		#parametri_P td{
			border:1px solid gray;	
			width:50%;			
		}
		
		.flotta{	
			float: left;
			width: 44%;
			height: 660px;
			margin: 30px;
			border: 0px solid #73AD21;	
			text-align:center;
			border:0px solid red;
			
		}

		.flotta img{	
			-webkit-box-shadow: 5px 5px 15px 0px rgba(179,179,179,1);
			-moz-box-shadow: 5px 5px 15px 0px rgba(179,179,179,1);
			box-shadow: 5px 5px 15px 0px rgba(179,179,179,1);
			float: left;			
			width:500px;
			height:500px;
			margin-left:60px;
			border:4px solid lightgray;
			
		} 
		
		@media only screen and (max-width: 1460px) {
			.flotta {
				width: 100%;
				height: 660px;
				text-align:center;
			}
			
			
		}
		.id{
			color:lightgray;
		}
		.SX{
			text-align:left;
			width:500px;

		}
		.head{
			background-color:lightgray;	
			color:white;
		}
		.head td{
			border:0px;
		}
		input{
			text-align:center;
			border: 1px solid lightgray;
		}
		input[type=number]{
			width:60px;		
		}

		select{
			border: 0px solid lightgray;
			width: 70px;
			color: steelblue;
			font-size:90%;			
		}
		fieldset{
			border: 0;
		}

		.oc{
			cursor:pointer;
		}
		.oc:hover{
			color:lightgray;
		}
		#lambda_pav, #lambda_iso, .result, .resultf{
			color: orange;
			border:0;
		}
		.resultf{
			font-size:110%;
		}
