.right .tooltip
{
     opacity: 1;
     position:inherit;
     max-width: 175px;
}
.right .tooltip-inner
{
        background-color: #EDEDED;
        color:red
}
.right  .tooltip.right .tooltip-arrow
{
    border-right-color: #EDEDED;
}
.right .tooltip.bottom .tooltip-arrow
{
        border-bottom-color: #EDEDED;
}
.right .tooltip-arrow
{
    position:relative;
}
.right .tooltip.bottom
{
    padding:3px 0px 0px 0px;
    margin:0px;
    clear: both;
}