#nc_legend {
    margin-bottom: 40px;
}

div.tooltip {
    background: #333 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 8px;
    color: white;
    font-size: 0.8em;
    height: auto;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    width: auto;
}

.header {
    text-align: center;
}

#migrations p {
    font-size: 1.1em;
}

#nc_map {
   margin-top: -75px
}

.map {
    stroke: white;
    stroke-width: 1.5px;
}

#new-roots path {
    pointer-events: none;
}

path:hover, path:focus {
    cursor: pointer;
}

#newroots-map {
    overflow: hidden;
}