.dataTables_wrapper { 
    width: 100%;
}

.dataTables_wrapper .dataTables_length {
    margin-bottom: 0.75rem;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #666;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 0.75rem;
}

.dataTables_wrapper .dataTables_filter input[type="search"] { 
    border: 1px solid #666;
}

.tablepress {
	--head-bg-color: #f9c6a9 !important;
	--head-active-bg-color: #e5baa1 !important;
    --head-active-text-color: #ffffff !important;
	--odd-bg-color: #fbe7e7;
	--hover-bg-color: #f6a1a1;
}

.tablepress caption {
    display: none;
}

.dataTables_wrapper .dataTables_info {
    margin-top: 0.75rem;
}

.dataTables_wrapper .dataTables_paginate {
    margin-top: 0.75rem;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button {
    
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.previous::before,
.dataTables_wrapper .dataTables_paginate a.paginate_button.next::after {
    text-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.previous.disabled::before {
    color: #aaa !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.next.disabled::after {
    color: #aaa !important;
}

.dataTables_paginate .paginate_button:after, .dataTables_paginate .paginate_button:before {
    color: #f9c6a9 !important;
}

.dataTables_paginate .paginate_button:hover:after, .dataTables_paginate .paginate_button:hover:before {
    color: #ab2125 !important;    
}