/* Print Stylesheet begins here */
@media print {
  /* hide everything un-necessary */
  embed,
  audio,
  video,
  object,
  iframe {
    display: none;
  }
  @page {
    margin: 0.5cm;
    page-break-before: always;
  }
  /*body text font size */
  body {
    font-size: 14pt;
    font-family: sans-serif;
    line-height: 1.3;
    color: #000;
    background: #fff;
    /* keep the logo and hide the secondary navigation & top search bar */
    /* hide the navigation bar and the top ad */
    /* hide the footer */
    /* hide the top sign in bar */
    /* hide the right column which contains the TOd sign up widget,Share us widget & right ad */
    /* change the link display style */
    /* append url for external links  */
  }
  body #logo_and_search #top-search,
  body #header #navigation,
  body #header #leaderBoard,
  body #footer,
  body #socialFloater,
  body #articleShareAndSubscribe,
  body #signInBarWrapper,
  body #topMenuBarWrapper,
  body #adContent,
  body #google_image_div,
  body #leaderBoard,
  body #div-gpt-ad-1486423046934-1 {
    display: none;
  }
  body .secondColumn,
  body .breadCrumbs,
  body .main img,
  body .phoneSearchBox,
  body .flyoutMenuButtons,
  body .top-search,
  body .searchIcon,
  body .divLeaderBoard {
    display: none !important;
  }
  body .definitionOrSaysImage img,
  body .definitionOrSaysContent img {
    display: inline-block !important;
  }
  body .firstColumn {
    width: 100% !important;
  }
  body a {
    color: #000;
    word-wrap: break-word;
    text-decoration: none;
  }
  body a[href^="http://"]:after,
  body a[href^="https://"]:after {
    content: " (" attr(href) ")";
    /*word-wrap: break-word;*/
    text-decoration: underline;
  }
  body a#logo:after {
    content: "" !important;
  }
  body #logo img {
    padding: 0 0 0 18px !important;
    margin: 0 0 10px 0 !important;
    display: inline-block !important;
  }
  body .media a:after {
    content: "";
  }
  body .media a img {
    width: 100px;
    height: 100px;
  }
  body #pageWrapper {
    margin-top: 20px;
  }
  body .contact a:after {
    content: "(" attr(href) ")";
  }
  body .article-image-img-div img,
  body .definitionOrSaysImage img,
  body .definitionOrSaysContent img {
    display: inline-block !important;
  }
  body .article-text {
    padding: 0 !important;
    margin: 0 !important;
  }
  body .article-text img {
    display: inline-block !important;
  }
  body .article-take-way {
    width: 1100px;
    font-size: 18pt;
    font-family: 'Open-sans', sans-serif;
  }
  body .takeway {
    width: 1100px;
    border: 0;
    font-size: 18pt;
    font-family: 'Open-sans', sans-serif;
  }
  .related-terms,
  .related-links,
  .relatedContent,
  .no-popup-if-mobile,
  .jq-SocialSharingBarWrapper,
  .breadCrumbs,
  .definitionOrSaysImage,
  .sidebarSection,
  .quoteShare,
  .contentRelatedLinks,
  .submessage,
  .topSiteLink,
  .ssk-wrapper,
  .jq-relatedContentWrapper,
  .right-ad,
  .jq-rightAd,
  .leftFeature {
    display: none;
  }
  .definitionOrSaysContent,
  .definitionOrSaysContent,
  .topicArticle {
    width: 100% !important;
  }
  .topicArticles,
  .topicArticleThumbnail {
    clear: both;
  }
  .topicArticles a:after,
  .topicArticleThumbnail a:after {
    content: "";
  }
  #containerDiv {
    margin: 0 !important;
    padding: 0 !important;
  }
}
