/**
 * 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-panel {
  border: 1px solid #ececec;
  border-radius: 2px;
}
.bfd-panel__header {
  padding: 20px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.bfd-panel__header h1,
.bfd-panel__header h2,
.bfd-panel__header h3,
.bfd-panel__header h4,
.bfd-panel__header h5,
.bfd-panel__header h6 {
  margin: 0;
}
.bfd-panel__body {
  padding: 20px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
