body { margin-bottom: 0!important; }

.heading.main, .body > .container > .menu, .do-not-print { display:none!important; }

table.table-blockable td {
  display: table-cell;
}
table.table-blockable td.hidden-xs {
  display: table-cell!important;
}
table.table-blockable thead.hidden-xs {
  display: table-header-group!important;
}
table.table-blockable .visible-xs-inline {
  display: none!important;
}

/* bootstrap 3.x fix; url appended to links */
a[href]:after { content:none; }
