/* CSS for GenMapper: template specific */

.node-box {
  stroke: black;
  stroke-width: 2;
  fill: white;
}

.node-date {
  font-size: 8px;
}

.node-timothy {
  stroke: red;
  stroke-width: 1;
  fill: red;
}

.disciple-individual {
  stroke-dasharray: 7,7;
}

.disciple-leads-group {
  stroke-dasharray: 0;
}

.disciple-leads-church {
  stroke-dasharray: 0;
  stroke-width: 4;
}

.disciple-multiplies-churches {
  stroke-dasharray: 0;
  stroke-width: 10;
  stroke: navy;
}
