/*//// ESTILO ////*/
table td {
	font-size: 18px;
}
table caption {
	margin-bottom: 60px;
}

#contenitore{
position: relative;
width: 800px;
margin: 20px auto;
text-align:center;
overflow:hidden;
font: 14px 'Trebuchet MS', sans serif;
}
.left{
float:left;
width:48%;
}
#grafico{
position:relative;
height:500px;
border-left:2px solid #B4C1D8;
border-bottom: 2px solid #B4C1D8;
width:100%;
margin-top:20px;
}
.riga{
position:absolute;
left:0;
height: 1px;
background-color: #E3E9F3;
width: 100%;
}
.riga div{
float:left;
margin: -8px 0 0 -40px;
}
.canc{
clear:both;
}
table{
width:60%;
background-color: white;
color: #647AA1;
margin: 1em auto;
}
table caption{
color: #004156;
text-align: left;
}
table tr td:first-child { 
    text-align: left;
    color: #333;
}
table tr:nth-child(2n){
    background-color: #FFF;
}
table tr:nth-child(2n+1){
    background-color: #F1F1F1;
}
table td{
text-align:center;
border-bottom: 1px solid #FDFDFD;
padding: 6px;
}
.column{
position:absolute;
width: 16%;
bottom: 0;
background-color: #2ecc71;
margin-left:5%;
}
div.button {
    margin: 0 auto;
    text-align: center;
    width: 100px;
    background-color:#E8E8E8;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 8px;
    color: #222;
    cursor: pointer;
}
.column div{
margin-top:-20px;
height:20px;
}
.num {
	color: #FFF;
	font-size: 24px;
	padding: 0 1rem;
}