body {
	font-family:'Trebuchet MS',Helvetica,Arial,sans-serif;
    width: 632px;
    margin-left: 0;
    margin-right: 0;
/*    overflow:hidden; */
    height: 584px;

}

#bubble-mapper {
	
}

#hed h3 {

	margin-bottom: 0em;
}

#hed p  {

	margin-top: .5em;
	line-height: 1.4em;
	font-size: .9em;
}

#sorts label {
	font-size: .7em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: normal;
	text-transform: uppercase;
	
}

#sorts button.size_button,
#sorts button.vis_button {
	background-color: #eee;
	border: 4px solid #ccc;
	color: #ccc;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: normal;
	margin-bottom: 1em;
	margin-left: .2em;
	margin-right: .2em;
	text-transform: uppercase;
	padding: 4px;
	margin-right: 3px;
}

#sorts button.size_button:hover {
	cursor: pointer;
	background-color: #EF4023;
	border: 4px solid #CD371E;
	color: #fff;
	-moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

#sorts .size_button.selected {
	background-color: #EF4023;
	border: 4px solid #CD371E;
	color: #fff;
}

#sorts button#size_button_sizefertilizerplants{
	background-color: #eee;
	border: 4px solid #ccc;
	color: #ccc;
}

#sorts button#size_button_sizefertilizerplants:hover {
	background-color: #555;
	border: 4px solid #000;
	color: #fff;
	-moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

#sorts button#size_button_sizefertilizerplants.selected {
	background-color: #555;
	border: 4px solid #000;
	color: #fff;
}

#sorts button.vis_button:hover {
	cursor: pointer;
	background-color: #0168A2;
	border: 4px solid #304481;
	color: #fff;
	-moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

#sorts button.vis_button.selected {
	background-color: #0168A2;
	border: 4px solid #304481;
	color: #fff;
}

#container {
    position: relative;
}

#container path {
	fill-opacity: 0;
	stroke: gray;
	stroke-width: 1;	
}

g.circle_container text {
    font-size: .7em;
}

circle {
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  fill: #72C050;
}

circle:hover {
  fill: black !important;
  fill-opacity: .8 !important;
  stroke-width: 1;
  stroke: white;
}

#tooltip {
	
	font-size: .7em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: normal;
	margin-bottom: 1em;
	text-transform: uppercase;
	padding: 8px;

    background-color: red;
}


#tooltip {
  position: absolute;
  opacity: 1;
  width: 190px;
  height: auto;
  padding: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

#tooltip.hidden {
  opacity: 0;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

#source {
	
	font-style: italic;
	color: #adadad;
	font-size: .8em;
}
