/* EVENT MODULE SPECIFIC OVERRIDES */

#id-waitlist.crm-event-manage-eventinfo-form-block-has_waitlist,
#id-event_full.crm-event-manage-eventinfo-form-block-event_full_text,
#id-waitlist-text.crm-event-manage-eventinfo-form-block-waitlist_text {
    display:none !important;
}


#registration_blocks {
    height:0px !important;
    overflow:hidden;
}




div.y2EventList { padding-top:10px; }

div.y2EventList .af-container { margin:10px; border-bottom:2px dotted #ddd; padding-bottom:10px; }

div.y2EventList .af-container:nth-child(2) { display: grid; grid-template-columns: 1fr 1fr; }
/* div.y2EventList .af-container:nth-child(2) af-field {  } */

div.y2EventList .af-container:nth-child(3) { display: grid; grid-template-columns: 1fr 1fr 1fr; margin-bottom:20px;  }
/*div.y2EventList .af-container:nth-child(3) af-field { } */
div.y2EventList .af-container:nth-child(3) af-field label { margin-right:20px; }

