<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=================================RESERVATION===========================================*/
#users_timetable, #staff_timetable
{
	width: 90%;
	/*border: 1px solid black;*/
	padding: 10px;
	margin: 20px;
}
#users_timetable TD, #staff_timetable TD
{
	height: 30px;
	font-size: 1.5em;
}
TD.reservation_cell
{
	width: 1%;
	padding-right: 20px;
}
TD.time_value_cell
{
	width: 5%;
	padding-right: 20px;
}
.reservation_button
{
	align-content: center;
}
.red_background
{
	background-color: rgba(252, 16, 16, 0.270) !important;
}
INPUT.reservation_checkbox
{
	transform: scale(1.5);
	opacity: 0.9;
	cursor: pointer;
}
BUTTON.reservation_button, BUTTON#reservation_unblocking
{
	font-size: 1.2em !important;
}
#users_timetable TR
{
	background-color: #BFFDCC;
}
#reservation_form .field INPUT, #reservation_form .field SELECT
{
	margin: 0;
	font-size: 1.5em;
}
.reservation_notice
{
	font-size: 2em;
	color: red;
	border: 1px solid red;
	text-align: center;
	margin: 30px;
	padding: 20px;
}
.reservation_cell, .time_value_cell, .reservation_fio, .reservations_count
{
	border-bottom: 1px solid black;
}
/*\=================================RESERVATION===========================================*/
</pre></body></html>