#us-map{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    max-width: 750px;
    width: 100%;
    height: 100%;
    margin: 0 auto 80px;
    float: none;
    clear: both;
}
path:hover, circle:hover {
  stroke: #fb8103 !important;
  stroke-width: 2px;
  stroke-linejoin: round;
  fill: #fb8103 !important;
  cursor: pointer;
}
#path67 {
  fill: none !important;
  stroke: #A9A9A9 !important;
  cursor: default;
}
#info-box {
  display: none;
  position: absolute;
  top: -200px;
  left: 0px;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px;
}
select#states {
    float: right;
    clear: both;
    position: relative;
    display: block;
    outline: none;
    border: 1px solid #0c0c0c;
    cursor: pointer;
}
select#states option {cursor: pointer;}

div#how-to {
    font-size: 16px;
    text-align: center;
    margin: 30px 0 35px;
}