a.protocol-node-js-tree,
a.mesh-term-node {
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

svg.fa-file.jstree-icon{
    width: 0.75em;
    margin: 0 8px 0 2px;
}

.preload-styles {
    height: 100px;
}

.space-holder-card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-style: italic;
    width: 100%;
    min-height: 100px;
}

.tree-holder-card {
    flex: 1;
    background-clip: border-box;
}

.summary-holder-card,
.tree-holder-card {
    padding: 20px;
    min-width: 100%;
}

.jstree-anchor {
    white-space: normal !important;
    height: auto !important;
    padding-right: 24px;
}

a.toggle-section:hover {
    text-decoration: none;
}

.jstree-hovered {
    background-color:  #327AB8 !important;
}

.jstree-anchor:hover,
.jstree-clicked {
    color: #fff !important;
}

.jstree-proton .jstree-anchor {
    margin-right: 10px !important;
    padding-left: 4px !important;
}

.jstree-proton .jstree-clicked {
    background: #00305C !important;
}

div.summary-holder-card > a.btn-phenx-or {
    width: fit-content;
}

div.summary-holder-card > div.toolbar {
    border-top: unset
}

section.grey-border-bottom {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

a.italic {
    font-style: italic;
}