#de-holder{
    display:grid;
    max-height: 600px;
    overflow: auto;
}

#de-reads{
    font-family: "PT Mono", monospace;
    display: table;
    border-collapse: separate;
    border-spacing: 0;
}

#de-reads tr:first-of-type > td {
    position: sticky;
    top: 0;
    text-align: left;
    font-family: var(--main-font);
    font-weight: 500;
    background: white;
}
