.tooltip{
   position: absolute;
   width: 250px;
   padding: 10px 13px;
   z-index: 2;
   
   color: #303030;
   background-color: #dce5e4;
   border: 2px solid #7bb2ac;
   
   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: left;
}
            
.tooltip-simple .content{
   width: 140px;
   padding: 3px 7px;
   
   border: 1px solid #ddd;
   background-color: white;
}

.tooltip-blue .content{
   width: 160px;
   padding: 9px;
   margin: 0 -5px;
   
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border: 7px solid #448FD8;
   
   background-color: #5FADFA;
   color: white;
}

