/* table {
    border-collapse:separate;
    border:solid white 1px;
    border-radius:12px;
}

td, th {
    border-left:solid white 1px;
    border-top:solid white 1px;
}

th {
    border-top: none;
}

/* .table thead {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
} */

/* td:first-child, th:first-child {
    border-left: none;
} */


.tableCard {
    min-width: 50vw;
    max-width: 50vw;
}

.progressBarSpacer {
    height: 12px;
    width: 100vw;
}
