#time {
	background:				black;
	margin:					30px 0 60px 0;
}
#date {
	position:				relative;
	z-index:				2000;
	display:				flex;
	flex-wrap:				wrap;
	gap:					10px;
	justify-content:		space-between;
	align-items:			flex-start;
	overflow-x:				scroll;
	overflow-y:				hidden;
}
#date input {
	border-radius:			5px;
	border:					0px solid transparent;
	height:					36px;
	text-align:				center;
	margin-top:				2px;
}