Class Description
.success Indicates a successful or positive action.
.error Indicates a dangerous or potentially negative action.
.warning Indicates a warning that might need attention.
.info Used as an alternative to the default styles.
# Product Payment Taken Status
1 TB - Monthly 01/04/2012 Approved
2 TB - Monthly 02/04/2012 --
3 TB - Monthly 03/04/2012 Declined
4 TB - Monthly 04/04/2012 --
5 TB - Monthly 05/04/2012 Pending
6 TB - Monthly 06/04/2012 --
7 TB - Monthly 07/04/2012 Call in to confirm
8 TB - Monthly 08/04/2012 --
...
  <tr class="success">
  <td>1</td>
  <td>TB - Monthly</td>
  <td>01/04/2012</td>
  <td>Approved</td>
  </tr>
  ...