.states path {
    fill: #777;
}

#WA,
#OR,
#CA,
#NV,
#HI {
    fill: dodgerblue;
}

#AK,
#AZ { fill: tomato;}

#GU,
#TX,
#FL {fill: goldenrod;}


#WA:hover,
#OR:hover,
#CA:hover,
#NV:hover,
#HI:hover,
#AK:hover,
#AZ:hover,
#GU:hover,
#TX:hover,
#FL:hover {
    filter: brightness(1.5);
}

#lisc-both {
    background-color: dodgerblue !important;
}
#lisc-se {
    background-color: tomato !important;
    border-color: rgb(218, 80, 56);
}
#lisc-pe {
    background-color: goldenrod !important;
    border-color: darkgoldenrod;
}
