#MainView #DTitleBar {
  background-color: $background-primary;

  #UserNameLabel {
    font-size: 16px;
    font-weight: bold;
    color: $header-primary;
  }
  #StatusLabel {
    font-size: 12px;
    font-weight: 500;
  }
}