/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}

 #events p.duration, #events div.duration   {
	/* add your css rule here */
}

 #events p.description, #events div.description   {
	/* add your css rule here */
}

 #events .selectedEvent   {
	/* add your css rule here */
}

 #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 */
}
/*

==================================================

COSMOS HEADER BUCHEN BUTTON

Premium Version

==================================================

*/

a[href="#book"]{

    min-height:62px !important;

    padding:0 40px !important;

    border-radius:999px !important;

    font-size:16px !important;

    font-weight:700 !important;

}