
.graticule {
  fill: none;
  stroke: #777;
  stroke-width: .5px;
  stroke-opacity: .5;
}


.Def-Estab {
  fill: red;
  stroke: black;
  stroke-width: 0.2;
}

.Def-Failed {
  fill: pink;
  stroke: black;
  stroke-width: 0.2;
}

.Def-Unk {
  fill: pink;
  stroke: black;
  stroke-width: 0.2;
}

.Crypto-Estab {
  fill: yellow;
  stroke: black;
  stroke-width: 0.2;
}

.Crypto-Unk {
  fill: yellow;
  stroke: black;
  stroke-width: 0.2;
}


.Native-Estab {
  fill: green;
  stroke: black;
  stroke-width: 0.2;
}

.Native-Unk {
  fill: green;
  stroke: black;
  stroke-width: 0.2;
}


.Absent-Absent {
  fill: none;
  stroke: black;
  stroke-width: 0.2;
}

.Absent_o-Absent_o {
  fill: none;
  stroke: none;
}


.land {
  fill: lightGray;
  stroke: black;
  opactiy: 1;
}
