body {
    font-size: 16px;
}

.treant-node {
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #000;
    width: 200px;
    font-size: 12px;
}

.treant-tree-node {
    width: 250px;
    padding: 5px;
}

.treant-node > p {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.treant-node .node-typeId {
    font-weight: bold;
    text-align: center;
}

.treant-node .node-name {
    font-weight: bold;
    text-align: center;
}

.treant-tree-node .node-typeId {
    font-weight: normal;
    text-align: left;
}

.treant-tree-node .node-type {
    font-weight: bold;
    text-align: left;
}

.node rect {
    stroke: #333;
    fill: #fff;
}

.edgePath path {
    stroke: #333;
    fill: #333;
    stroke-width: 1.5px;
}

.inner-table td, th {
    border-top: 0px !important;
}

.progress {
    height: 3px;
    margin-bottom: 0px;
}

.flat-search {
    /*border-bottom: 1px solid gray;*/
}

.flat-search > input[type="text"] {
    border: 0;
    background: none;
    box-shadow: none;
    border-radius: 0px;
    width: 100%;
}

.flat-search > input[type="text"]:focus {
    background: none;
    outline: none;
    border: none;
}


.flat-search > input[type="text"]:hover {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.flat-search > input[type="text"]::placeholder {
    color: #A9A9A9;
}

.flat-search > .input-group-addon {
    background-color: unset;
    border-width: 0;
    border-radius: 0;
    font-style: italic;
    color: #A9A9A9;
}

.kvtable td {
    padding: 3px 15px;
}

.kvtable-bordered td {
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
}

.kvtable-bordered tr:last-child > td {
    border-bottom: 1px solid #dee2e6;
    padding-top: 10px;
}

pre.vertex-prop {
    background-color: inherit;
    border: 0;
    padding: 0 0 0 0;
    font-size: inherit;
    font-family: monospace;
    border-radius: 0;
    margin: 0px;
}

tr.strikethrough > td {
    text-decoration: line-through;
}

tr.gray-out > td {
    color: gray;
}
