html,
body {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

svg {
	object-fit: contain;
	/*width: 75vw;
	height: 75vh;*/
}

g {
	min-height: 0;
	min-width: 0;
}

#map {
	fill: none;
	stroke: #000;
	stroke-linejoin: round;
	stroke-linecap: round;
}

.states {
	stroke: #FFF;
}

.container {
	display: grid;
	grid-template-rows: 2fr 6fr;
	grid-template-columns: 2fr 6fr 2fr;
	grid-gap: 20px;
	width: 100vw;
	height: 100vh;
	min-height: 0;
	min-width: 0;
}

.axis {
	font-size: 14px;
}

div {
	min-height: 0;
	min-width: 0;
}

.dots,
.ribbon,
.states,
.list,
.arc,
.year {
	cursor: pointer;
}
