@media print {
  /*Reset Style*/
  body {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    word-spacing: 1px;
    letter-spacing: 0.2px;
  }
  a:link:after,
  a:visited:after {
    content: "" !important;
  }
  #oggchat {
    display: none !important;
  }
  #header .container .header-section .meta {
    display: none !important;
  }
  #header .container .main-navigation {
    display: none !important;
  }
  #header .sub-navigation {
    display: none !important;
  }
  .billboard {
    display: none !important;
  }
  #content {
    margin-top: 20px;
  }
  #content .breadcrumb {
    display: none !important;
  }
  #content .aside-area {
    display: none !important;
  }
  #footer {
    display: none !important;
  }
}
