/* AGH #12680 removing z-index from select2's set by otw-content-manager plugin */
.crm-container #select2-drop {
  z-index: 0;
}

.crm-container .select2-with-searchbox {
	z-index: 0;
}

.crm-container .select2-container {
	z-index: 0;
}

#crm-container.crm-container .CRM_Contribute_Form_ContributionView .action-link {
 display: block;
}

/* AGH #24454 style buttons at the bottom of civi forms*/
body #crm-container .crm-button {
  background: #257485;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #257485), color-stop(100%, #175967));
  background: linear-gradient(to bottom, #257485 0, #175967 100%);
}
