
 body {font-family:arial;}

 input {font-family:arial;} /* fixes disappearing upload file submit button when hovering over button */

/* inline-block so div shrinks to fit content */
#dropFile {display:inline-block; border-radius:5px; padding-bottom:.2em; padding-left:.1em; padding-right:.1em;}
/* #dropFile {display:inline; } */
 #numberFilesDropped {font-size:75%; }
/* #numberFilesDropped {font-size:75%; display:inline;} */


#fileSelectCol {
   /* weird behavior if this is too narrow, such as 7em; */
   width: 8em;
   min-width: 8em;
   white-space: nowrap;
}

#fileAction {
   margin-left: 0.3em;
}


/* out.println("<table id='filesTable' cellpadding='3' cellspacing='0'>"); */

#filesTable {
  border-spacing: 0px;
  /* border-collapse: collapse; */
}

#filesTable td {
   /* border-collapse: collapse; */
   padding: 3px;
}

#filesTable thead td {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  /* height is taller to accomodate the pulldown without the appearance of the pulldown changing row height */
  height: 2em;
} 
