body {
	background-color: #3F3F3F;
}

p {
	color: white;
	font-size: 14px;
}

.title {
  font: 20px;
  fill: white;
}

.hourlyLines {
	stroke-width: 1;
	fill: none;
}

.selected {
	stroke-width: 3;
	fill: none;
}

.hidden {
		  display: none;
}

.axis path,
.axis line {
	fill: none;
	stroke: white;
	shape-rendering: crispEdges;
}

.legend text {
	fill: white;
	text-anchor: left;
	font-size: 14px;
}

.tick {
	fill: white;
}

.y .label {
	fill: white;
	font-size: 14px;
	text-anchor: end;
}


.voronoi path {
  stroke: none;
  fill: none;
  pointer-events: all;
}

.crosshairs {
	stroke: white;
	stroke-width: 0.2;
}

.crosshairs text {
	fill: white;
}

#metric {
		  position: absolute;
		  top: 10px;
		  left: 1000px;
		  width: auto;
		  height: auto;
}

#instructions {
		  position: absolute;
		  top: 10px;
		  left: 105px;
		  width: 850px;
		  height: auto;
		  padding: 5px 10px;
		  background-color: rgba(255, 255, 255, 0.7);
		  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
		  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
		  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
		  pointer-events: none;
}

#instructions p {
		  margin: 0;
		  line-height: 20px;
		  color: black;
		  font-size: 14px;
}

.dot circle {
	fill: rgba(255, 255, 255, 1);
}


.crosshairs {
	stroke: white;
	stroke-width: 0.2;
}

.crosshairs text {
	fill: white;
}

#citySelection {
  position: absolute;
}


.map {
  fill: white;
  stroke: none;
}

.cities {
	fill: #FF7F15;
}

.citiesBackground:hover {
  opacity: 1;
}

.citiesForeground:hover {
	stroke: #FF7F15;
  stroke-width: 8;
}
