.project-name {
    font-family: "Roboto Mono", sans-serif;
    text-decoration: none;
    font-size: 35px;
    display: inline-block;
    line-height: 1em;
    vertical-align: middle;
}

.project-name b {
    color: lightgrey;
    font-weight: 400;
}

.project-name a {
    text-decoration: none;
    display: inline-block;
}

.header-border {
    height: 1px;
    background-color:lightgrey;
}

.header-user-icon {
    font-size: 35px;
    line-height: 42px;
    display: inline-block;
    vertical-align: top;
}

.header-user-info {
    font-size: 17px;
    line-height: 21px;
    vertical-align: top;
    max-width: calc(100% - 52px);
}

.header-menu-list {
    font-size: 17px;
    line-height: 21px;
}

.header-menu-list a {
    color:  #007bff;
}

.entity-breadcrumbs {
    font-size: 20px;
    font-weight: 300;
}

.header-avatar {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    background-color: lightgrey;
    background-position: center;
    background-size: cover;
    border: 1px solid gray;
    margin-right: 10px;
}