table.telemetry-table th {
    position: sticky;
    top: 0;
    background-color: #f8f9fa;
    white-space: nowrap;
}

table.telemetry-table td {
    white-space: nowrap;
}

.table-responsive {
    max-height: 80vh;
}
