How can i change Location, font and color of Language: Processing property text of Data table?

How can i change Location, font and color of Language: Processing property text of Data table?

we usually pass text as below...

$('#example').dataTable( {
  "language": {
     "processing": "DataTables is currently busy"
  }
} );

This text is just below the data table header row. which is not visible to user .So, I need to change the Location of the text displaying and also font and color of this text DataTables is currently busy. Please let me know whether this is possible or not?

This discussion has been closed.