@media print {
  * {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *:before,
  *:after {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  a:visited {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  a[href]:after {
    content: none;
  }
  body {
    padding: 0 !important;
  }
  body {
    margin: 0;
    font-size: 12px;
  }
  .cn {
    width: auto;
  }
  .ads {
    display: none;
  }
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .visible-print-block {
    display: block !important;
  }
  .visible-print-inline {
    display: inline !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .b > .caret,
  .dropup > .b > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .t {
    border-collapse: collapse !important;
  }
  .t-b th:not(.noborder),
  .t-b td:not(.noborder) {
    border: 1px solid #ddd !important;
  }
  section.page-header h1,
  div.h {
    margin: 0 !important;
    border: none !important;
  }
  section {
    padding: 0 !important;
    margin: 0 !important;
  }
  section.page-header {
    padding: 0 !important;
    margin: 0 !important;
  }
  section.page-header h1 {
    font-size: 30px !important;
  }
  section.page-header h1 {
    border-bottom: 2px solid #999;
  }
  section .page-content {
    width: 100% !important;
  }
  body .cn,
  .row .main-content {
    width: 100% !important;
  }
  .hint,
  .breadcrumbs,
  .related-articles,
  .noprint,
  div.alert,
  header,
  .group-media,
  .footer,
  #comments,
  .nav {
    display: none !important;
  }
  ul.links.list-inline,
  ul.action-links {
    display: none !important;
  }
  .header {
    display: none !important;
  }
  .header .top-links,
  .header .submenu-dark {
    display: none !important;
  }
  .topBar {
    display: none !important;
  }
  .topBar .cn {
    display: none !important;
  }
  .nav,
  .logo {
    display: none !important;
  }
  .grid-view .summary,
  .grid-view .pagination {
    display: none !important;
  }
  .b,
  .footer,
  .toTop,
  .infobox,
  .page-header-tabs,
  .page-header .subheading,
  .contents-menu,
  .page-settings,
  .page-further {
    display: none !important;
  }
}
