html {
    height: 100%;
    position: relative;
    overflow-y: hidden;
}
body {
    height: 100%;
    margin-bottom: 60px;
}
ul {
    list-style: none;
}
li {
    padding: 0px 0px 0px 20px;
}
span[id] {
    display: inline-block;
    width: 100%;
    font-size: 2em;
    padding: 5px 5px 5px 5px;
    text-align: left;
}
img.logo {
    left: 10px;
    top: 10px;
    position: absolute;
    z-index: -1;
    width: 100px;
    height: 100px;
}
img.logoistogramma {
  height: 100px;
}
img.logochart {
  height: 100px;
}
#affluenza {
    height: 100%;
}
#affluenza .row {
    height: 70%;
}
#affluenza [class^="col"]{
  height:100%;
}
#myChart{
  height:100% !important;
  width:100% !important;
  vertical-align: middle;
}
.rigablocchi {
    height: 100px;
}
.blocco2 .titolonumeri {
    height: 100%;
    width: 50%;
    display: inline-block;
}
.blocco2 .titolo, .blocco3 .titolo {
    font-size: 1.5em;
    margin: 0px 0px 0px 10px;
    height: 40%;
}
.blocco2 .numeri {
    margin-left: 10px;
    height: 60%;
}
.blocco2 .numeri span {
    font-size: 2em;
}
.blocco2 .perc {
    height: 100%;
    width: 50%;
    float: right;
    font-size: 2.5em;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
}
.blocco3 .progress {
    position: relative;
    height: 40px;
    width: 90%;
    margin: 0 auto;
    background-color: white;
}
.blocco3 span {
    position: absolute;
    left: 0px;
    right: 0px;
    font-size:2em;
    height: 30px;
    line-height: 40px;
    vertical-align: middle;
}
.blocco1, .blocco3 {
    font-size: 1.2em;
    /*background-color: yellow;*/
    padding: 0px;
    margin-left: 2.5%;
    width: 25%;
    height: 100%;
    float: left;
}
.blocco2 {
    font-size: 1.3em;
    padding: 0px;
    margin-left: 2.5%;
    width: 40%;
    height: 100%;
    float: left;
}
#livello2chart{
  height:100%;
}
#livello2chart .torta{
  height: 60%;
}
#livello2chart #chart{
  height: 100%;
}
#livello2chart .container-fluid{
  height:100%;
}
#livello2chart .row{
  height:100%;
}*/
#tbllivello2 > tbody span {
    padding-left: 20px
}
#tbllivello2 > tbody td {
    font-size: 2em
}
#tbllivello2 > tbody td:not(:first-child), #tbllivello2 > thead th {
    text-align: center !important;
    vertical-align: middle !important;
}
#tbllivello2 > tbody td:nth-child(1) {
    width: 40%;
}
#tbllivello2 > tbody td:nth-child(2) {
    width: 10%;
}
#tbllivello2 > tbody td:nth-child(3) {
    width: 10%;
}
#tbllivello2 > tbody td:nth-child(4) {
    width: 40%;
}
#tbllivello2 > tfoot {
    font-size: 1.4em;
}
#livello2chart {
    width: 100%;
}
#chart {
    height: 700px;
    font-size: 1.8em;
}
.legenda div.container-fluid {
    border: 10px solid;
    border-radius: 40px;
    margin-top:60px;
    box-shadow: -10px -10px 0 #b0b0b0;
}
.legenda th, .legenda td {
    text-align: center;
    vertical-align: middle !important;
}
.legenda th {
    font-size: 2.3em;
}
.legenda td:nth-child(1) {
    font-size: 2.8em;
    text-align:right;
}
.legenda td:nth-child(2) {
    font-size: 4.2em;
    text-align:center;
}
.progress {
    margin: 0px;
}
a[href^="http://www.amcharts.com"] {
    display: none !important;
}
