#events .selectedEvent {
    display: flex;
    flex-direction: column;
}

/* Beschreibung zuerst */
#events .description {
    order: 1;
}

/* Kontaktdaten danach */
#events .company-info,
#events .contact-info,
#events .contacts {
    order: 2;
}

/* Dauer oder weitere Infos danach */
#events .duration {
    order: 3;
}

 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}




 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

