/**
 * Copyright 2016-present, Baifendian, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.bfd-tooltip__popover {
  white-space: pre-wrap;
}
.bfd-tooltip__popover > .bfd-popover__content {
  background-color: #333;
  color: #fff;
}
.bfd-tooltip__popover.bfd-popover--up:after {
  border-top-color: #333;
}
.bfd-tooltip__popover.bfd-popover--down:after {
  border-bottom-color: #333;
}
.bfd-tooltip__popover.bfd-popover--left:after {
  border-left-color: #333;
}
.bfd-tooltip__popover.bfd-popover--right:after {
  border-right-color: #333;
}
