/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */


.NFA {
  background-color: salmon;
}

table {
  border-collapse: collapse;
  min-width: 1200px;
  width: 100%;
}

tr:nth-child(even) { background-color:#e0e0f8; }

.BBookEntryTable td {
  max-width: 325px; /* 13 px per letter * 25 letters */
  min-width: 20px;
  border: 1px solid black;
  font-size: 10pt;
  vertical-align: top;
}
.BBookEntryTable pre {
  font-size: 8pt;
}
.BBookEntryTable th {
   border: 1px solid black;
}


.BBookReportTable td {
  max-width: 325px; /* 13 px per letter * 25 letters */
  min-width: 20px;
  border: 1px solid black;
  font-size: 10pt;
  vertical-align: top;
}
.BBookReportTable pre {
  font-size: 8pt;
}
.BBookReportTable th {
   border: 1px solid black;
}
.BBookReportTable th.date {
   width: 120px;
}
.BBookReportTable th.addr {
   width: 400px;
}

/*# sourceMappingURL=application.css-90ef623fa7e657a74b60b3405a55e63dc919a40cdaf1c38665fef1d4cbb9e0cc.map */
