.container {
	display: flex;
	gap: 20px;
}
.box {
	flex: 1;
	padding: 20px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
}
#map-graph .modebar {
	top: 95%;
	left: 0%;
}
#ts-graph .modebar {
	top: -20px;
	left: 50px;
}
#map-graph {
	margin-top: 10px;
}
#ts-graph {
	margin: 20px 0 0 10px;
}
#time-slider {
	margin-top: -5px;
}
.rc-slider-mark-text {
	white-space: break-spaces;
	top: -5px;
	font-size: 12px;
	line-height: 1.4em;
}
.timeline-row {
	margin: 0 auto;
	margin-top: -12px;
	--bs-gutter-y: 0;
}
#time-label {
	font-weight: bold;
	color: #3ba400;
}
div.card-header {
	background: #346291;
	color: white;
	text-align: center;
}
div.card-header h5.mb-0 {
	margin-top: -3px;
}
.card {
	--bs-card-spacer-x: 0.5rem;
}
.ts-graph-header {
	text-align: center;
}
@media (max-width: 768px) {
	#ts-graph {
		margin: 0;
	}
	#map-graph {
		height: 400px !important;
	}
	.container-fluid {
		--bs-gutter-x: 0.5rem;
	}
}
@media (max-width: 500px) {
	.rc-slider-mark-text {
		font-size: 9px;
	}
}
