/*AGH #14867 hide event information on the event info page*/
div.crm-section.event_date_time-section,
div.crm-section.event_address-section,
div.crm-section.event_contact-section,
div.crm-section.event_fees-section {
  display: none;
}

/*AGH #14887 Increase size of 'Register Now' button on Event Information page*/
.crm-container a.button,
.crm-container a.button:link,
.crm-container a.button:visited,
.crm-container input.crm-form-submit,
.crm-container .ui-dialog-buttonset .ui-button,
.crm-container input[type=button],
.crm-container .crm-button {
  text-shadow: none;
  background: #D5642A;
  color: #FFF;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 auto;
  padding: 2px 6px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 1000px;
  width: 170px;
}

.crm-container a.button, 
.crm-container a.button:link, 
.crm-container a.button:visited {
    display: block;
    float: none;
    line-height: 135%;
    text-align: center;
    margin: 0 auto;
    padding: 10px 32px;
    font-weight: bold;
} 
