/*===============================================
nepslists.css

nepsweb.co.uk site style

Table style for nepsweb.co.uk lists pages

Adrian P Robson
9 March 2018
=================================================*/

table {
   margin: 20px 0 0;
   border-collapse:collapse;
   width:100%;
   }

td {
   vertical-align:top;
   padding-bottom:20px;
   }

/* 
   For search and useful lists 
*/
td.left { /* name */
   font-weight:bold;
   width:20%;
   }
td.mid { /* url */
   width:28%;
   }
td.right { /* description */
   width:50%;
   }

/*
   For documents list
*/
td.docleft  { /* title */ 
   font-weight:bold;
   width:35%; 
   } 
td.docmid   {  /* description */
   width:50%; 
   } 
td.docright { /* pdf link */ 
   width:15%; 
   } 
