/* HUBNET FIXES v1 */

/* TOGLIE il pannello destro (duplicato) */
#hubnetRightCol { display: none !important; }

/* la card HUB centrale non deve “saltare”: scroll interno */
.hubcard.hubmain.hubnet-central,
.hubnet-central {
  max-height: calc(100vh - 260px);
  overflow: auto;
}

/* tabelle con layout fisso = niente allargamenti/balli */
.hubnet-central table,
table.hoptable,
table.tbl,
table.hubnetTable {
  width: 100%;
  table-layout: fixed;
}

.hubnet-central th, .hubnet-central td,
table.hoptable th, table.hoptable td,
table.tbl th, table.tbl td,
table.hubnetTable th, table.hubnetTable td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
