body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
  font-size: 14px;
  line-height: 1.4em;
}

h1 {
  font-size: 200%;
  margin: 0 0 15px 0;
}

h2 {
  font-size: 120%;
  margin: 0 0 10px 0;
}

p {
  padding: .1em 0 .2em;
}

#placeholder {
  position: absolute;
  z-index: -1;
  display: block;
  left: 0;
  top: 0;
}

#map-container {
  text-align: center;
  position: relative;
  margin: 20px 0;
}

#map, body{
  background: #eef;
  width: 800px;
}

#map {
  height: 600px;
  display: block;
  margin: 0;
  border: solid steelblue 1px;
}

path.state {
  stroke: #444;
  stroke-width: .5;
}

path.state:hover {
  stroke: #000;
  stroke-width: .6;
}

path.refstate {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
}

.graticule {
    fill:none;
    stroke:steelblue;
    stroke-width:1px;
    stroke-opacity:0.5;
}

#SVGsrc {
  float: right;
  color: #999;
  display: none;
}

.download{
  display:block;
  margin-left:auto;
  margin-right:auto;
}

.download img{
  border-width:0;
  vertical-align:middle;
  margin-left:8px;
  margin-right:-10px;
}
