/*
*
*   CSS PRINT
*
*/

/*

In Firefox you can type Shift+F2 to open a Developer Toolbar command line, and then type media emulate print

You can also emulate other media types this way.

*/

#block-returntothetoolboxlink,
#block-printpagelink {
  display: none;
}

.field--name-dynamic-token-fieldnode-node-type {
  display: none;
}

a[href]::after {
    content: "";
}

footer {
  display: none;
}

body.navbar-is-fixed-top {
  margin-top: 0px;
}
