@media print {
  /*Reset Style*/
  /* line 4, print.less */
  body {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    word-spacing: 1px;
    letter-spacing: 0.2px;
  }
  /* line 6, print.less */
  a:link:after,
  a:visited:after {
    content: "" !important;
  }
  /* line 8, print.less */
  #oggchat {
    display: none !important;
  }
  /* line 10, print.less */
  #header {
    position: static!important;
    clear: both;
  }
  /* line 15, print.less */
  #header .container .header-section .meta {
    display: none !important;
  }
  /* line 17, print.less */
  #header .container .main-navigation {
    display: none !important;
  }
  /* line 19, print.less */
  #header .sub-navigation {
    display: none !important;
  }
  /* line 21, print.less */
  .billboard {
    display: none !important;
  }
  /* line 23, print.less */
  #content {
    margin-top: 20px;
  }
  /* line 24, print.less */
  #content .breadcrumb {
    display: none !important;
  }
  /* line 25, print.less */
  #content .aside-area {
    display: none !important;
  }
  /* line 31, print.less */
  #content .page-component.table_block_four_col .placeholder,
  #content .page-component.table_block_three_col .placeholder,
  #content .page-component.table_block_two_col .placeholder {
    height: auto;
    max-height: 100%;
  }
  /* line 35, print.less */
  #content .page-component.table_block_four_col #ShowAllTables,
  #content .page-component.table_block_three_col #ShowAllTables,
  #content .page-component.table_block_two_col #ShowAllTables {
    display: none;
  }
  /* line 43, print.less */
  #footer {
    display: none !important;
  }
}
