/* Baseline ghost */
    .bar.baseline {
      opacity: .22;
      height: 6px !important;
      border-radius: 2px !important;
      top: 75% !important;
    }

    .bar-txt {
      font-size: 8.5px;
      font-weight: 800;
      color: rgba(255, 255, 255, .9);
      padding: 0 6px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
