/* CSS copyright (c) 2015 David Gibson. No licence should be inferred

*** Based on {BCRA}/docstore/__show_all_logs/index.css
*** Copied to heyphone/pdf, and edited, on 05-Feb-2018
*** copies to /uploads and edited on 04-Feb-2022

*/


BODY {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

TABLE  {
  border-collapse: collapse;
}

TD,TH {
  font-size: 10pt;
  border-left: white solid 3px;
  white-space: nowrap;
  padding: 5px 10px 5px 10px;
  background-color: #F4F4F4;
}

HR {
  display: none;		/* default index has some HR's in it */
}

ADDRESS {			/* not sure why this is here. Left from a previous usage of this file? */
  font-size: 9pt;
  padding-top: 10px;
  max-width: 500px;
}



/* Classes from https://httpd.apache.org/docs/2.4/mod/mod_autoindex.html#indexstylesheet, like 

tr.indexhead
tr.odd

...appear not to be being written to the HTML */