#dbm_tree .dbmButtons {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    background-color: #ebedf2;
    border: 1px solid rgb(222, 228, 234);
    width: 90px;
    text-align: center;
    padding: 8px;
}

#dbm_tree .schema-icon {
    color: rgb(121, 0, 0);
    border-color: rgba(121, 0, 0, 0.2);
    background-color: rgba(121, 0, 0, 0.2);
}
#dbm_tree .schema-content, #dbm_tree .schema-icon i {
    color: rgb(121, 0, 0);
    border-color: rgba(121, 0, 0, 0.2);
}

#dbm_tree .typeTable-icon {
    color: rgb(0, 0, 121);
    border-color: rgba(0, 0, 121, 0.2);
    background-color: rgba(0, 0, 121, 0.2);
}
#dbm_tree .typeTable-content, #dbm_tree .typeTable-icon i {
    color: rgb(0, 0, 121);
    border-color: rgba(0, 0, 121, 0.2);
}

#dbm_tree .table-icon {
    color: rgb(0, 121, 0);
    border-color: rgba(0, 121, 0, 0.2);
    background-color: rgba(0, 121, 0, 0.2);
}
#dbm_tree .table-content, #dbm_tree .table-icon i {
    color: rgb(0, 121, 0);
    border-color: rgba(0, 121, 0, 0.2);
}
