<style> table.counter-table tbody tr { counter-increment: rowNumber; } table.counter-table tbody tr td:first-child::before { content: counter(rowNumber); min-width: 1.5rem; display: inline-block; margin-right: 0.5rem; } table.counter-table tbody tr td:first-child { width: 50px; } </style> <section class="comnpadding author_bio"> <div class="container"> <div class="row justify-content-center"> <div class="col-xxl-12 col-xl-5 col-lg-5"> <div class="table-responsive"> <table class="table table-bordered counter-table"> <thead class="table-dark"> <tr> <th style="width: 10%;">No.</th> <th style="width: 70%;">Name</th> <th style="width: 20%;"></th> </tr> </thead> <tbody> <tr> <td></td> <td></td> <td><a href="/download/otoplasty/AS52_PB_Otoplasty_Perioperative_advice.pdf" class="btn btn-danger" download><i class="fas fa-file-pdf me-1"></i> Download PDF</a></td> </tr> </tbody> </table> </div> </div> </div> </div> </section>