
.axis-label{
	fill: black;
}

.city-label{
	fill: black;
	font-size: 10px;
}

.scatterCityRow{
	border-radius: 5px;
}

.scatter-row-hovered{
	background-color: var(--body-background-color);
}


/* SCROLL */


#scatterCitiesContainer{
	height: 245px;
	overflow-y: auto;
}

#scatterCitiesContainer::-webkit-scrollbar-track
{
	background-color: var(--chart-background-color);
}

#scatterCitiesContainer::-webkit-scrollbar
{
	width: 5px;
	background-color: gray;
}

#scatterCitiesContainer::-webkit-scrollbar-thumb
{
	background-color: gray;
}
