.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.2em 0.3em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #666 !important;
    border: 1px solid transparent;
    border-radius: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    color: white !important;
    border: 1px solid #fff;
    background-color: #585858;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #316ce89e 0%, #316ce8 100%);
    background: -moz-linear-gradient(top, #316ce89e 0%, #316ce8 100%);
    background: -ms-linear-gradient(top, #316ce89e 0%, #316ce8 100%);
    background: -o-linear-gradient(top, #316ce89e 0%, #316ce8 100%);
    background: linear-gradient(top bottom, #316ce89e 0%, #316ce8 100%); */
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: none;
}

table.dataTable.no-footer {
    border-bottom: none;
}
