}
table#acct_checked_main_header td:nth-of-type(1) { border-top: 5px solid #aaa; padding-top: 15px; background-color: #fff;}
- table#acct_checked_main_header td:nth-of-type(2):before { content: "[% l('Title / Author') %]";}
- table#acct_checked_main_header td:nth-of-type(3):before { content: "[% l('Renewals Left') %]"; }
- table#acct_checked_main_header td:nth-of-type(4):before { content: "[% l('Due Date') %]"; }
- table#acct_checked_main_header td:nth-of-type(5):before { content: "[% l('Barcode') %]"; }
- table#acct_checked_main_header td:nth-of-type(6):before { content: "[% l('Call number') %]"; }
+ table#acct_checked_main_header td:nth-of-type(2):before { content: "[% l('Title') %]";}
+ table#acct_checked_main_header td:nth-of-type(3):before { content: "[% l('Author') %]"; }
+ table#acct_checked_main_header td:nth-of-type(4):before { content: "[% l('Renewals Left') %]"; }
+ table#acct_checked_main_header td:nth-of-type(5):before { content: "[% l('Due Date') %]"; }
+ table#acct_checked_main_header td:nth-of-type(6):before { content: "[% l('Barcode') %]"; }
+ table#acct_checked_main_header td:nth-of-type(7):before { content: "[% l('Call number') %]"; }
table#acct_holds_main_header thead tr th {
display: block;