.titleBar {
  display: flex;
  height: 60px;
  font-family: CiscoSans, 'Helvetica Neue', Arial;
  font-weight: 200;
  border-bottom: 1px solid #ececed;
}

.title {
  margin: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 200;
  color: #4f5051;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: transparent;
  flex: 1 1 auto;
}

.avatarContainer {
  width: 40px;
  height: 40px;
  margin: 10px 12px 10px 16px;
  flex-grow: 0;
  flex-shrink: 0;
}

.titleText {
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-grow: 2;
}

.menuContainer {
  display: flex;
  width: 40px;
  padding-right: 18px;
  align-items: center;
  justify-content: center;
}

.buttonContainer {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 50%;
}

.buttonContainer:hover {
  color: #fff;
  background-color: #049fd9;
}

.buttonContainer button {
  width: 100%;
  height: 100%;
  padding: 7px;
  font-size: 24px;
}

.buttonContainer button:focus {
  outline: none;
}

.titleMeta {
  display: flex;
  align-items: center;
}
