#reservation-table div, #header-reservation-table div { 
	border: 1px solid black; 
	text-align: center;
	padding: 5px;
	float: left;
	width: 100px;
}

#allReservations td, #listrates td, #optionsratesindex td , #ReservationTicket td, #ResumeTicket td {
	border: 1px inset black; 
	background: white;
	padding: 5px;
	}

#reservation-table .ui-selecting { background: #FECA40; }
#reservation-table .ui-selected { background: #F39814; color: white; }
#reservation-table .occuped { 
	background: red; 
	border: 1px solid transparent; 
}
#reservation-table .dates, #reservation-table .room_name {}

div.RT__SeasonDate,div.RT__SeasonDate table { display: flex; }

.availability-events {
	width: auto;
}

.ticket-info-showreservations h1 {
	text-align: center;
}
.ticket-info-showreservations .invoice-total-heading {
	text-align: right;
}

