You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#map {
|
|
background:#e8fbfe;
|
|
border:1px solid #e8e8e8;
|
|
height:600px;
|
|
position:relative;
|
|
width:100%;
|
|
z-index:0;
|
|
}
|
|
|
|
.feature {
|
|
fill:#dffbb8;
|
|
stroke:#bde484;
|
|
}
|
|
|
|
.reticle {
|
|
fill: rgba(153, 173, 40, 0.2);
|
|
stroke: #5D5336;
|
|
}
|
|
|