/* Document CSS for Washington Papers */

/* seg */

/* GEWN passwords */
#doc_text p.password  { margin-top:0}

div.note-end p { text-indent:0 !important;}

.GEWN div.entry > p:first-child {
  text-indent:0 !important;
}

.GEWN div.text-table {
  font-family: "FO-luximr","Luxi Mono",Monaco,Courier,"Courier New",monospace;
  font-size: 11px;
  /*color:inherit;*/
  white-space:pre;
  float: left;
  margin-bottom: 1em;
  overflow-x: auto;
  width: 600px;
}

.max_view div.text-table, .print_view  div.text-table {
  float: none;
  margin-bottom: inherit;
  overflow-x: inherit;
  width: inherit;
}

td.par {
  padding-left: 1em !important;
  text-indent: -1em;
   white-space: normal !important;
}