body {
	margin: 0;
	width: fit-content;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

/* ========================= Time gather grid ====================================== */
/* .timeGatherGrid * {
	outline: 1px solid;
} */

.timeGatherGrid {
	padding: 1rem;
	width: fit-content;
}

.timeGatherGrid table {
	border-collapse: collapse;
}

.timeGatherGrid td > * {
	/* outline: 1px solid; */
	height: 100%;
}

.timeGatherGrid td {
	height: 1.25rem;
	border: 1px solid;
	text-align: center;
	vertical-align: middle;
	min-width: 3ch;
}

.timeGatherGrid .date {
	min-width: 10ch;
	cursor: pointer;
}

.timeGatherGrid .time {
	min-width: 8ch;
	cursor: pointer;
}

.timeGatherGrid .duration {
	min-width: 10ch;
}
