* { font-family: sans-serif; }
header, #site-nav, #sitefooter, #poweredby {
  display: none;
}

body {
  margin: 0;
  padding: 0;
}

div {
  float: none !important;
}

#layout_full {
  margin: 0;
  padding: 0;
}

table {
  border: 1px solid #ccc;
}

table tbody tr {
  border-top: 1px solid #eee;
}

table tbody td {
  border-right: 1px dotted #ececec;
  margin: 0;
  padding: 4px 8px;
}

table thead th {
  border-right: 1px solid #ececec;
  margin: 0;
  padding: 4px 8px;
}

table tbody td:last-child,
table thead th:last-child {
  border-right: none;
}

table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
