#client-overview .tipsy-inner{ 
    max-width: 500px;
    white-space: nowrap;
    text-align:left; 
}
#client-overview .tipsy-inner .profile{ 
    min-width: 400px;
    max-width: 500px;
    font-size: 12px; 
    color: #e5e5e5; 
    padding: 5px 0px;
}
#client-overview .tipsy-inner {  
    background: rgba(54, 54, 54, 0.95)
}
#client-overview .tipsy-arrow{
    border-right-color: rgba(54, 54, 54, 0.95);
}
#client-overview a{
    color: #6fd1f6
}
#client-overview .note{
    white-space: pre-wrap
}
#client-overview .separator{
    background: none repeat scroll 0 0 #555555;
    border-top: 1px solid #282828;
    height: 1px;
    margin: 6px 0;
    width: auto;
}