﻿body {
}


.table-overflow {
    max-height: 70vh;
    overflow-y: auto;
}


table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}


.table-overflow2 {
    max-height: 30vh;
    overflow-y: auto;
}


table2 {
    width: 50%;
    border-collapse: collapse;
    text-align: center;
}

.table-overflow3 {
    max-height: 30vh;
    overflow-y: auto;
}

table3 {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}


th {
    position: sticky;
    top: 0;
    /*background: red;*/
}


