@media (min-width: 979px) {
    .navbar-buffer-fix {
        min-height: 42px;
    }
}

.user-content-wrapper {
    margin-top: 12px;
    margin-bottom: 50px;
}

.navbar-btn-activity {
    background-color: green;
}

.no-list-bullets ul {
    list-style-type: none;
}

/* Should fix dead links in submenu dropdowns. See
   https://github.com/twbs/bootstrap/issues/7968. Bug in Bootstrap
   2.3.2 but not 2.3.1. */
.dropdown-backdrop {
    position: static;
}

.facebook-disabled {
    display: none;
    visibility: hidden;
}