/* Hides the register button on public event info pages at the top */
.crm-public .event-info .crm-actionlinks-top .register_link-top{
	display: none;
}

/* Hides the participant role on public event confirmation page */
.crm-public .crm-event-confirm-form-block .participant_role-group{
	display: none;
}

/* Sets consistent width for input field on public event registration pages */
.crm-public .crm-event-register-form-block input[type="text"]{
	width: 20em;
}
