div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}
.dataTablesSelect a {
    margin:0px 5px;
}
.dataTablesSelect a .fa {
    font-size:1.4rem;

}
.dataTablesSelect a .fa {
    color:black
}
.dataTablesSelect a .fa-trash {
    color:tomato;
}
div.dt-buttons {
    padding-top:6px;
    padding-left:5px;
}
.dataTablesSelect td, .dataTablesSelect th {
    vertical-align: middle!important;
    text-align:center;
    margin:auto!important;
}
.dataTablesSelect:hover,.table-striped tbody tr.dataTablesSelect:hover{
    background-color:#ddd;
    cursor: pointer;

}
