.dasha-tab {
    text-transform: capitalize;
    cursor:pointer;
}

.level {
    display: none;
    cursor: pointer;
}

.level1 {
    display: table-row;
}


.display-table-none {
    display: none !important;
}

.display-table-row {
    display: table-row !important;
}

table.dasha-table+table.dasha-table {
    display: none;
}