.profile-menu-bar {
    border-top: 1px solid #3ba1da;
    padding: 0;
    border-bottom: 1px solid #3ba1da;
    margin-bottom: 2%;
}

.profile-menu-bar-item {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    padding: 10px;
    text-transform: uppercase;
}

.profile-menu-bar .profile-menu-bar-item:not(:last-child) {
    border-right: 1px solid #3ba1da;
}

.profile-menu-bar-item a span {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #3ba1da;
    text-align: center;
}

.member-item-list {
    padding: 15px 0 15px 70px;
    position: relative;
    border-bottom: 1px solid #eee;
    min-height: 60px;
}

.social-user-name {
    font-size: 15px;
    font-weight: bold;
}

.social-user-biography {
    margin: 10px 0 0 0;
    line-height: 23px;
}

.user-relation {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    margin-left: 8px;
    font-weight: 300;
}

.social-button-follows-yes {
    background-color: #e6226f;
    color: white !important;
}

.social-button-follows-no {
}

.social-button-action-unfollow {
    background-color: orangered !important;
}

a.social-button-ajax-waiting {
    opacity: 0.8;
    cursor: default;
    transition: none !important;
}

a.social-button-ajax-waiting_XXX:before {
    content: "\f110" !important;
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

a.social-button-ajax-waiting_XXX:before {
    font-family: "FontAwesome";
    margin-right: 8px;
    width: 14px;
    text-align: left;
    display: inline-block;
    font-size: 16px;
    position: relative;
    left: 0;
    top: 1px;
}

.panel.panel-notification.priority-0 {
    background-color: lightgray;
}

.panel.panel-notification.priority-1 {
    background-color: tomato;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
    margin-top: 2px !important;
    margin-bottom: 5px !important;
}

.hr-text:before {
    content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}
