/* CSS for GenMapper: template specific */

.node-church-box {
  stroke: black;
  stroke-width: 2;
}

.is-church {
  stroke-dasharray: 0;
}

.is-not-church {
  stroke-dasharray: 7,7;
}

.church-legacy {
  stroke-width: 4;
  stroke: green;
}
