/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.decision-node {
    display: none;
}

.decision-node.display-node {
    display: block;
}

.decision-tree-links .decision-button {
   cursor: pointer
}