.tooltip {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 175px;
   border: 1px solid lightgray;
   padding: 2px;
   background-color: #eaeaea;
   z-index: 100;
   display: none;
}






