/* For Full List of Subsidiary Legislation */
body { counter-reset: rowscnt; }
tr.row { counter-increment:rowscnt; } 
tr.row td:first-child:before { content: counter(rowscnt); }