a.custom-tooltip-right {outline:none; }
a.custom-tooltip-right strong {line-height:30px;}
a.custom-tooltip-right:hover {text-decoration:none;} 
a.custom-tooltip-right span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:70px; margin-left:-410px;
    width:430px; line-height:16px;
}
a.custom-tooltip-right:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout-right {z-index:20;position:absolute;top:-14px;border:0;left:370px;}
    
/*CSS3 extras*/
a.custom-tooltip-right span
{
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
        
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}
