#dtprv_wrapper .resourceinfo {
    display: none;
}
#dtprv_wrapper .dataTables_info {
    text-align: left;
}

#dtprv_wrapper .dataTables_length {
    display: inline-block;
    margin-bottom: 1rem;
}

#dtprv_wrapper .sortinfo {
    display: none;
}
#dtprv_wrapper .table .form-control {
    width: auto !important;
}

#dtprv_paginate {
    margin-top: 0px;
    justify-items: center;
}

#dtprv_paginate .page-link {
    border: none;
    text-decoration: none;
    color: var(--nsw-link);
    padding: 0.25rem;
    min-width: 30px;
    text-align: center;
}

#dtprv_paginate .active .page-link {
    background: none;
    color: var(--nsw-text-dark);
    border-bottom: ;
}

#dtprv_paginate .active .page-link:after {
    background-color: var(--nsw-brand-accent);
    bottom: 0;
    content: "";
    height: 2px;
    left: .25rem;
    position: absolute;
    right: .25rem;
}

.resource-view-filters {
    display: none;
}
