body,{
  position: relative;
  color: #130C0E;
  background-color: #fefefe;
  padding: 5px 20px;
  font-family: "Source Code Pro", Consolas, monaco, monospace;
  line-height: 1.5;
  font-weight: 400;
}
p {
  padding: 0 10px 10px 10px;
  margin-top: 0;
  font-size: 13px;
  max-width: 900px;
  font-family: "Source Code Pro", Consolas, monaco, monospace;
}
h1, h2 {
  font-family: "Source Code Pro", Consolas, monaco, monospace;
  padding: 0 0px 0px 10px;
}
#canvas {
}
#canvas-svg {
}
.land {
  fill: #222;
}
.boundary {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
}
#tooltip-container {
  position: absolute;
  background-color: #fff;
  color: #000;
  padding: 10px;
  border: 1px solid;
  display: none;
}
.tooltip_key {
  font-weight: bold;
}
.tooltip_value {
  margin-left: 20px;
  float: right;

