.copyTable td:nth-of-type(4):before { content: "Shelving Location"; display: flex;}
.copyTable td:nth-of-type(5):before { content: "Status"; display: flex;}
.copyTable td:nth-of-type(6):before { content: "Due Date"; display: flex;}
+ .copyTable td:nth-of-type(7):before { content: "[% l('Distance') %]"; display: flex;}
.holdingsTable tr:nth-of-type(1):before { content: "Copy #1"; display: block; text-align:center; }
.holdingsTable tr:nth-of-type(2):before { content: "Copy #2"; display: block; text-align:center;}