.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: white !important;
    border: 1px solid #EFB8CD;
    background-color: #EFB8CD;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feecf2), color-stop(100%, #EFB8CD));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #feecf2 0%, #EFB8CD 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #feecf2 0%, #EFB8CD 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #feecf2 0%, #EFB8CD 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #feecf2 0%, #EFB8CD 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #feecf2 0%, #EFB8CD 100%);
    /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color: inherit !important;
    border: 1px solid #EFB8CD;
    background-color: #EFB8CD;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feecf2), color-stop(100%, #EFB8CD));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #feecf2 0%, #EFB8CD 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #feecf2 0%, #EFB8CD 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #feecf2 0%, #EFB8CD 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #feecf2 0%, #EFB8CD 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #feecf2 0%, #EFB8CD 100%);
    /* W3C */
}