-webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
}
.font-weight-normal {
font-weight: normal;
<tfoot>
[% FOREACH key IN funds.keys.sort %]
<tr>
<td colspan="6" class="total"> </td>
<td colspan="6" class="total font-weight-normal"><i>(GST exc.)</i></td>
<td><i>Subtotal for</i> [% key %]</td>
<td>[% currency( funds.$key.estimated ) %]</td>
<td>[% currency( funds.$key.actual ) %]</td>
-