﻿@media print {

  .header {
    display: none;
  }

  #footer {
    display: none;
  }

  .contentRight {
    display: none;
  }

  .header-newbar {
    display: none;
  }

  .contentLeft {
    border-top: none;
  }

  contentRightOuter {
    display: none;
  }

  .sticky {
    display: none;
  }

  .sticky-anchor {
    display: none;
  }

  .sticky-anchor2 {
    display: none;
  }

  .title {
    display: none;
  }

  .stick {
    display: none;
  }

  .fix-footer {
    display: none;
  }

  .stick2 {
    display: none;
  }

  #full {
    display: block;
  }


#html-content-frame DIV.sl-content {
   padding-left: 15px !important;
    padding-right: 15px !important;
   margin:0px !important;
}
#html-content-frame DIV.mu-content {
  padding-left: 15px !important;
    padding-right: 15px !important;
   margin:0px !important;
}
#html-content-frame DIV.og-content {
   padding-left: 15px !important;
    padding-right: 15px !important;
   margin:0px !important;
}

  .divider {
    display: none;
  }
  .contentRightOuter{
    display:none;
  }
   #html-content-frame .title-for-print{
    display:block !important;

  }
   .removeOnPrint{
     display:none !important;
   }


  
}
