/* DCSP Main Print Stylesheet                                        *
 * USDOL/OSHA - Salt Lake Technical Center                     *
 * Last Revised: 01/28/2014 - LS - added footer back in   
 * Last Revised: 11/07/2013 - BAV - created new style           *
 ***************************************************************/

@media print {  

        #container { 
        width: auto; 
        border: 0; 
        margin: 0 5%; 
        padding: 0; 
        float: none !important; }

      /* IE specific style */
       *.tab-content > .tab-pane {display: block !important; opacity: 1 !important; }

        html>body .well-white {background-color: #FFF; !important;} 
		html>body #header .title {background-color: #F3F3F3; }
        html>body .tab-content > .tab-pane {display: block !important; opacity: 1 !important; }

       .hidden-print  { display: none !important; }

        #linksMainTabs, #mainTabsNav, #search, #linkstop, #grayline, #toggleClpsdMenu, #linksWhatsNew { display: none;  !important; }