.d3button rect.pressed {
  fill: #357ebc;
}
.d3button #gradient-start {
  stop-color: #5798d0;
  stop-opacity: 1;
}
.d3button #gradient-stop {
  stop-color: #428bca;
  stop-opacity: 1;
}
.d3button #gradient-start.active,
.button #gradient-start.pressed {
  stop-color: #428bca;
}
.d3button #gradient-stop.active,
.button #gradient-stop.pressed {
  stop-color: #357ebc;
}
.d3button text {
  font-size: 18px;
  fill: #eee;
  pointer-events: none;
  text-anchor: start;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
/*# sourceMappingURL=d3-button.css.map */