@media print {
  * {
    color: #000 !important;
    background-color: transparent !important;
    background-image: none !important;
    -webkit-transform: none !important;
            transform: none !important;
    height: auto !important; }

  button,
  input[type="submit"] {
    display: none !important; }

  a {
    display: block !important;
    color: #0000ee !important;
    font-size: 12pt;
    font-weight: bold; }
    a:after {
      content: " (" attr(href) ")";
      font-size: 80%; }

  img,
  svg {
    display: none; }

  select {
    display: none; }

  header.header {
    display: none; }

  #page-header .header-icons,
  #page-header .in-this-section-container {
    display: none; }

  form.search-form {
    display: none; }

  input[type='search'] {
    display: none; }

  .link-list-widget {
    display: none; }

  footer.footer {
    display: none; } }
