
/**
 * Taxonomy Tree
 */
.rawt-tree {
    position: relative;
}

.rawt-tree li {
    list-style: none !important;
}

.rawt-tree a {
    text-decoration: none;
}

.rawt-tree .parent {
    margin-top: 0.8em;
    text-transform: uppercase;
}

.rawt-tree .parent > ul {
    margin-top: 0.8em;
}

.rawt-tree .leaf {
    font-size: 0.8em;
    text-transform: none;
}

.rawt-tree .leaf > a {
    display: table-row;
}

.rawt-tree .leaf > a > .image,
.rawt-tree .leaf > a > .title {
    display: table-cell;
    vertical-align: middle;
    padding: 0.4em 0.5em 0.4em 0;
}

.rawt-tree .leaf > a .image-preview-trigger img {
    display: block;
}

.rawt-tree .leaf > a .entity-color {
    width: 24px;
    height: 24px;
}