#events h3 {
	font-size: 8px;
}

#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 {
	font-size: 8px;
	padding: 6px 12px;
	border-radius: 4px;
}

#events input.select_another_btn {
	font-size: 8px;
	padding: 6px 12px;
	border-radius: 4px;
}

#eventForm #start_date-block-container h3,
#eventForm #timeline-container h3 {
	/* add your css rule here */
}

#eventForm #save_button {
	font-size: 8px;
	padding: 6px 12px;
	border-radius: 4px;
}

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 */
}

a.btn.book.custom {
	font-size: 12px;
	padding: 16px 40px;
	margin-top: 80px !important;
        margin-left: 40px !important;
        padding-top: 120px
	border-radius: 5px;
	display: inline-block;
}

#header .nav-trigger{
  position: absolute; 
  top: 20px;
  width: 40px;
  height: 40px;
  left: 60px
}
#header .nav-trigger span{
  display: block;
  width: 20px;      /* 控制線條寬度 */
  height: 3px;      /* 控制線條厚度 */
  margin: 1.5px 0;    /* 控制線條間距 */
  transition: all 0.3s ease;
}