﻿.tablePaginated {
    width: 40em;
    margin: 2em auto;
}
/*
.table.paginated thead {
    background: #000;
    color: #fff;
}
*/
.tablePaginated td {
    width: 10em;
    padding: 0.3em;
}

.tablePaginated tbody {
    background: #ccc;
}

div.pager {
    text-align: right;
    width: 40em;
    /*margin: 1em auto;*/
    float: right;
}

div.pg-goto {
    color: #000000;
    cursor: pointer;
    padding: 2px 4px 2px 4px;
    text-align: center;
}

div.pg-goto-Disabled {
    color: #73879C;
    cursor: not-allowed;
    padding: 2px 4px 2px 4px;
    text-align: center;
}

span.pg-selected {
    color: #0dcaf0;
    cursor: not-allowed;
    padding: 2px 4px 2px 4px;
    text-align: center;
    font-weight: bold;
}

span.pg-normal {
    color: #000000;
    cursor: pointer;
    padding: 2px 4px 2px 4px;
    text-align: center;
}

div.legend {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    gap: 10px;
    margin-top: 10px;
    align-items: center;
}

span.paginate_button:hover {
}
