#toolTip {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background-color: #fff;
    border-radius: 3px;
    padding: 16px;
    text-align: center;
    max-width: 140px;
    min-width: 90px;
    font-size: 10px;
}
  
#toolTip .giorno{
    font-size: 1em;
    font-weight: bold;
}
#toolTip .etichetta{
    font-size: 1.3em;
    margin-top: .4em;
    line-height: 1em;
}
.toolTip-valore{
    font-size: 1.8em;
    line-height: 1em;
}
  
.toolTip-arrow {
    width: 20px;
    height: 10px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.toolTip-arrow:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 0;
    left: 50%;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
}

  
.toolTip-arrow.toolTip-arrow-dx{
    left: calc(100% - 20px);
}
  
.toolTip-arrow.toolTip-arrow-sx{
    left: 20px;
}

.toolTip-arrow.toolTip-arrow-su{
    top:-10px;
} 
.toolTip-arrow.toolTip-arrow-su:after{
    transform: translateX(0%) translateY(50%) rotate(45deg);
}
    
.toolTip-anno{
    font-weight: 400;
    color: black;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px
  }
  .toolTip-indicatore{
    font-weight: 600;
    color: #711E52;
    font-size: 12px;
    line-height: 14px;
  }
  .toolTip-provincia{
    font-weight: 800;
    color: black;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
  }
  .toolTip-posizione{
    font-weight: 400;
    color: black;
    font-size: 18px;
    line-height: 24px;
  }
  
  .toolTip-posizione + div {
    margin-top: 8px;
  }
  
  .toolTip-legenda{
    font-weight: 400;
    color: #999999;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
  }
  .toolTip-numeroSecondario{
    font-weight: 400;
    color: black;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
  }
  .toolTip-numeroPrimario{
    font-weight: 500;
    color: #711E52;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  