If you need to make tables, Emotions Lite has some built-in styling for you to make nice looking tables.
Default Style
This is your default table styling which allows you to customize it to your own preferences. No class is required for this table.
Striped Table
This is a striped styled table where every other row is shaded. Use this class on your table:
<table class="table-striped">
Striped and Bordered Table
This is a striped and bordered table where every other row is shaded, but your table cells have borders. Use this class on your table:
<table class="table-striped-bordered">