/**
 * 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-column-chart .tooltip {
  white-space: nowrap;
  min-width: 80px;
  background-color: #607d8b;
  color: #fff;
  border-radius: 2px;
  padding: 6px 8px;
  font-size: 12px;
  z-index: 9999;
  font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
.bfd-column-chart .arrow-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #607d8b;
  color: #fff;
  z-index: 9999;
}
