/* d.tree nodes style */
.dtree {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #0056b3;
    white-space: nowrap;
    line-height: 1.8;
}

.dtree img {
    border: 0px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.dtree a {
    color: #0056b3;
    text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
    white-space: nowrap;
    padding: 1px 2px 1px 2px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
    color: #28a745;
    text-decoration: underline;
}

.dtree a.nodeSel {
    background-color: #e7f5ff;
    border-radius: 3px;
}

.dtree .clip {
    overflow: hidden;
}