body {
  font: 9pt "Source Sans Pro",sans-serif;
  margin:30px;
  /* background-color:#fbfbf9; */
  background-color:#fff;
}
.float-left {
	float:left;
	display:inline;
	margin-right:5px;
}

h1 {
	font-family: "Crimson Text",serif;
	font-weight:300;
	letter-spacing:-1px;
	font-size:18pt;
	sdisplay:inline;
	sfloat:left;
	margin-bottom:0px;
}
h2 {
	sdisplay:inline;
	sfloat:right;
	font-weight: 500;
	margin-top:0px;
	margin-bottom:20px;
	color:#666;
}


nav {
	text-align:center;
	/* clear:both; */
	margin-top:30px;
	margin-bottom:30px;
}

#hed {
	/* color: red; */
	font-size:14pt;
	text-align:center;
	/* width:80%; */
	padding-left:10%;
	padding-right:10%;
	min-width:300px;
	font-weight: 600;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
svg text {

	text-shadow: white 1px 1px;
}

.highlight {
	/* fill:#ffcc00; */
	stroke:rgba(0,0,0,0.6);
	border: 1px solid black !important;
	opacity:1;
}
#tooltip {
	pointer-events:none;
	display:block;
	position:absolute;
	/*left:" + (e.point.x + 10) + "px;
	top:" + (e.point.y + 10) + "px;*/
	padding:5px;
	border-radius:3px;
	/* width:200px; */
	/* height:25px; */
	background:rgba(255,255,255,0.8);
	border: 0.5px solid rgba(0,0,0,0.3);
	z-index:5000;
	font-size:10pt;
	

}

#legend {
	text-align:center;
	/* swidth:100%; */
	min-width:300px;
	/* background: gray; */
}


#legend div {
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    height: 20px;
    opacity: 0.8;
    padding: 3px;
    /* float: left; */
    margin-right: 2px;
    margin-bottom: 9px;
    font-size: 9pt;
    padding-left: 6px;
    padding-right: 6px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 0px;
	text-shadow: rgba(255,255,255,0.5) 1px 1px;
	cursor: pointer;
}
#legend div:hover {
	stroke:rgba(0,0,0,0.6);
}

.hidden {
	display:none !important;
}

a.pillButton {
    /* background: #F3F3F3; */
    background:rgba(0,0,0,0.05);
    border-radius: 8px;
    padding: 3px;
	padding-right: 3px;
	padding-left: 3px;
    padding-right: 3px;
    padding-left: 3px;
    /* font-size: 0.7em; */
    font-size:11pt;
    font-weight: 500;
    color: black !important;
    margin-left: 5px;
    padding-left: 6px;
    padding-right: 6px;
    cursor: pointer;
    line-height: 1 !important;
	text-shadow: white 1px 1px;
	cursor: pointer;
}