.tooltip-content
{
   display:inline;
   position:relative;
}

.tooltip-click
{
   display:inline;
    position: relative;
    cursor:pointer;
}

img.tooltip-click 
{
   margin-bottom:-3px !important;
   width:1.333em !important;
   height:1.333em !important;
}




.tooltip-info
{
    position: absolute;
    display: none;
    width:auto;
    height:auto;
    background:#f1f1f1;
    border:1px solid #ccc;
    padding:10px;
    z-index:9999999;
    left:15px;
    top:20px;
    font-size:1em !important;
    font-weight:normal !important;
    font-style:normal !important;
}
