table#results {
    width: auto;
    margin: 0;
    font-size: 14px;
}

table#results td {
    padding: 5px 12px;
    white-space: nowrap;
}

.studentsTableScroll {
    display: inline-block;
    max-height: 50vh;
    overflow-y: auto;
    padding: 0 1em 0 0;
}
