#decision-tree * {
 font-size:13px;
}
#decision-tree {
  position: relative;
  width: auto;
  max-width: 100%;
  padding: 15px 15px 0px;
  min-height: 680px;
}
#decision-tree .cover {
  position: absolute;
  top: -25px;
  margin: auto;
  right: 0;
  left: 0;
  opacity: 0.35;
  height: 100%;
  width: auto;
}
#decision-tree .choice {
  width: auto;
  cursor: pointer;
  white-space: normal !important;
  padding: 8px 16px;
  margin: 8px 0px;
  text-transform: none;
}
#decision-tree .well {
  font-weight: 500;
  background: none;
  box-shadow: none;
  padding: 10px;
  padding-bottom: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
}
#decision-tree .col-compact {
  padding-left: 5px;
  padding-right: 5px;
}
#decision-tree .alert {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 8px;
}
#decision-tree .choice:before,
#decision-tree .alert:before {
  content: "|";
  position: absolute;
  top: -16px;
  color: #261814;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
#bns,
#oui,
#uif,
#ust,
#ouo {
font-size:13px;
}
