#us-map {

    display: block;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

path:hover,
circle:hover {
    stroke: #0099e5 !important;
    stroke-width: 2px;
    stroke-linejoin: round;
    fill: #0099e5 !important;
    cursor: pointer;
}

#path67 {
    fill: none !important;
    stroke: #A9A9A9 !important;
    cursor: default;
}

#info-box {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: #ffffff;
    border: 2px solid #0099e5;
    border-radius: 5px;
    padding: 5px;
    font-family: arial;
    font-size: 15px;
    line-height: 19px;
    bottom: auto;
}

.map {
    padding-top: 100px;
    height: 600px;
    width: 800px;
}