#donation-form .switch-amounts input:checked + label {
  box-shadow: none;
  color:gray;
}
.donated-amount-label {
  margin-right: 10px;
  border-radius: 3px;
  color: black;
  float: left;
  padding: 8px;
  text-align: center;
  width: 40%;
}
.cboxLoadedContent {
  color: white;
}