@CHARSET "UTF-8";
@media print{
  * {
    font-family: Arial;
    }
  @font-face {
      -fs-pdf-font-embed: embed;
      -fs-pdf-font-encoding: Identity-H;
  }  
  img {
    page-break-inside: avoid;
  }  
  h1, h2, h3, h4, h5, h6{
    color: black !important;
  }
  h1, h2{
      border-bottom-color: black !important;
  }
  body{
     padding: 0 !important;
     margin: 0 !important;
     background-color: white !important;
  }
  .noprint, .noPrint{
     display: none !important;
  }
  div#breadCrumbs{
      display: none !important;
  }
  div#header{
     display: none !important;
  }
  div#menu{
    display: none !important;
  }
  div#feedback{
    display: none !important;
  }
  div#footerWrapper{
    display: none !important;
  }
  .a123{
      display: none !important;
  }
  div#main{
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  div#contentWrapper{   
    background-color: white !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    text-align: left !important;
    background-image: none !important; 
  }
  div.rightPanel, div.centerPanel, div.leftPanel{   
    background-color: white !important;
    padding: 0.3em !important;
    margin-bottom: 1em !important;
    position: relative !important;  
    border: 1px solid #8a8d93 !important;
    text-align:center !important; 
  }  
  div#content {
    width: 100%;
  }  
  div#rightColumnWrapper{
    padding: 0 !important;
  }
  div#articleSeparator{
    display: none !important;   
  }
}
    