svg {
	background:rgb(242,243,185);
	overflow: hidden;
}

.background {
  fill: none;
  pointer-events: all;
}

.feature {
  fill: #ccc;
  cursor: pointer;
  stroke-width: 1px;
  stroke: #fff;
}

.feature.active {
  fill: orange !important;
}

.feature:hover {
	fill: orange !important;
}

.mesh {
  fill: none;
  stroke: #fff;
  stroke-width: 2.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.statelabel {
	font-size: 20pt;
	fill: rgb(0,0,119);
	font-weight: bold;
	text-anchor: start;
	
}

g.button text {
	font-family: Arial;
	font-size: 13.33px;
	fill: #fff;
	
}
g.button {
	opacity: 1;
	fill:#443b31;
}

g.button:hover {
	opacity: 0.75;
	fill:#6AA4DF;
	stroke: #fff;
}

div.tooltip {
  background-color: white;
  padding: 4px 8px;
  display: none;
  color: #222; 
  background: #fff; 
  padding: .5em; 
  text-shadow: #f5f5f5 0 1px 0;
  border-radius: 2px; 
  box-shadow: 0px 0px 2px 0px #a6a6a6; 
  opacity: 0.9; 
  position: absolute;
  font-size: 14px;
  font-family: Verdana,Arial;
}

label {
    padding: 0.4em 2em 0.4em 0;
}
.toggle-btn-grp {
    margin: 3px 0;
}
.toggle-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    margin: 5px 2px;
    padding: 0.4em 3em;
}
.toggle-btn-grp.cssonly * {
    height: 30px;
    line-height: 30px;
    width: 140px;
}
.toggle-btn-grp.cssonly div {
    display: inline-block;
    margin: 5px 2px;
    position: relative;
}

.toggle-btn-grp.cssonly div input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    z-index: 1;
}

.toggle-btn-grp.cssonly div:hover label {
    background: #f1fdfe none repeat scroll 0 0;
    border: 1px solid #a0d5dc;
}

.toggle-btn-grp.cssonly div input.enabledinput + label {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
    padding: 0;
    position: absolute;
    text-align: center;
    z-index: 0;
}

.toggle-btn-grp.cssonly div input.disabledinput + label {
	opacity: 0.6;
	filter: alpha(opacity=40); /* For IE8 and earlier */
    padding: 0;
    position: absolute;
    text-align: center;
    z-index: 0;
}

.toggle-btn-grp.cssonly div input:checked.enabledinput + label {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
    background: #443b31 none repeat scroll 0 0;
    border: 1px solid #443b31;
    color: #ffffff;
}

.toggle-btn-grp.cssonly div input:checked.disabledinput + label {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
    background: #443b31 none repeat scroll 0 0;
    border: 1px solid #443b31;
    color: #ffffffu;
}

/* zoom controls */
.svg-pan-zoom-control {
    cursor: pointer;
    fill: black;
    fill-opacity: 0.333;
}
.svg-pan-zoom-control:hover {
    fill-opacity: 0.8;
}
.svg-pan-zoom-control-background {
    fill: white;
    fill-opacity: 0.5;
}
.svg-pan-zoom-control-background {
    fill-opacity: 0.8;
}
