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

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

#reset-decision-tree .decision-button {
    min-width: 100px;
}

#decision-node-container .decision-button .spinner-border {
    float: right;
}
