	#tbloutput  .titoli {
		padding-right:18px;
	}
	#tbloutput  .dati {
		/* height:300px; */
		min-height:100px;
		overflow-y:scroll;
		padding-right:18px;
		position:relative;
	}
	#tbloutput  .titoli table {width:100%;}
	#tbloutput  .dati table {width:100%;position:absolute;}
	#tbloutput .buttonimg{padding:0;border:hidden;background:transparent;vertical-align:middle;}
	#tbloutput .buttonimg img{width:20px;}

	#tbloutput table{
		width:100%;
		border-collapse: collapse;
		border:1px solid black;
	}
	#tbloutput td{
		font-size:14px;
		border-right:1px solid blue;
		padding:2px;
		padding-left:6px;
	}
	#tbloutput th{
		/*font:12pt Calibri, sans-serif;*/
		font:bold 20px arial;
		font-variant:small-caps;
		background-color:black;
		color:white;
		text-align:left;
		border-right:1px solid black;
		padding-left:6px; padding-right:2px;
	}

	#tbloutput th:nth-of-type(1){width:50px;text-align:right;}
	#tbloutput th:nth-of-type(2){width:150px;color:lime;}
	#tbloutput th:nth-of-type(3){width:120px;color:lime;}
	#tbloutput th:nth-of-type(4){width:70px;}
	#tbloutput th:nth-of-type(5){width:70px;}
	#tbloutput th:nth-of-type(6){width:90px;color:cyan;text-align:center;}
	#tbloutput th:nth-of-type(7){width:100px;text-align:right;padding-right:7px;}
	#tbloutput th:nth-of-type(8){width:calc(100% - 550px);}
	
	#tbloutput td:nth-of-type(1){width:50px;}
	#tbloutput td:nth-of-type(2){width:150px;}
	#tbloutput td:nth-of-type(3){width:120px;}
	#tbloutput td:nth-of-type(4){width:70px;}
	#tbloutput td:nth-of-type(5){width:70px;}
	#tbloutput td:nth-of-type(6){width:90px;text-align:center;}
	#tbloutput td:nth-of-type(7){width:100px;text-align:right;padding-right:7px;}
	#tbloutput td:nth-of-type(8){width:calc(100% - 550px);}	
	#tbloutput td:nth-of-type(7):before{content:"€ ";}

	
	#tbloutput td:first-of-type {
		color:black;
		text-align:right;
	}
	#tbloutput td:nth-of-type(2){
		text-transform: capitalize;
	}
	#tbloutput td:last-of-type{
		color:navy;
		border-right:0px;
	}
	#tbloutput tr{
		border-bottom:1px solid blue;}
	#tbloutput tr:last-of-type{
		border-bottom:0px solid transparent;
		}
