.container:before, .container:after {
    display: inline;
}

.mainlogo {
    height: 40px;
}

.achievements-profile-element {
    display: inline-block;
    padding: 2px;
}

.topbar-username {
    overflow: hidden;
    max-width: 130px;
    text-overflow: ellipsis;
}
.topbar-username .topbar-username-text {
    vertical-align: middle;
}

.topbar-avatar .topbar-avatar-img {
    min-width: 24px;
    width: auto;
    height: 24px;
    border-radius: 2px;
}

.navbar-search-form {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    margin: 0;
    margin-left: auto;
    padding: 0 6px;
}
.navbar-search-form input {
    margin: 0 6px 0 0;
}

.project-topbar .project-topbar-img {
    width: auto;
    max-width: 24px;
    height: auto;
    max-height: 24px;
    margin-right: 5px;
}