
#crm-container.crm-public form#Main div.label,
.crm-container .crm-section .label,
.crm-container .crm-section .label label,
#crm-container.crm-public .label,
#crm-container.crm-public .price-field-amount {
  color: #000;
}

/* ISAST-68: match drupal-theme style for buttons */
#crm-container.crm-public span.crm-button, 
#crm-container.crm-public .action-link .crm-register-button
{
  background: #FAA41A;
  border: none;
  text-shadow: none;
  color: #000;
  padding: 6px 16px;
}

#crm-container.crm-public span.crm-button:hover,
#crm-container.crm-public .action-link .crm-register-button:hover
{
  background: #dc8a05;
}

#crm-container.crm-public span.crm-button input {
  color: #000;
  text-shadow: none;
}
/* END ISAST-68 */

/* ISAST-67: select2's are too short (height)*/
.select2-container .select2-choice {
  height: unset;
}
/* END ISAST-68 */

.crm-container .crm-section .label {
  white-space: normal;
  width: 20%;
}

.crm-container .crm-marker {
  margin-right: 0;
}