﻿

.downline svg rect.background, #goal-tree rect.background {
  fill: #F26B21; }
.downline svg.remove-child-button, #goal-tree .remove-child-button {
  font-size: 32px;
cursor: pointer; }
.downline svg.add-child-button, #goal-tree .add-child-button {
  cursor: pointer; }
  .downline svg.add-child-button circle, #goal-tree .add-child-button circle {
    fill: white; }
  .downline svg.add-child-button text, #goal-tree .add-child-button text {
    fill: #F26B21;
    font-size: 35px; }
.downline svg.expand-distributor-node, #goal-tree .expand-distributor-node {
  font-size: 22px; }
  .downline svg.expand-distributor-node:hover, #goal-tree .expand-distributor-node:hover {
    cursor: pointer; }
.downline svg.link, #goal-tree .link {
  stroke: white;
fill: transparent;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-dasharray: 0, 7; }
.downline svg.node, #goal-tree .node {
  fill: white; }
  .downline svg.node rect, #goal-tree .node rect {
    fill: #F26B21;
    stroke: white;
stroke-width: 6px; }
  .downline svg.node.inactive, #goal-tree .node.inactive {
    opacity: 0.8; }
  .downline svg.node.id-number, .downline svg .node.rank, .downline svg .node.pgv, #goal-tree .node .id-number, #goal-tree .node .rank, #goal-tree .node .pgv {
    font-weight: 200; }



    .commission-info-display {
    margin-top: 25px;
  background: #F26B21;
  color: white;
  padding: 30px; }
  .commission-info-display dt
{
	font-weight: bold;
}
  .commission-info-display dd
{
	text-align: right;
}
  .commission-info-display.set-goals-form {
    display: none; }