@charset "utf-8";
/*
 * Ripple  Project
 *
 * @author        Enfu Guo
 * @copyright     NPO Organization uec support
 * @link          http://uecsupport.dip.jp/
 * @license       http://www.gnu.org/licenses/gpl-3.0.en.html GPL License
 */

/* custom.css */

.custom-page-title {
  margin: 10px;
  font-size: 24px;
}

.select-btn {
  display: inline-block;
  margin: 10px;
  font-size: 18px;
}

.current-setting {
  margin: 10px;
  padding: 10px;
}
.current-address {
  font-size: 20px;
}

#chart {
  cursor: pointer;
}
#chart-body,
.pie-chart {
  height: 400px;
  display: block;
  margin: 0 auto;
}
#chart-body {
  position: relative;
}
.labelOverlay {
  width: 150px;
  height: 100px;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: default;
}
.labelOverlay p {
  line-height: 0.3;
  padding: 0;
  margin: 8px;
}
.labelOverlay p.total-caption {
  line-height: 0.5;
  font-size: 16pt;
  color: #8e8e8e;
  margin-bottom: 1em;
}
.labelOverlay p.total-value {
  line-height: 0.5;
  font-size: 28pt;
  color: #000000;
}
