/* Print stylesheet: hides elements which are useless when printing. */

@page{
  size: landscape;
}

body *{
  font-size: 9pt;
  margin-left: 0;
  margin-right: 0;
}

table.recListTable th button, table.recListTable th select, table.recListTable th input{
  display: none;
}

table.recListTable>tr.recViewRow>td:last-of-type, table.recListTable>tr>th:last-of-type{
  display: none
}

fieldset.editRec{
  display: block;
}
/*
div.content{
  margin-left: 0;
  margin-right: 0;
}

tr.recDisplayRow{
  display: table-row;
}

tr.recDisplayRow div{
  display: block;
}

tr.recDisplayRow div table{
  display: table;
}

*/
