.section-plot {
  padding: 20px 0;
}

.section-about {
  background: #333;
  color: #fff;
  padding: 20px 0 80px;
}

.reset {
  font-size: 0.8em;
  margin-bottom: 10px;
  color: #999;
}

.reset .filter {
  color: #000;
}

.reset a {
  text-decoration: underline;
}

h3 {
  margin-top: 20px;
}

.dc-data-count {
  margin-bottom: 20px;
}

#download {
  cursor: pointer;
}

.dc-chart .pie-slice {
  text-shadow: 0 0 20px #000;
  font-size: 11px;
}

.floating-reset-filter {
  position: fixed;
  bottom: 0;
  padding: 10px;
  background: #fff;
  width: 100%;
  left: 15px;
  z-index: 100;
  box-shadow: 0 0 2px rgba(0,0,0,1);
}

.loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  z-index: 101;
}

.loading span {
  
}

.loading i {
  display: inline-block;
  vertical-align: middle;
}

.pie-label {
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
}