body {
	background: linear-gradient(215deg, #F3CED5, #9BA0A8, #A5CAE3);
	font-family: "Montserrat", sans-serif;
	color: #212121;
}

.container {
	background-color: #FAFAFA;
	min-height: 100vh;
	padding-left: 24px;
	padding-right: 24px;
}

h1, h2, h3, h4 {
	font-family: "Corben", serif;
}

h1 a {
	text-decoration: none;
	color: #212121;
	font-size: 48px;
}

h2 {
	margin-bottom: 16px;
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

p {
	margin-bottom: 6px;
}

.card-body {
	max-height: 450px;

}
.chart-container {
	width: 100%;
	height: 400px;
	padding-bottom: 50%;
	position: relative;
}
.chart-container svg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.chart-container path {
  cursor: pointer;
}

.x-axis-label, .y-axis-label {
	font-family: "Corben", serif;
}

.popup {
	position: absolute;
	background: white;
	border: 1px solid #333;
	border-radius: 8px;
	padding: 10px;
	pointer-events: none;
	white-space: nowrap;
	transform: translate(-50%, -40%);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	font-size: 14px;
	line-height: 1.4;
}

.table-container {
	max-height: 300px;
}

#names-table {
	font-size: 14px;
}

#names-table th {
	font-family: "Corben", serif;
	font-weight: 500;
}

#names-table tr {
	cursor: pointer;
}

@media (max-width: 767px) {
	.table-container {
	  max-height: 200px;
	}
/*	#names-table-outer {
		display: none;
	}*/
}
