/*##### EVENT INFO PAGE ######*/
.page-civicrm-event-info .crm-actionlinks-top {
	height: 45px !important;
}

.page-civicrm-event-info .event_fees-section {
  border: 5px
  solid #cdcdcd;
  padding: 0.5% 1.5%;
  float: left;
  width: 30%;
  background-color: #fff;
  border-bottom: 0px;
}

.page-civicrm-event-info .event_fees-section .label {
  margin-left:0px !important;
}
.page-civicrm-event-info .event_fees-section .label label {
  color:#000; font-weight: bold;
}

/* #### CIVI DISCOUNT FIELD FIX #### */
.cividiscount tbody tr:nth-child(even) {
	background-color: transparent;
}

.cividiscount tbody tr {
	border: none;
}

.cividiscount td {
  display: block;
}
/**
 * zen drupal theme sets .description as a hidden tooltip, 
 * override that for civi text inputs eg. discountcode. 
 */
.crm-form-text.description {
 display: inline-block;
 position: relative;
 box-shadow: none;
 text-align: left;
 pointer-events: auto;
 transform: none;
}
