/* Adjusts the colors of the Saints Insider user info to fit against dark backgrounds. See OPS-15296 */
div#socialBarWelcome, 
div#socialBarWelcome a,
a#socialBarLogout,
#ipsRemoteLoginContainer
{
    color: #fff;
}

div#socialBarWelcome
{
    background:rgba(0, 0, 0, 0.5);
    position:relative;
    padding:3px 80px 3px 3px;
    left:80px;
}

#socialBarDropContainer
{
    color:#000;
}