#trials-search {
    display: grid;
    grid-template-columns: max-content max-content auto max-content;
    column-gap: 5px;
    align-items: center;
    justify-items: stretch;
}

#trials-results {
    margin-top: 10px;
    padding: 10px;
}

#trials-status {
    color: grey;
}

#trials-table {
    width: 100%;
}

#trials-table td:first-child {
    width: 100%;
}

#trials-table th {
    font-size: 0.8rem !important;
}

#trials-table td {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 0.7rem !important;
}
