#base-header-user-tools .tools .popover {
    background: rgb(10, 14, 20);
    border: 0px currentColor;
    border-image: none;
    margin-top: -11px;
    filter: none;
    z-index: -1;
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

    #base-header-user-tools .tools .popover .popover-callout {
        display: none;
    }

    #base-header-user-tools .tools .popover .popover-body {
        color: rgb(168, 168, 168);
        border-top-color: currentColor;
        border-top-width: 0px;
        border-top-style: none;
    }

        #base-header-user-tools .tools .popover .popover-body li {
            font-weight: bold;
        }

            #base-header-user-tools .tools .popover .popover-body li:hover > a {
                background: rgba(255, 255, 255, 0.1);
            }

            #base-header-user-tools .tools .popover .popover-body li:first-child > a {
                border-top-color: currentColor;
                border-top-width: medium;
                border-top-style: none;
            }

            #base-header-user-tools .tools .popover .popover-body li > a {
                color: rgb(168, 168, 168);
                border-top-color: rgb(48, 47, 51);
                border-top-width: 1px;
                border-top-style: solid;
            }

                #base-header-user-tools .tools .popover .popover-body li > a#toggleInvisible span {
                    padding-right: 25px;
                }

        #base-header-user-tools .tools .popover .popover-body .header-profile-dropdown a {
            color: rgb(255, 255, 255);
            padding-left: 36px;
            font-weight: normal;
            position: relative;
        }

            #base-header-user-tools .tools .popover .popover-body .header-profile-dropdown a [class^='icon-'] {
                left: 12px;
                top: 50%;
                margin-top: -7px;
                position: absolute;
            }

            #base-header-user-tools .tools .popover .popover-body .header-profile-dropdown a [class*=' icon-'] {
                left: 12px;
                top: 50%;
                margin-top: -7px;
                position: absolute;
            }

        #base-header-user-tools .tools .popover .popover-body .header-profile-dropdown li.facebook i.fb-icon {
            background: url("../base/shared/icon-fb-share.png");
            left: 12px;
            top: 50%;
            width: 14px;
            height: 14px;
            margin-top: -7px;
            position: absolute;
        }

        #base-header-user-tools .tools .popover .popover-body .header-profile-dropdown li.facebook div.switch {
            margin: 0px;
            top: 9px;
            right: 10px;
            position: absolute;
        }

        #base-header-user-tools .tools .popover .popover-body .header-profile-dropdown .signout a {
            color: rgb(168, 168, 168);
        }

        #base-header-user-tools .tools .popover .popover-body .header-profile-dropdown .invisible-mode {
            height: 25px;
            line-height: 25px;
            padding-right: 10px;
            padding-left: 35px;
            font-size: 12px;
        }

            #base-header-user-tools .tools .popover .popover-body .header-profile-dropdown .invisible-mode #goVisible {
                top: 6px;
                float: right;
                position: relative;
                cursor: pointer;
            }

        #base-header-user-tools .tools .popover .popover-body .header-profile-dropdown .profile-progression .completion-progression {
            padding: 12px 14px 5px;
            font-size: 12px;
            background-color: rgba(72, 140, 90, 0.8);
        }

            #base-header-user-tools .tools .popover .popover-body .header-profile-dropdown .profile-progression .completion-progression > div {
                margin-top: 4px;
            }

                #base-header-user-tools .tools .popover .popover-body .header-profile-dropdown .profile-progression .completion-progression > div span {
                    color: rgb(255, 255, 255);
                    padding-left: 0px;
                    font-size: 12px;
                }

                #base-header-user-tools .tools .popover .popover-body .header-profile-dropdown .profile-progression .completion-progression > div a {
                    color: rgb(255, 255, 255);
                    padding-left: 0px;
                    font-size: 12px;
                }

        #base-header-user-tools .tools .popover .popover-body .admin a {
            padding-left: 36px;
            font-weight: normal;
        }

        #base-header-user-tools .tools .popover .popover-body .profile-icon-box {
            width: 36px;
            height: 36px;
            text-align: center;
            float: left;
        }

            #base-header-user-tools .tools .popover .popover-body .profile-icon-box .profile-icon {
                background: url("../common/profilehead.png") no-repeat 100% 50%;
                margin: auto;
                top: 18px;
                width: 11px;
                height: 11px;
                display: block;
                position: relative;
            }

            #base-header-user-tools .tools .popover .popover-body .profile-icon-box .invis-icon {
                background: url("../common/profileinvis.png") no-repeat 100% 50%;
                margin: auto;
                top: 13px;
                width: 11px;
                height: 11px;
                display: block;
                position: relative;
            }

        #base-header-user-tools .tools .popover .popover-body li.profile > a {
            color: rgb(255, 255, 255);
            line-height: 16px;
            padding-top: 6px;
            padding-bottom: 6px;
            font-weight: normal;
        }

        #base-header-user-tools .tools .popover .popover-body li.profile span {
            color: rgb(138, 138, 138);
            font-size: 11px;
            display: block;
        }

        #base-header-user-tools .tools .popover .popover-body li.signout > a {
            text-align: right;
            padding-right: 10px;
            font-weight: normal;
        }
