.tooltip{
   position: absolute;
   padding: 10px 13px;
   z-index: 2;
   color: white;
   background-color: #17477e;
   border: 1px solid #17477e;
   
   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: center;
   max-width:170px;
}

   .tooltip h3{
      margin: 0 0 5px;
      text-align: left;
   }
