
  .display-none, #nav-filter {
    display: none !important;
  }

  .selected-customer-wrapper {
    margin-top: 5px;
  }

  .selected-customer-wrapper h3 {
    text-align: center;
    padding-bottom: 5px;
  }

  .customer-dropdown-title {
      color: #ffffff;
      font-size: 12px;
      background: #79aec8;
      padding: 8px 8px 8px 16px;
  }

  #nav-items-wrapper .customer-dropdown {
   margin: 0 10px;
  }

  .link-disabled {
      opacity: .6;
      pointer-events: none;
  }

  #selected-customer {
    margin: 15px 0;
    width: 100%;
  }