#us-map{
  display: block;
  position: relative;
  top: 1px;
  left: 1px;
  width: 65%;
  height: 65%;
}
path:hover, circle:hover {
  position: absolute;
  fill: #004677;
  cursor: pointer;
}

#path67 {
  fill: none !important;
  stroke: #A9A9A9 !important;
  cursor: default;
}
#info-box {
  display: none;
  position: absolute;
  top: -10px;
  right: 50%;
  z-index: 1;
  box-shadow: black 0.5em 0.5em 0.3em;
  padding: 5px;
  font: 175% bold;
  font-family: arial;
  font-weight: bold;
}

#intro-text {
  max-width: 960px;
}

#intro-text h2 {
  font-size: 16px !important;
}

#intro-text p {
  font-size: 14px !important;
}
.statelinks {
  max-width: 50%;
  background: #eee;
}

#pdflist a {
    width:25%;
    min-width:25%;
    max-width:25%;
    display: inline-block;
    padding-bottom: 0.5em;
}