﻿
#us-map{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
path {
    fill: #444;
}
    path#NJ {
        fill: rgba(0,174,54,0.91) !important;
    }
    circle:hover { /* State border/hover colors */
        stroke: #ffffff !important;
        stroke-width: 4px;
        stroke-linejoin: round;
        fill: #c90017 !important;
        cursor: pointer;
    }
#path67 { /* The lines around alaska/hawaii */
    fill: none !important;
    stroke: #000 !important;
    stroke-width: 2px;
    cursor: default;
}
#info-box {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: #ffffff;
    border: 2px solid #BF0A30;
    border-radius: 5px;
    padding: 5px;
    font-family: arial;
}