table.dataTable tbody tr.selected {
    background-color: #008cba;
    color: #fff;
    /*font-weight: bold;*/
}

#table_product_filter{
    width: 300px;
}

.dataTables_wrapper {
    margin-top: 70px;
}
.dataTables_wrapper .dataTables_filter input {
    width: 250px;
}

table.dataTable tbody th, table.dataTable tbody td{
    padding: 5px 10px;
}