/* SHTP Main Stylesheet                                        *
 * USDOL/OSHA - Salt Lake Technical Center                     *
 * Last Revised: 01/22/2014 - KP - added footer back in        *
 * Last Revised: 11/07/2013 - KP - added new style             *
 * Last Revised: 09/19/2013 - KP - created new style           *
 * Last Revised: 09/11/2013 - KP - 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; }
        html>body .shtp_title h6 { font-size:20px; line-height: 20px; font-weight:strong; visibility: visible; }				

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

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

 
             }
