div.boundary-toggle-switch {
	column-gap: 1em;
	margin-bottom: 1em;
	justify-content: center;
}/* div.boundary-toggle-switch */


div.date-time-controls {
	column-gap: 1em;
	align-items: center;
}/* div.date-time-controls */


div.react-calendar button {
	border: none;
}/* div.react-calendar button */


/**** React Calendar ****/


button.react-calendar__tile--now {
	background-color: var(--dark-highlight-color) !important;
	color: white !important;
}/* button.react-calendar__tile--now */


button.react-calendar__tile--now:hover {
	background-color: black !important;
	color: white !important;
}/* button.react-calendar__tile--now:hover */


button.react-calendar__tile--active {
	border: solid 2px #A00 !important; 
}/* button.react-calendar__tile--active */