/* Счётчик файлов */
table#filetable tbody {counter-reset: section; }
table#filetable tbody td.tcl:before {
counter-increment: section;
content: counter(section) ". ";
}/* Счётчик страниц */
div#pun-admin_pages table.adcontainer tbody {counter-reset: section; }
div#pun-admin_pages table.adcontainer tbody td.tcl:before {
counter-increment: section;
content: counter(section) ". ";
}



















