.pt206 .meta-custom-1:before,
.view-charities .field-item-1:before {
  content: "Nonprofit Code / " ;
}

/* Normalize the label display */
.node-webform label {
  font-size: inherit;
  color: inherit;
}

/* Fix select element display */
.node-webform select {
  background-position: 90% 50%;
  padding-right: 32px;
}

a.op-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0055a7;
  color: white;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-out;
          transition: background-color 0.3s ease-out;
}

a.op-btn:hover {
  background-color: #ffa300;
  color: #0055a7;
}
