@media (min-width: 992px) {
  .treeViewInner {
    width: 540px;
  }
}

.treeViewInner {
  padding-left:10px;
  padding-right:10px;
  font-size: 10pt;
  overflow:auto;
  height:130px;
  margin:1px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

ul.dynatree-container {
  font-family: inherit;
  font-size: inherit;
  border: none;

}

ul.dynatree-container a {
  margin-left: 0px;
  outline: 0;
}

span.dynatree-node a {
  line-height: 16px;
}

span.dynatree-selected a {
  color: black;
}

