.chart-download-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 14px;
  font-size: 0.78rem;
  font-family: 'Georgia', 'Times New Roman', serif;
  color: #57534e;
  background: #fafaf9;
  border: 1px solid #d6d3d1;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.chart-download-btn:hover {
  color: #1c1917;
  background: #f0efed;
  border-color: #a8a29e;
}
.chart-download-btn:active {
  background: #e7e5e4;
}
.chart-box {
  overflow: visible !important;
}
