table {
    border-collapse: collapse;
    width: 100%;
    background-color: #eeeeee;
    
}

th,
td {
    border: 1px solid #cecece;
    padding: 0.6rem;
    text-align: left;
}

th {
    background: #f5f5f5;
}





.pagination {
    margin-top: 1rem;
    user-select: none;
}

.page-link {
    display: inline-block;
    margin: 0 4px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.page-link.active {
    background: #0066cc;
    color: #fff;
    border-color: #0066cc;
}

.hidden {
    display: none;
}

.controls{
    padding: 0px;
}

#searchInput {
    float: left;
    width: 300px;
    margin-bottom: 10px;
}