@media print
{  
	header, header *,
	footer, footer *,
        .tbh-skip-nav,
	.tbh-docs-left-col, .tbh-docs-left-col *,
        .tbh-mobile-back-link,
        #tbh-social-sharing-container, #tbh-social-sharing-container *,
        #turnkey-credit
	 {
		display: none !important;
	}
   
       h2, h3, h4, h5, h6 {
        //  page-break-after: avoid;
       }

       img {
           max-width: 50% !important;
       }

       .pull-right {
           float: right;
       }

       .pull-left {
           float: left;
       }

       article:not(:first-child) {
         //  page-break-before: always;
       }

       ul, img {
        //    page-break-inside: avoid;
       }

       article a {
            font-weight: bolder;
            text-decoration: none;
      }

      article a[href^=http]:after {
            content:" <" attr(href) "> ";
      }

      article a[href^="#"]:after {
            content: "";
      }
}