#booking-package {
	position: relative;
}
#booking-package .row {
    display: block;
    padding: 1vw 2vw !important;
}
#nextAndReturnPanel, #returnToCalendarButton, #returnToDayListButton, #returnToCalendarButton{
	position: absolute;
	top: 0;
	width: 70px;
	z-index: 123;
	margin-top: 0;
	padding: 0 !important;
	line-height: 1.6;
	font-size: 15px;
}
#nextAndReturnPanel {
	margin-top: 0 !important;
}
#booking-package_inputFormPanel #nextAndReturnPanel .return_form_button,
#bottomPanel #returnToDayListButton {
	width: 70px !important;
	margin-left: 10px;
	line-height: 1.6;
	font-size: 15px;
}
#returnToCalendarButton, #bottomPanel #returnToDayListButton, #returnToCalendarButton{
	margin-top: 10px !important;
}
#booking-package_schedulePage .bottomPanelNoAnimation {
	position: static !important;
}
#booking-package { color: #222; }

.week_slot {
  font-size: 0;
}
.week_slot::before {
  font-size: 16px;
}
.week_slot.sun::before {
  content: "Sun";
}
.week_slot.mon::before {
  content: "Mon";
}
.week_slot.tue::before {
  content: "Tue";
}
.week_slot.wed::before {
  content: "Wed";
}
.week_slot.thu::before {
  content: "Thu";
}
.week_slot.fri::before {
  content: "Fri";
}
.week_slot.sat::before {
  content: "Sat";
}
