@media print{
    @page{
        size: auto;   /* auto is the current printer page size */
        margin: 0mm;  /* this affects the margin in the printer settings */
     }
    body{
        background-color:#FFFFFF; 
        margin: 0px;  /* the margin on the content before printing */
    }
    .imgeWidthWrap, .socialLinks.clearfix.marTop25, .navHeader, .moduleHeader, .floatElement, #floatArticleQuote, .socialLinks, #mainNav, .scrollToTopIndicator, .scale, .hotspotContainer, #detailCommentSorter, .detailAsideNews, .advertisement, .topAddWrap, #footerPromoLinks, .alternateStyle, .checkForEmptyDiv, .detailAsideNews, #livefyre-comments, .socialLinks, .socialBar, .secTitleNav, .metaLinks, #selectSeries, #utilities, #bottomNavBarWrap, .searchOptions, .first-nav, .second-nav, img, iframe, .first-nav, .second-nav, img, iframe, .videoWrapper, .comments, .FBLike, .favorites, .share {
        display:none;
    }
    #NASCARLogo{
        width:107px;
        height:20px;
        margin-top: 60px;
    }
    a[href]:after {
        content: none !important;
    }
    div.moduleBody.internalPage, #pageWrapper, .articleDetail, .internalPage { 
    	padding-top:0px !important; /* reduces the white space between the copy and top of the page */
    }
    .pageContainer {
        padding-top:5px !important;
    }
    .articleIntro {
    	margin:20px 20px 20px 0 !important;
    }
    #article-scroller {
        display:none;
    }
}