.headings-for {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin: 0;
}
.headings-for legend {
    float: none !important;
    padding: 0 15px !important;
    width: auto !important;
    font-weight: 600 !important;
    font-size: .88rem;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover, 
.dataTables_wrapper .dataTables_paginate span .paginate_button:hover, 
.dataTables_wrapper .dataTables_paginate span .paginate_button:active, 
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid rgb(206 1 78) !important;
    background: #ce014e !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #666 !important;
    border: 1px solid #0000 !important;
    background: #f8f9fa !important;
}