.results table {
    table-layout: fixed;
    margin: 0;
}

.scrollable {
    overflow-y: scroll;
    height: 65vh;
}

.results .scrollable {
    border-bottom: 2px solid #ccc;
}

.results table tbody tr .edit-patient {
    visibility: hidden;
}

.results table tbody tr:hover .edit-patient {
    visibility: visible;
}

.results table tbody tr .results-text{ 
    max-height: 100px;
    overflow-y: scroll;
}
