#overlay {
    display: none;
}
#core4-diagram {
  display: flex;
  justify-content: center; 
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
    white-space: normal;
  text-overflow: clip;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
       white-space: wrap;
}

#tagDirectoryTable {
  min-height: 1000px;
}
