
.footer-centered {
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.scroll {
    max-height: 200px;
    overflow-y: auto;
}

.scroll-max-threeHundred {
    max-height: 300px;
    overflow-y: auto;
}


.display th, table td {
        /*margin:-20px!important;*/
        /*padding:0px!important;*/
        /*width: 200px!important;*/
        /*text-align: center !important;*/
    }
/*thead, tbody tr {
    display: table;
    width: var(--table-width);
    table-layout: fixed;
}*/

.left-sided {
    float: left;
    overflow: auto;
}

.right-sided {
    float: right;
    overflow: auto;
}
