.ManualZoom {
    opacity: .8;
    font-weight : bold;
    fill : none;
    stroke : #009900;
    stroke-width : 3px;
}


.ManualZoom:hover {
    opacity : 1;
    stroke : #66FF66;
    stroke-width : 4px;
}



.ManualZoom.container {
    opacity : 1;
    fill: #f2f2f2;
    stroke : none;
}