body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}


.states {
	fill: none;
	stroke-linejoin: round;
}

.annotation-test{
	pointer-events: none;
}

#states-choropleth {
	fill: #ccc;
}

#tooltip-container {
	position: absolute;
	background-color: #fff;
	color: #000;
	padding: 10px;
	border: 1px solid;
	display: none;
	z-index: 1000;
	max-width: 300px;
}

.tooltip_key {
	font-weight: bold;
}
.tooltip_value {
	margin-left: 10px;
	float: right;
	font-size: 10pt;
	font-family: Roboto, sans-serif;
}


.description{
	font-size: 10pt;
	font-family: Roboto, sans-serif;
}

#map-div {
	position:relative;
}
#main-content-container {
	overflow:hidden;
}

.annotation.lowest-medicare text {
	fill: rgb(215, 48, 39);
	font-weight: bold;
	font-family: Roboto, sans-serif;
}

.annotation path{
	stroke: black;
}

#title{
	font-family: Roboto, sans-serif;
}

#movement-bar{
	width: 40%;
}

.bottom {
	position: absolute;
	bottom: 0;
}

.right {
	position: absolute;
	right: 0;
}

.left {
	position: absolute;
	left: 0;
}

.data-attribution{
	padding: 0 5px;
	background: #bbb7;
	margin: 0;
}

.data-attribution a{
	color: #0078A8;
	text-decoration: none;
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.state:hover {
	transform: scale(1.1);
}


.state {
	transition: all .75s;
	transform-origin: 50% 50%;
}

.round  {
	text-decoration: none;
	display: inline-block;
	padding: 8px 16px;
	border-color: transparent;
}

.round:focus {
	outline:0;
}

.round:disabled{
	background-color: rgba(40, 52, 40, 0);
	color: rgba(0, 0, 0, 0);
}


.round:hover:enabled {
	background-color: #b5ddae;
	color: black;
}

.round active:enabled{
	background-color: #85ab7f;
}

.round {
	border-radius: 50%;
	background-color: #e8ffe0;
	color: black;
}

.least-expensive path{
	stroke: none!important;
}