.custom-header p {
    flex: 1 0 10%;
    width: 10%;
    padding: 5px;
}

.custom-header p:nth-child(1) {
    flex: 1 0 14%;
    width: 14%;
    padding: 20px;
}

.row-data-container > * {
    flex: 1 0 10%;
    width: 10%;
    padding: 5px;
}

.row-data-container div:nth-child(1) {
    flex: 1 0 14%;
    width: 14%;
    padding: 20px;
}

.My-tree-pannel table:nth-child(1) .row-data-container > div {
    padding-left: unset;
}

.My-tree-pannel table:nth-child(2) .row-data-container > div {
    padding-left: 40px;
}

.My-tree-pannel table:nth-child(3) .row-data-container > div {
    padding-left: 54px;
}

.My-tree-pannel table:nth-child(4) .row-data-container > div {
    padding-left: 64px;
}

.accountname {
    margin-left: 20px;
}

.Hierarchy .x-grid-cell-inner {
    height: 140px !important;
}

.My-tree-pannel {
    height: auto;
}

.x-tree-icon-parent-expanded:before {
    content: '';

}

.x-tree-icon-parent-expanded:after {
    content: '';

}

.x-tree-icon-leaf:before {
    content: '';
}

.My-tree-pannel .x-tree-icon-parent:before {
    content: '';
}

.My-tree-pannel .x-tree-elbow-img {
    margin-right: 12px !important;
    top: 8px;
    position: relative;
}

.My-tree-pannel table:nth-child(3) .x-tree-elbow-img {
    margin-right: 5px !important;
}

.My-tree-pannel table {
    border-bottom: 3px solid #000;
}
