.eecc-results-nav {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1000;
    padding: 10px;
    overflow-x: auto;
    border-bottom: 1px solid #ddd;
}

.eecc-results-nav table {
    border-collapse: collapse;
    min-width: 600px;
    width: 100%;
}

.eecc-results-nav th,
.eecc-results-nav td {
    border: 1px solid #ccc;
    padding: 6px;
    text-align: center;
}

.eecc-load-result {
    display: inline-block;
    padding: 4px 6px;
    background: #f0f0f0;
    border-radius: 4px;
    text-decoration: none;
}

.eecc-load-result.active {
    background: #0073aa;
    color: #fff;
}

#eecc-result-viewer {
    margin-top: 20px;
    overflow-x: auto;
}

#eecc-result-viewer table {
    width: 100%;
    font-size: 14px;
}

@media (max-width: 768px) {
    .eecc-results-nav table {
        font-size: 12px;
    }
}