#events h3 {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 16px;
}

#events p.duration, 
#events div.duration {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  color: #666;
}

#events p.description, 
#events div.description {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  line-height: 1.6;
  color: #3a3a3a;
}

#events .selectedEvent {
  border-radius: 12px;
  background: #f7f7f8;
}

#events input.reserve_time_btn {
  background: #212121;
  color: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  border: none;
}

#events input.select_another_btn {
  border-radius: 10px;
  padding: 10px 14px;
}

#eventForm #start_date-block-container h3, 
#eventForm #timeline-container h3 {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 16px;
}

#eventForm #save_button {
  background: #212121;
  color: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 600;
  border: none;
}

div.ui-widget-content {
  border-radius: 12px;
}

div.ui-widget-header {
  border-radius: 12px 12px 0 0;
}

.timeline td.free_time {
  background: #f0faf4;
}

.timeline td.selected_time {
  background: #212121;
  color: #fff;
}

.timeline td.reserved_time {
  background: #f3f3f3;
  color: #999;
}
