body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 10pt;
  color: #333 !important; }

body > header {
  display: none; }

table.fe-list {
  width: 100%;
  border-collapse: collapse; }
  table.fe-list th, table.fe-list td {
    font-size: 9pt;
    text-align: left;
    padding: 2pt 4pt 1pt;
    border-bottom: 1px solid #ccc !important; }
    table.fe-list th:first-child, table.fe-list td:first-child {
      text-align: left; }
    table.fe-list th:last-child, table.fe-list td:last-child {
      text-align: right; }
  table.fe-list .qty {
    text-align: right; }

a {
  color: #000 !important;
  text-decoration: none; }

a[href]:after {
  content: none !important; }
