
.map-tallies {
  z-index: 2;
	position: absolute;
	top: 10px;
	left: 30px;
	width: 200px;
  color: #333;
}

.map-nav {
	left: 30px;
	top: 50px;
	position: absolute;
	z-index: 2;
}

.map-legend {
  z-index: 2;
  font-size: 10px;
  width: 150px;
  padding: 10px;
  background-color: #FFF;
  border: 1px #000 solid;
  right: 30px;
  bottom: 10px;
  position: absolute;
  color: #000;
}

.circle {
  border-radius: 50%;
  width: 20px;
  height: 20px; 
  border: 1px #422413 solid;
  float: left;
  margin-bottom: 5px;
}

.chart * {
  font-family: platformmedium;
  color: "#333"
}

.chart-dark * {
  color: "#F9F9F2"
}

.circle-obama {
  background-color: #5367b0;	
}

.circle-bush {
  background-color: #9b2523;
}

.circle-drone {
  background-color: #4C4C40;
}

.circle-air {
  background-color: #FFFF00;
}

.circle-iraq {
  border: none;
  background-color: #1b40e5;
  margin-bottom: 5px;
}

.circle-isis {
  border: none;
  background-color: #FE0001;
  margin-bottom: 5px;
}

.circle-kurd {
  border: none;
  background-color: #b2b40f;
  margin-bottom: 5px;
}

.circle-contested {
  border: none;
  background-color: #6FFF00;
}

#leaflet-slider {
  width: 300px;
}
