.participants-test-results {
    height: 500px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 10px 5px 0 5px;
}




.participants-test-results-table {
    /*height: 100%;*/
    width: 95%;
}

.participants-test-results-table-th {
    position: sticky;
    top: 0;
    background-color: #fff;
}
.participants-test-results-search {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px 0 5px;
}


.participants-test-results-search input {
    position: relative;
}

.participants-test-results-search span {
    position: absolute;
    right: 10px;
}
