#person-topbar {
  position: relative;
  z-index: 10;
  height: 56px;
  background-color: #ededf1;
  -webkit-box-shadow: 0 0 15px 2px #d1d1d1;
  -moz-box-shadow: 0 0 15px 2px #d1d1d1;
  box-shadow: 0 0 15px 2px #d1d1d1;
}
#person-topbar .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#person-topbar .left {
  line-height: 56px;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
#person-topbar .right {
  line-height: 56px;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
