@charset "utf-8";
/* CSS Document */

.tree-image {
  width: 650px;
}

.indicator {
  width: 100%;
  margin-bottom: 40px;
  height: 5px;
  background-color: #21323c;
}

.indicator:before {
  content: " ";
  height: 20px;
  width: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #229eab;
  vertical-align: middle;
  margin-top: -7px;

}

.statementStack {
  text-align: center;
  margin-top: 1em;
}

.statementStack .draggable-label {
    margin: 5px;
    padding: 10px;
    font-size: 16px;
    cursor: move;
    display: inline-block;
    border-radius: 3px;
    background: #219eab;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
}

.diagram-complete {
  text-align: center;
}
