<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	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 */

}
.btn.book {
  background-color: #42737a; /* �峕艶閮剔�粹�𤩺�� */
  border: 0px solid #ea1889; /* 瘛餃�𣳇�讛𠧧�� #ea1889 ���𦠜� */
  color: #ffffff; /* 摮烾�娪�讛𠧧����𦠜�銝��稲 */
  border-radius: 25px; /* �虾�賂�諹�𤘪�厰�閙�匧�栞�� */
  padding: 10px 30px; /* �綉����厰�訫之撠� */
  font-weight: bold; /* 憓𧼮�惩�烾�𠉛�㛖敦 */
  text-align: center; /* 蝣箔�脲���堒�銝� */
  cursor: pointer; /* 瘛餃�𣳇�墧�𦠜���� */
  opacity: 1; /* 閮剔蔭�𤩺�𤾸漲�� 0% */
}

.btn.book2 {
  background-color: #be6f80;
  border: 0px solid white;
  color: #ffffff;
}

 #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 */
}


 #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 */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* 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 */
}

.item__description.short {
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 12;
 -webkit-box-orient: vertical;
 line-height: 1.6em;
 height: 15em;
}

.item__read-more {
 display: inline;
 padding: 0;
 margin: 0;
 border: none;
 position: absolute;
 bottom: -1px;
 line-height: 1.2;
 right: 0;
 background-color: #fff;
 font-size: 18px;
 font-weight: bold; /* 閮剖�𡁜�烾�𠉛�箇�烾�� */
}

.item__content {
 padding: 20px 15px 10px;
}

.badge.badge-deposit {
    font-size: 14px !important;  /* 摮烾�𥪜之撠讛矽�㟲�� 14px */
    color: #42737A !important;   /* 閮剖�𡁜�烾�娪�讛𠧧�箇�啗𠧧 */
    font-weight: normal !important; /* 蝘駁膄�虾�賜�蝎烾�娍���� */
}
</pre></body></html>