.tooltip
{
position:relative; z-index:24;
cursor: default !important;
}

.tooltip span {display:none;}

.tooltip:hover
  {
  z-index:25;
  cursor: default !important;
  }
  .tooltip:hover span {
  display:block;
  position:absolute;
  width:120px;
  top:25px;
  left:20px;
  background-color:#E6ECEF;
  border:1px solid #BAC2C5;
  padding:5px;
  text-decoration:none;
	color: #4C4C4C;
   font-size: 22px;
   line-height: 30px;
   font-family: "PFDinTextCompProRegular";
	font-weight: normal;
	font-style: normal;
   cursor: default !important;
}





.tooltip_link
{
position:relative; z-index:24;
}

.tooltip_link span {display:none;}

.tooltip_link:hover
  {
  z-index:25;
  }
  .tooltip_link:hover span {
  display:block;
  position:absolute;
  width:165px;
  top:25px;
  left:20px;
  background-color:#E6ECEF;
  border:1px solid #BAC2C5;
  padding:5px;
  text-decoration:none;
	color: #4C4C4C;
   font-size: 22px;
   line-height: 30px;
   font-family: "PFDinTextCompProRegular";
	font-weight: normal;
	font-style: normal;
}