
#titolo_pagina {
	  font-weight: bold;
	      text-align: center;		
	color:rgb(51, 51, 51);
	    background: rgb(223, 232, 245);	
}

table {
  border-collapse: collapse;
    width: 100%;
	  text-align: center;
}

table, th, td {
  border: 1px solid black;
}

th, td {
  padding: 0px;
}

#tableEnergyBody td:nth-child(2){

  font-weight: bold;
}

div.tooltip {	
    position: absolute;			
    text-align: center;			
    width: 150px;					
    height: 30px;					
    padding: 2px;				
    font: 12px sans-serif;		
    background: yellow;	
    border: 0px;		
    border-radius: 8px;			
    pointer-events: none;			
}


div.tooltip_ABC {	
    position: absolute;			
    text-align: center;			
    width: 150px;					
    height: 90px;					
    padding: 2px;				
    font: 12px sans-serif;		
    background: white;	
    border: 0px;		
    border-radius: 8px;			
    pointer-events: none;			
}


.highlight{

  font-weight: bold;
}