/*previous styles****
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    background-color: #fff;
    opacity: 1;
}
a.tooltip-content {
    color: #231f20;
    border-bottom: dashed 2px #00aa98;
    text-decoration: none;
}



/*Start of Post Login styles **/

.ui-tooltip {
    padding: 20px 15px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 20px #939598;
    box-shadow: 0 0 20px #939598;
    opacity: 1;
    background:#fff;
    border:1px solid #fff;
    line-height:20px;
    color:black;
    font-family:"Open Sans", arial, sans-serif;
    font-size:13px;
}

a.tooltip-content {
    color: #0f8478;
    border-bottom: dotted 2px #0f8478;
    text-decoration: none!important;
}

/*End of Post Login styles */



/*End of tooltipContent*/
