#main section article{
	width:100%;
	float:none !important;
	box-sizing:border-box;
}
.bookingTime{
	display:none;
}
.calendar .sun{
	background:#FFD5D5 !important; 
}
.calendar .sat{
	background:#defdff !important; 
}
#booking-package_inputFormPanel .row{
	display:flex;
	gap:20px;
}
#booking-package_inputFormPanel .row .name{
	width:100px;
	flex:none;
}
#booking-package_inputFormPanel .row .value{
	width:calc(100% - 120px);
	flex:none;
}