.tooltip {
position: relative;
display: inline-block;
width: 100%;
}
/* Tooltip text */
.tooltip .tooltiptext {
visibility: hidden;
width: 100%;
max-width: 530px;
background-color: white;
/* color: #777777; */
text-align: center;
padding: 5px;
border-radius: 6px;
border-bottom: 1px solid grey;
border-left: 1px solid grey;
border-right: 1px solid grey;
border-top: 1px solid grey;
/* Position the tooltip text - see examples below! */
position: absolute;
z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
visibility: visible;
}
.tooltiptable {
padding: 5px;
}
.tooltiplisttd {
text-align: left;
padding: 6px;
background-color: #fff;
}
.tooltipHoverArea {
  display: inline-block;
}