/*=======================================
* Tooltips
* ======================================*/
.tooltip{
   position: absolute;
   padding: 5px 15px 5px 10px;
   margin:-90px 0 0 -132px;
   z-index: 2;
   color: #ebebeb;
   background-color: #121211;
   border:none;
   
   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: center;
}

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