.navigation,
.hint,
.navigate,
.command,
.header,
.listControl,
.jump,
.detail .order,
.recommendations {
  visibility: hidden;
  display: none;
  position: absolute;
  height: 0px !important;
}
.content {
  margin: 0px;
  padding: 0px;
  max-width: none;
}

a,
a:hover {
  color: black;
  text-decoration: underline;
}
table a,
table a:hover {
  color: black;
  text-decoration: none;
}

.pane,
.list {
  border: gray 0.75pt solid;
}
.list tfoot td {
  border-top: gray 0.75pt solid;
}
.list th,
h2 {
  border-bottom: gray 0.75pt solid;
}
div.columns table td.border {
  border-left: gray 0.75pt solid;
}

p.intro {
  text-align: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
