* {
	font-family: futura, arial, sans-serif;
	color: #555;
}
h1 {
	font-size: 40px;
	text-align: center;
	margin-top: 80px;
	text-transform: uppercase;
}
h6 {
	text-align: center;
}
header h5 {
	text-align: center;
}
header ul {
	margin-top: 30px;
	position: relative;
	left: 19%;
}
.warning {
	color: red;
	font-weight: bold;
}
#sec-nav li {
	list-style: none;
	float: left;
	margin-right: 50px;
}
#sec-nav li a {
  	text-decoration: none;
  	text-transform: uppercase;
	color: #777;
	font-size: 15px;
}
#sec-nav li a:hover {
	color: #111;
}

#map {
  width: 960px;
  height: 550px !important;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
#metric-select {
	position: absolute;
	right: 175px;
	top: 100px;

}
#metric-select button {
	width: 209px;
}
circle {
	cursor: pointer;
}
/*#tooltip {
	position: absolute;
	width:	100px;
	height: 30px;
	background-color: rgb(250,250,250);
	border: 1px solid #ccc;
	border-radius: 5px;
}*/
#tooltip {
	position: absolute;
	/*height: 30px;*/
	background-color: #fff;
	color: #FFFFFF !important;
	/* display: none; */
	text-align: center;
  width: 80px;
  /*margin: auto;*/
  padding: 3px;
  border-radius: 5px;
  border: 1px solid #fff;
}
#tooltip h6 {
	padding: 0;
}
#popup-box {
	position: absolute;
	left: 13%;
	top: 78px;
	width: 270px;
	height: 514px;
	background-color: rgb(250,250,250);
	border: 1px solid #ccc;
	box-shadow: 1px 1px 5px;
	opacity: 1;
	border-radius: 5px;

}
#tooltip-header {
	margin-top: 10px !important;
}
#pie-origin {
	height: 300px;
}
