Tables
Example of table structure:
<div class="mf-widget mf-stock-table mf-lang-en mf-WIDGET-ID mf-table-wrapper">
<table class="mf-table">
<tbody>
<tr>
<td class="table-head mf-tbl-col-0">Ticker</td>
<td class="stock-symbol mf-tbl-col-1">ABC A</td>
</tr>
<tr>
<td class="table-head mf-tbl-col-0">Latest Price</td>
<td class="latest-price mf-tbl-col-1">9.00</td>
</tr>
</tbody>
</table>
</div>Example styling

CSS
CSS for positive and negative numbers

Responsiveness
Last updated