.crm-container button {
  color: #000 !important;
}
.crm-container button:hover {
  color: #fff !important;
}

h3.nocolor {
  background-color: inherit;
}

.crm-submit-buttons button.crm-form-submit {
  text-shadow: none !important;
  /* margin: 0 !important; */
  border-color: transparent !important;
  border: 2px solid #000 !important;
  background-color: transparent !important;
  padding: 0.37em 0.75rem !important;
  box-sizing: border-box !important;
  font-size: 0.7rem !important;
  text-decoration: none !important;
  border-radius: 2px !important;
  text-transform: uppercase !important;
  color: #000 !important;
  font-weight: 600 !important;
  padding: 2px 12px !important;
  text-align: center !important;
  margin-right: 1.5rem !important;
  /* margin-bottom: 1rem !important; */
}

.crm-submit-buttons button.crm-form-submit:hover {
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  border-color: #d0130d !important;
  background-color: #d0130d !important;
  color: #fff !important;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s !important;
}

.dc-chart .axis.x text {
  text-anchor: end !important;
  transform: rotate(-45deg);
}

.dc-chart svg {
  height: 500px !important;
}