.top-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  padding: 0;
  background: #fff;
  font-weight: 500;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.top-menu .top-menu__menu {
  display: inline-block;
  vertical-align: middle;
  width: 230px;
  text-align: center;
  color: #95a8b2;
  font-size: 1.5rem;
  padding: 6px 0 7px;
  margin-right: -4px;
}
.top-menu .top-menu__container {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  width: 100%;
}
.top-menu .top-menu__user {
  position: relative;
}
.top-menu .top-menu__user:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 5px;
  bottom: 5px;
  border-left: 1px solid #ddd;
}
.top-menu .top-menu__user-avatar {
  float: left;
  margin: 4px 6px 0 0;
}
.top-menu .top-menu__user-name {
  display: block;
  padding-top: 4px;
  margin: 0;
  font-weight: 700;
  font-size: 0.7rem;
  color: #222;
  line-height: 13px;
}
.top-menu .top-menu__user-role {
  position: relative;
  top: -4px;
  margin: 0;
  font-weight: 400;
  font-size: 0.6rem;
  color: #bbb;
}
