.btn.btn-success {
  background-color: #82a905;
  border-color: #82a905;
  color: white;
}

.btn.btn-primary {
  background-color: #7952b3;
  border-color: #7952b3;
  color: white;
  color: white;
}

.btn.btn-go {
  background-color: orange;
  border-color: orange;
  color: white;
  font-weight: bold;
}

.theme-color-1-bg {
  background-color: #7952b3;
}

.theme-color-2-bg {
  background-color: orange;
}

.theme-color-3-bg {
  background-color: deeppink;
}

.theme-color-4-bg {
  background-color: #82a905;
}

.theme-color-5-bg {
  background-color: #01a2fe;
}

.theme-color-6-bg {
  background-color: #4f2914;
}

.theme-color-12-bg {
  background-color: #EDE7F6;
}

.theme-color-1-text {
  color: #7952b3;
}

.theme-color-2-text {
  color: orange;
}

.theme-color-3-text {
  color: deeppink;
}

.theme-color-4-text {
  color: #82a905;
}

.theme-color-light-text {
  color: white;
}

.theme-color-dark-text {
  color: #111;
}

.theme-color-1-border {
  border-color: #7952b3;
}
.theme-color-1-border:hover, .theme-color-1-border.active {
  background-color: #7952b3;
  color: white !important;
}

.theme-color-2-border {
  border-color: orange;
}
.theme-color-2-border:hover, .theme-color-2-border.active {
  background-color: orange;
  color: white !important;
}

.theme-color-3-border {
  border-color: deeppink;
}
.theme-color-3-border:hover, .theme-color-3-border.active {
  background-color: deeppink;
  color: white !important;
}

.theme-color-4-border {
  border-color: #82a905;
}
.theme-color-4-border:hover, .theme-color-4-border.active {
  background-color: #82a905;
  color: white !important;
}

.stats-header {
  margin-top: 1em;
  text-align: center;
}

.chart-title {
  margin-left: 1em;
}

.bottom-link {
  text-decoration: none;
}

/*# sourceMappingURL=chords-stats.css.map */
