textarea.embed {
    cursor: text !important;
}

/* svg */

circle.bubble {
    fill: #fff;
    fill-opacity: .5;
    stroke: Steelblue;
    stroke-width: 1.5;
}

path.land {
    fill: #eee;
    stroke: #bbb;
}

path.state {
    fill: #ccc;
    stroke: #fff;
    stroke-width: 1;
}