@media print {
	ul.login a[href]:after,
	.logo a[href]:after,
	.slogan a[href]:after,
	.tags a[href]:after {
		content: '' !important;
	}
	
	/* Don't show ads */
	#ad-slot {
		display: none !important;
	}
	
	/* Don't show the right sidebar */
	.right-sidebar {
		display: none !important;
	}
	
	/* Don't show the social media buttons */
	.tags {
		display: none !important;
	}
	
	/* Don't show the social media buttons */
	.a2a_kit {
		display: none !important;
	}
	
	/* Don't show the comments */
	.comment-tab, #collapseComments {
		display: none !important;
	}
	
  /* Bootstrap 3 columns for print - for related articles */
  .article-headline .col-sm-5, 
  .article-headline .col-sm-7,
  .relatedArticles .col-sm-4, 
  .relatedArticles .col-md-4, 
  .relatedArticles .col-lg-4 
  {
    float: left;
  }
  .article-headline .col-sm-7 {
    width: 58.33333333%;
  }
  .article-headline .col-sm-5 {
    width: 41.66666667%;
  }
  .relatedArticles .col-sm-4,
  .relatedArticles .col-md-4,
  .relatedArticles .col-lg-4 {
    width: 33.33333333%;
  }
}