.datatables-line {
    text-decoration:  none;
}
.datatables-line-risk {
    text-decoration:  line-through;
}
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:visited,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    border: none;
    text-decoration: none;
    color: #fff !important;
    background-color: #F57B2D;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #33454F;
}